summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11Extra options for type parsersGlenn Smith
2022-11-11Fix some inconsistencies in python bindings between clang and core type parsersPeter LaFosse
2022-11-10Introduce a macro to implement `printf` attributeChristian Blichmann
This lets us remove a lot of `#ifdef __GNUC__` in function declarations, which makes them more readable.
2022-11-10Switch to using the Clang type parser for binding generationPeter LaFosse
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-11-10Windows/MSVC: Avoid compiler warning if `NOMINMAX` is already setChristian Blichmann
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to ↵Peter LaFosse
satisfy the type checker.
2022-11-10Update ambiguous exception message.Sean Deaton
Add typing information.
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-11-10Warning cleanupRusty Wagner
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to ↵Peter LaFosse
satisfy the type checker.
2022-11-10Update ambiguous exception message.Sean Deaton
Add typing information.
2022-11-10Show filtered/total count in searchGlenn Smith
2022-11-10Update to Qt 6.4.0Rusty Wagner
2022-11-10Fix setting typoJosh Ferrell
2022-11-10Prefer to restore location information from qsettings, falling back to ↵Brian Potchik
location information from a database.
2022-11-10Add ability to restore layouts and locations for all sync/no-sync groups.Brian Potchik
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10[Enterprise] Python: Allow LicenseCheckout(release=False)Glenn Smith
2022-11-10Show Type Casts disassembly settingGlenn Smith
2022-11-10Fix regression in BasicBlock outgoing_edges/incoming_edges source/targetPeter LaFosse
2022-11-10fix concepts imageJordan Wiens
2022-11-10Remove old navigation on 'main' symbol added behavior.Brian Potchik
2022-11-10Remove trailing whitespace.Brian Potchik
2022-11-10Add LoadSettingsFile API to support ephemeral settings.Brian Potchik
2022-11-10Fix type parser setting name in generator.Brian Potchik
2022-11-10add caveat on single steppingJordan Wiens
2022-11-10some debugger documentation updatesJordan Wiens
2022-11-10ventura code signing troubleshooting noteJordan Wiens
2022-11-10Prevent applying two different debug infoes at the same timeGlenn Smith
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-11-10Fix typo in cookbook.mdgalenbwill
2022-11-10Fix rendering of code lines when scrolling right, fix TokenizedTextView exampleRusty Wagner
2022-11-10plugins.md: review and editing for 3.2 completegalenbwill
2022-11-10debugger.md: fixed first image to be centered and clickablegalenbwill
2022-11-10debugger.md: replaced "one" language with "you"galenbwill
2022-11-10Warning on defining variables with zero sizeGlenn Smith
2022-11-10Test for enum types printing the correct valuesGlenn Smith
2022-11-10Add new sections for known issue workarounds and troubleshooting in debugger ↵Xusheng
docs
2022-11-10New user screenshots in remote debugging guideXusheng
2022-11-10Update debugger docs with new screenshots. Fix ↵Xusheng
https://github.com/Vector35/debugger/issues/291
2022-11-10Fix ASAN crash on PDB loadRusty Wagner
2022-11-10Fix Python console not working if UI plugins are not available for any reasonRusty Wagner
2022-11-10Fix crash from stale callbacks in memory map viewRusty Wagner
2022-11-10Unify *::viewInTypesView into UIContext::navigateToTypeGlenn Smith
2022-11-10Remove no longer relevant docs from py!enterprise.acquire_licenseGlenn Smith
2022-11-10Resolve usage of deprecated BinaryView.__len__()kat
2022-10-20Properly remove the debugger view from the FileMetadata after the target ↵Xusheng
exits. Fix https://github.com/Vector35/debugger/issues/279
2022-10-18more documentation updatesJordan Wiens
2022-10-18remove reference to old show documentation APIJordan Wiens