1. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  2. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  3. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  4. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  5. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  6. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  7. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  8. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  9. 41ae812 Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. by Jim Ingham · 13 years ago
  10. 4985959 Add a 10 second timeout to ensure that we don't lock up if we never get to the by Greg Clayton · 13 years ago
  11. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  12. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  13. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  14. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  15. 2b5e4e6 by Caroline Tice · 13 years ago
  16. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  17. 4399446 Make sure we are ok to stop in a thread plan and have no stop reason for by Greg Clayton · 13 years ago
  18. abb53e5 Fix some order-of-initialisation warnings by Peter Collingbourne · 13 years ago
  19. e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 13 years ago
  20. 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
  21. a8a6871 If somebody has deleted the breakpoint while we are testing the condition, then just continue. by Jim Ingham · 13 years ago
  22. 577fbc3 Disable dynamic types being on by default until kinks get worked out when by Greg Clayton · 13 years ago
  23. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  24. 6cf4d2b Change the m_update_state to an int, and only trigger the "on removal" by Jim Ingham · 13 years ago
  25. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  26. 484ba4d Remove some old files which should have been removed in r131193 by Peter Collingbourne · 13 years ago
  27. 628cead Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 13 years ago
  28. 289f058 One more fix to: by Greg Clayton · 13 years ago
  29. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  30. 5ab7fba RunThreadPlan should set the plan to "not private" since it needs that, by Jim Ingham · 13 years ago
  31. 668a3cd Fixed an issue where addresses would not get resolved for the last by Greg Clayton · 13 years ago
  32. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  33. 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
  34. c8bc1c3 Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 13 years ago
  35. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  36. 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
  37. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  38. 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
  39. 53fe9cc Make sure you have an executable module before trying to print its name. by Jim Ingham · 13 years ago
  40. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  41. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
  42. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  43. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 13 years ago
  44. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  45. 4a34808 by Caroline Tice · 13 years ago
  46. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  47. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  48. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  49. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  50. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  51. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  52. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  53. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  54. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  55. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  56. 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
  57. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  58. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  59. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  60. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  61. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  62. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  63. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 13 years ago
  64. 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
  65. 5c4b160 Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to its StackFrameList.) by Jim Ingham · 13 years ago
  66. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  67. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  68. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  69. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  70. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  71. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  72. 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
  73. c54840c Tidy up the stop hook printing when only one thread matches, and there is only one hook. by Jim Ingham · 13 years ago
  74. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  75. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  76. 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
  77. a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 13 years ago
  78. 2a45681 by Caroline Tice · 13 years ago
  79. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  80. 2877594 Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation. by Jim Ingham · 13 years ago
  81. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 13 years ago
  82. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  83. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 13 years ago
  84. 88fa7bd Destroy the dynamic loader plugin in Process::Finalize. If you wait till the auto_ptr gets deleted in the normal course of things the real process class will have been destroyed already, and it's hard to shut down the dynamic loader without accessing some process pure virtual method. by Jim Ingham · 13 years ago
  85. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 13 years ago
  86. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  87. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 13 years ago
  88. 8af1bb7 Formatting. by Jim Ingham · 13 years ago
  89. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  90. 0bfda0b Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 14 years ago
  91. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 14 years ago
  92. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  93. a14755a Patches from Jean-Daniel: by Johnny Chen · 14 years ago
  94. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  95. 455aae9 Removed unneeded header file. by Greg Clayton · 14 years ago
  96. 9f52704 Removed a memory map loading of a file where the mmap contents were just by Greg Clayton · 14 years ago
  97. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  98. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  99. 68bffc5 The m_next_action is simpler if it is an auto_pointer. by Jim Ingham · 14 years ago
  100. 84c8638 Handle the case where the "NextEventAction" wants to kill us on some event other than eStateExited. by Jim Ingham · 14 years ago