Releases: gdbinit/lldbinit
v3.2
-
New sessions format. Breaks compatibility with previous format. Sorry!
-
Temporary hardware breakpoints and command to step over using hardware breakpoints.
-
Commands to list and suspend threads.
-
Display breakpoint number when adding new breakpoints.
-
Additional information added to breakpoint list command.
-
Improve commands help.
-
Code formatting fixes.
-
Fix arm64 command. Thanks dkmcgrath!
-
Replace uuid property with GetUUIDString() method.
v3.1
-
Disassembly comments like x64dbg and breakpoint sessions (to save and restore breakpoints).
-
Bug fixes and small improvements.
-
Merged further anti-anti-debugging and ARM64 by mnrkbys and added tests/examples
-
Workarounds for some newer lldb regressions
Check MANUAL.md
for details about these new features. Please submit issues with any bugs and ideas/suggestions for these features. I tried to find the best balance but certain lldb constraints are annoying here.