1. 315f54f Fixed continue issues with process attach/detach by Daniel Malea · 11 years ago
  2. 79d1af3 Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor: by Daniel Malea · 11 years ago
  3. 0b8ed08 Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach by Daniel Malea · 11 years ago
  4. 5d41462 LLDB Vim plugin usability improvement: ":Lshow" now displays all panes by Daniel Malea · 11 years ago
  5. 3451b9e Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>" by Daniel Malea · 11 years ago
  6. ce41b03 Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints) by Daniel Malea · 11 years ago
  7. 88cd3fd Add Vim frontend to LLDB. by Daniel Malea · 11 years ago
  8. aa142bc Minor cleanup. by Johnny Chen · 12 years ago
  9. 10dd7a4 Add a utility script: by Johnny Chen · 13 years ago
  10. 2f02e77 Remove utils/emacs directory from lldb. by Johnny Chen · 13 years ago
  11. b269ed0 Fix typos in comment. by Johnny Chen · 13 years ago
  12. eee701f Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0, by Johnny Chen · 13 years ago
  13. 98c4232 No need to look further if the file is a symbolic link. Look for the real file. by Johnny Chen · 13 years ago
  14. 40ad91f Add a Python script to locate each binary file under a root directory which matches some pathname pattern by Johnny Chen · 13 years ago
  15. b66b112 Fix TypeError exception for re.compile(). by Johnny Chen · 13 years ago
  16. 8ddc802 Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. by Johnny Chen · 13 years ago
  17. d7e5329 Add an option '-q' to have quiet disassembly by not printing out the disassembled result. by Johnny Chen · 13 years ago
  18. 7af2f02 Update usage comment. by Johnny Chen · 13 years ago
  19. e65b17e Turn off printing of command sent to the pexpect-spawned child process to make the script more robotic. by Johnny Chen · 13 years ago
  20. 6a56f5f Make 'run-until-faulted.py' script more interesting by modifying the example main.c program by Johnny Chen · 13 years ago
  21. 234ebab Use built-in truth value testing. by Johnny Chen · 13 years ago
  22. 79a3ed3 Fix usage comment. by Johnny Chen · 13 years ago
  23. 1a0062a Add a Python utility to help convert the Mail.app saved 'Raw Message Source' .eml file to a git-am friendly file. by Johnny Chen · 13 years ago
  24. a3cd947 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  25. 64f000b Add a Python script which launches a program from within lldb and loop until the by Johnny Chen · 13 years ago
  26. 563ce6a Take advantage of the newly added SBSymbol.GetType() API to check whether we by Johnny Chen · 13 years ago
  27. 7df6fc4 Add a generator to iterate through the code symbols for a given target. by Johnny Chen · 13 years ago
  28. 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
  29. 9aaceb1 Add the ability to invoke lldb's disassemble command on the symbols digested from by Johnny Chen · 13 years ago
  30. 2efc7c6 Doc string change. by Johnny Chen · 13 years ago
  31. afd1904 Add an initial version of lldb-disasm.py script whose purpose is to iterate through by Johnny Chen · 13 years ago
  32. c4a2344 Add options to allow for specifying an option string when spawning gdb and for executing by Johnny Chen · 13 years ago
  33. 1cd3c80 Fix a typo in the message string. by Johnny Chen · 13 years ago
  34. ce1eefd Modify disasm.py to better deal with the objc method name which has ':' in them. by Johnny Chen · 13 years ago
  35. 0251bc7 Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdb by Johnny Chen · 13 years ago
  36. 9c407f5 Add a Python script to take an executable, run gdb to disassemble a function, by Johnny Chen · 13 years ago
  37. a5a34bd Add readme on the version of emacs that works with lldb-enhanced gud.el, by Johnny Chen · 13 years ago
  38. 7677f45 The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal). by Johnny Chen · 13 years ago
  39. adbe939 Updated README file. by Johnny Chen · 13 years ago
  40. 7de5fde The recent change in argument parsing is messing up the emacs lldb mode's capability to properly by Johnny Chen · 13 years ago
  41. eb04783 Modify the regexp to match the debugger output of the 'Up Stack' and 'Down Stack' by Johnny Chen · 13 years ago
  42. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 13 years ago
  43. 92027bf Add keyboard shortcuts: by Johnny Chen · 13 years ago
  44. 7db314d Make lldb dump fullpath instead of just basename when printing out frame or by Johnny Chen · 14 years ago
  45. d1d9351 Add keyboard shortcuts: by Johnny Chen · 14 years ago
  46. 84e01f8 Change the README to reflect the new the screen shot file name lldb-gud-window.png. by Johnny Chen · 14 years ago
  47. 87658e8 Compress screenshot. by Benjamin Kramer · 14 years ago
  48. df45216 Submit the screen capture as a followup of r117752. by Johnny Chen · 14 years ago
  49. 810f7e5 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago
  50. 68f7290 Delete the directory, will try to resubmit later. by Johnny Chen · 14 years ago
  51. 9a459b3 Initial port of lldb debugging mode to run under Emacs's Grand Unified Debugger (gud.el). by Johnny Chen · 14 years ago