1. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  2. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  3. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  4. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  5. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  6. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  7. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  8. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  9. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  10. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  11. e7a91c1 The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s". by Jim Ingham · 13 years ago
  12. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  13. 892fadd by Caroline Tice · 13 years ago
  14. 2b5e4e6 by Caroline Tice · 13 years ago
  15. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 13 years ago
  16. 87e1f77 by Caroline Tice · 13 years ago
  17. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
  18. 2d268cb Add comment about Thread::GetStatus(), which returns the number of frames shown. by Johnny Chen · 13 years ago
  19. 05750a6 The 'thread backtrace all' logical branch had the if (thread->GetStatus()) condition inverted. by Johnny Chen · 13 years ago
  20. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  21. 7224aab regexp-break -> _regexp-break in command string. by Jim Ingham · 13 years ago
  22. b220388 by Caroline Tice · 13 years ago
  23. 4dfffa1 Symbol may not have a demangled name, use GetName to get the best name available in this case. by Jim Ingham · 13 years ago
  24. dc25905 Set the default "break list" level back to full. by Jim Ingham · 13 years ago
  25. 845d6da by Caroline Tice · 13 years ago
  26. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  27. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  28. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  29. 1736fef Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command. by Johnny Chen · 13 years ago
  30. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 13 years ago
  31. 5ddbe21 by Caroline Tice · 13 years ago
  32. 5579485 Always try and lookup the address in a register if it is encoded as an by Greg Clayton · 13 years ago
  33. e15511a Fix the "target stop-hook add" input reader so that it won't say the stop hook was added if the input was interrupted. by Jim Ingham · 13 years ago
  34. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  35. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  36. 4495390 The 'target stop-hook add' command is missing the stop hook added message for one-liner. by Johnny Chen · 13 years ago
  37. 60fe60e Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hook add' command. by Johnny Chen · 13 years ago
  38. 11513e8 Added a "--triple [<width>]" ("-t<width>" as a short option) option to the by Greg Clayton · 13 years ago
  39. 4a34808 by Caroline Tice · 13 years ago
  40. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  41. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  42. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  43. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  44. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  45. 40e4824 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 13 years ago
  46. 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 13 years ago
  47. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  48. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  49. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  50. 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 13 years ago
  51. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  52. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  53. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  54. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  55. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  56. 9335643 Really fix the test suite crasher this time. by Johnny Chen · 13 years ago
  57. 0e0636d Fix a test suite crasher. by Johnny Chen · 13 years ago
  58. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  59. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  60. fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 13 years ago
  61. 0815031 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 13 years ago
  62. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  63. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  64. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  65. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  66. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  67. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  68. 7a4c8ea Clean up a few places where SetOptionValue was using the global optarg, rather than the option_arg value that was passed in. by Jim Ingham · 13 years ago
  69. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 13 years ago
  70. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  71. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  72. d60d94a Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 13 years ago
  73. a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 13 years ago
  74. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  75. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 13 years ago
  76. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  77. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  78. 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
  79. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  80. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  81. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  82. 158842c Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. by Jim Ingham · 13 years ago
  83. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  84. 3c12604 Fixed a crasher that could happen when trying to look at N_GSYM entries by Greg Clayton · 13 years ago
  85. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 13 years ago
  86. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 13 years ago
  87. 8da92a7 Added support for targets that don't support expanding "~/" or "~USERNAME". by Greg Clayton · 13 years ago
  88. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 13 years ago
  89. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  90. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  91. a04acd8 Modify 'apropos' command to search settings variable descriptions as well. by Caroline Tice · 13 years ago
  92. 4d66135 Add a test case test_image_search_paths() to test lldb's ability to do image search paths by Johnny Chen · 13 years ago
  93. 7480061 Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". by Greg Clayton · 14 years ago
  94. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  95. 81040f4 Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h". by Greg Clayton · 14 years ago
  96. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  97. c2dc7c8 Added a completion action class to the Process events so that we can make things like Attach and later Launch start their job, and then return to the event loop while waiting for the work to be done. by Jim Ingham · 14 years ago
  98. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  99. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  100. d1eb73f Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output. by Jim Ingham · 14 years ago