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