1. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  2. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  3. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  4. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  5. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  6. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  7. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  8. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  9. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  10. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  11. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  12. 1ebef44 by Caroline Tice · 14 years ago
  13. ccd584d Add GetSP to the StackFrame. by Jim Ingham · 14 years ago
  14. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  15. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  16. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  17. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  18. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  19. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  20. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  21. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  22. e4b8aeb Adding a bit more logging. by Jim Ingham · 14 years ago
  23. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  24. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  25. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  26. c14069e Fixed an issue that was always causing an extra empty argument to be sent by Greg Clayton · 14 years ago
  27. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  28. e2c5e45 Fixed an assertion that happened when debugging DWARF in .o files with debug by Greg Clayton · 14 years ago
  29. 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 14 years ago
  30. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  31. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  32. 396704b Add comments to InstanceSettings constructors explaining why they have by Caroline Tice · 14 years ago
  33. f2c330d Move the ProcessPlugins enum definition from lldb-enumerations.h to by Caroline Tice · 14 years ago
  34. 004afcb Make sure creating a pending instance doesn't also trigger creating a live instance; also make sure creating a by Caroline Tice · 14 years ago
  35. 20594b1 Add a user settings controller to Thread. Then added a step-avoid-regexp setting by Jim Ingham · 14 years ago
  36. 7ac83bd Move common code from GetSettingsController in Process & Debugger into static functions by Jim Ingham · 14 years ago
  37. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  38. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  39. 6e4c5ce by Caroline Tice · 14 years ago
  40. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  41. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  42. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  43. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  44. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  45. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  46. 870a1cd Made it so we update the current frames from the previous frames by doing STL by Greg Clayton · 14 years ago
  47. 1d66ef5 Simplified the StackFrameList class down to a single frames list again by Greg Clayton · 14 years ago
  48. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  49. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  50. 2154da4 Add StackFrame::IsInlined. by Jim Ingham · 14 years ago
  51. f40e308 Cleaned up the inline stack frame code one more time to prepare for inlined by Greg Clayton · 14 years ago
  52. 782b9cc Cleaned up the inline backtrace code even more by moving all stack backtracing by Greg Clayton · 14 years ago
  53. 32f4fdd Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 14 years ago
  54. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  55. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  56. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  57. 8b4c16e Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. by Greg Clayton · 14 years ago
  58. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  59. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  60. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  61. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  62. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  63. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  64. f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
  65. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  66. dc1c564 Get rid of using EXC_SOFT_SIGNAL define in host agnostic code. by Greg Clayton · 14 years ago
  67. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  68. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  69. c607d86 This patch changes the point at which Process::m_private_state_thread is by Greg Clayton · 14 years ago
  70. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  71. 141eeac Fix assertion conditions. by Stephen Wilson · 14 years ago
  72. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  73. 36a0810 Fix constructor initialization order. Patch by Bill Lynch. by Benjamin Kramer · 14 years ago
  74. a99afce Don't call PrepareForResume on threads that aren't going to get a chance to run this time around. by Jim Ingham · 14 years ago
  75. 81cfc99 Stepping through a trampoline should do "stop others" unless All Threads is requested. by Jim Ingham · 14 years ago
  76. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  77. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  78. 5b668b5 Properly set the PlanKind for the ThreadPlanStepRange derived classes. by Jim Ingham · 14 years ago
  79. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  80. 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
  81. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  82. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  83. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  84. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  85. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  86. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  87. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  88. b1ed516 Minor warning/error fixes. by Eli Friedman · 14 years ago
  89. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago