1. 64f000b Add a Python script which launches a program from within lldb and loop until the by Johnny Chen · 13 years ago
  2. 563ce6a Take advantage of the newly added SBSymbol.GetType() API to check whether we by Johnny Chen · 13 years ago
  3. 7df6fc4 Add a generator to iterate through the code symbols for a given target. by Johnny Chen · 13 years ago
  4. 337836b Add an option to specify the symbols to disassemble instead of the existing 'num of symbols to disassemble' by Johnny Chen · 13 years ago
  5. 9aaceb1 Add the ability to invoke lldb's disassemble command on the symbols digested from by Johnny Chen · 13 years ago
  6. 2efc7c6 Doc string change. by Johnny Chen · 13 years ago
  7. afd1904 Add an initial version of lldb-disasm.py script whose purpose is to iterate through by Johnny Chen · 13 years ago
  8. c4a2344 Add options to allow for specifying an option string when spawning gdb and for executing by Johnny Chen · 13 years ago
  9. 1cd3c80 Fix a typo in the message string. by Johnny Chen · 13 years ago
  10. ce1eefd Modify disasm.py to better deal with the objc method name which has ':' in them. by Johnny Chen · 13 years ago
  11. 0251bc7 Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdb by Johnny Chen · 13 years ago
  12. 9c407f5 Add a Python script to take an executable, run gdb to disassemble a function, by Johnny Chen · 13 years ago
  13. a5a34bd Add readme on the version of emacs that works with lldb-enhanced gud.el, by Johnny Chen · 13 years ago
  14. 7677f45 The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal). by Johnny Chen · 13 years ago
  15. adbe939 Updated README file. by Johnny Chen · 13 years ago
  16. 7de5fde The recent change in argument parsing is messing up the emacs lldb mode's capability to properly by Johnny Chen · 14 years ago
  17. eb04783 Modify the regexp to match the debugger output of the 'Up Stack' and 'Down Stack' by Johnny Chen · 14 years ago
  18. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 14 years ago
  19. 92027bf Add keyboard shortcuts: by Johnny Chen · 14 years ago
  20. 7db314d Make lldb dump fullpath instead of just basename when printing out frame or by Johnny Chen · 14 years ago
  21. d1d9351 Add keyboard shortcuts: by Johnny Chen · 14 years ago
  22. 84e01f8 Change the README to reflect the new the screen shot file name lldb-gud-window.png. by Johnny Chen · 14 years ago
  23. 87658e8 Compress screenshot. by Benjamin Kramer · 14 years ago
  24. df45216 Submit the screen capture as a followup of r117752. by Johnny Chen · 14 years ago
  25. 810f7e5 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  26. 68f7290 Delete the directory, will try to resubmit later. by Johnny Chen · 14 years ago
  27. 9a459b3 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago