1. 811708c Document the generic register names in help for register-name. by Jim Ingham · 12 years ago
  2. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  3. e23940f Fix arch_helper() to return the list of supported architectures. by Johnny Chen · 12 years ago
  4. dc43bbf Fixed memory management issues introduced by revision 157507. by Greg Clayton · 12 years ago
  5. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  6. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  7. f125250 <rdar://problem/10605072> by Greg Clayton · 13 years ago
  8. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 13 years ago
  9. 8042eed Add comment describing the interaction of WantsRawCommandString()/WantsCompletion() with the completion mechanism. by Johnny Chen · 13 years ago
  10. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  11. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 13 years ago
  12. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  13. 966096b Update the GDB format text to be a bit more clear. by Greg Clayton · 13 years ago
  14. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  15. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  16. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  17. f0734cc Fix comment typo. by Johnny Chen · 13 years ago
  18. 0576c24 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 13 years ago
  19. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  20. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  21. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  22. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  23. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
  24. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  25. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  26. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  27. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  28. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  29. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  30. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  31. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  32. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  33. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  34. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  35. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  36. b577284 Add missing cases to switch statements & remove 'default'. by Caroline Tice · 14 years ago
  37. 6460790 Silence clang warnings. by Johnny Chen · 14 years ago
  38. 47f0785 Eliminate a pile of "type qualifiers ignored on function return type" warnings. by Stephen Wilson · 14 years ago
  39. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  40. 4a9d790 Fix a few things in the CommandArguments table. by Jim Ingham · 14 years ago
  41. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 14 years ago
  42. 949d5ac Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 14 years ago
  43. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  44. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  45. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  46. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  47. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 14 years ago
  48. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  49. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  50. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  51. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  52. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  53. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  54. 4d6675c by Caroline Tice · 14 years ago
  55. fb35511 by Caroline Tice · 14 years ago
  56. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  57. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  58. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  59. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  60. adb8429 Handle completing "-" and "--". by Jim Ingham · 14 years ago
  61. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  62. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  63. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago