1. 850ac6e Remove the Stop Hooks / End Stop Hooks lines before/after running by Jason Molenda · 13 years ago
  2. fb66bb5 LookupAddressInModule: Remove a couple of the extra by Jason Molenda · 13 years ago
  3. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  4. 73d8eaf Added missing forward declarations for SBFileSpecList and SBInstructionList. by Greg Clayton · 13 years ago
  5. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  6. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  7. 16ccbfd Fix printf call in SearchFilterByModuleList::GetDescription. by Jason Molenda · 13 years ago
  8. a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
  9. 043f8c2 StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to by Johnny Chen · 13 years ago
  10. a253c93 Fixed two printf format errors. by Greg Clayton · 13 years ago
  11. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  12. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  13. f0734cc Fix comment typo. by Johnny Chen · 13 years ago
  14. 0576c24 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 13 years ago
  15. da5a802 Add some watchpoint maintenance methods to the Target class. by Johnny Chen · 13 years ago
  16. e09e254 One last printf-style call cleanup. by Jason Molenda · 13 years ago
  17. 6cf6c47 Fixed a problem where expressions would attempt to by Sean Callanan · 13 years ago
  18. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  19. 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
  20. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  21. 7d0e364 Add GetByIndex() methods to the WatchpointLocationList class to facilitate iteration by Johnny Chen · 13 years ago
  22. d466ebc The r139982 patch has a bug by using the constant "x86_AVX_STATE64". by Johnny Chen · 13 years ago
  23. e40b642 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 13 years ago
  24. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  25. 02e210c Removed the function: by Greg Clayton · 13 years ago
  26. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  27. 2080155 Added more logging, and renamed FPR to FPU in a the register set/flavor enum. by Greg Clayton · 13 years ago
  28. 48e8373 Correctly handle the when we the 'G' packet fails. There were by Greg Clayton · 13 years ago
  29. 1a3e9e6 Make sure to print out register names when reading registers and also by Greg Clayton · 13 years ago
  30. 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
  31. 26ec874 Fix typo. by Johnny Chen · 13 years ago
  32. f9f3302 Add comment. by Johnny Chen · 13 years ago
  33. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  34. 6a45148 Minor change for output message (less is better). by Johnny Chen · 13 years ago
  35. 178c8d9 To be more paranoid, check cmd_output before searching in it. by Johnny Chen · 13 years ago
  36. 6a4e087 Rephrase the checkDsymForUUIDIsNotOn() a bit so that in the normal case where automatic by Johnny Chen · 13 years ago
  37. 5114e88 Tighten up the 'log enable lldb unwind' printing for by Jason Molenda · 13 years ago
  38. 2891bb0 Add a check for the test driver to make sure that, on Mac OS X, the automatic lookup and caching by Johnny Chen · 13 years ago
  39. cc7de48 Untabify and fix indentation. by Johnny Chen · 13 years ago
  40. cbecb9a Fix wrong test method name. by Johnny Chen · 13 years ago
  41. 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 13 years ago
  42. 2e1f447 Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSourceManager(). by Johnny Chen · 13 years ago
  43. 12a8ecd Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTarget). by Johnny Chen · 13 years ago
  44. c0c5324 Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
  45. dbcf98c Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
  46. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  47. 6c43c12 Add cleanup of watchpoint locations during Target::DeleteCurrentProcess(). by Johnny Chen · 13 years ago
  48. 97ad47f Fixed a problem where the symbol context was not by Sean Callanan · 13 years ago
  49. f7649bb Fixed a problem where the expression parser would by Sean Callanan · 13 years ago
  50. 3823c84 Fixed indentation. by Johnny Chen · 13 years ago
  51. a1cb0f4 Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 13 years ago
  52. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  53. ba3d698 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 13 years ago
  54. 0d7f777 Take out all the separate places in Attach where we were getting the target architecture, and move that but of functionality into CompleteAttach. by Jim Ingham · 13 years ago
  55. ee940e2 Change the "attach" command to always wait synchronously for the target to stop. It's not very useful to return the prompt in mid-attach, and it makes reporting the result of the attach hard to do. by Jim Ingham · 13 years ago
  56. 65ac966 Fix ArchSpec::operator== to take the Triple into account as well as the Core. Also make the constructors explicit. by Jim Ingham · 13 years ago
  57. 25dcbeb Fix ArchSpec::operator== to take the Triple into account as well as the Core. Also make the constructors explicit. by Jim Ingham · 13 years ago
  58. 819dd5e by Jason Molenda · 13 years ago
  59. 89798cc Set the OS in the triple correctly in response to the qHostInfo packet. by Greg Clayton · 13 years ago
  60. 22a56cc Fix a bug where re-use of the same existing target-wise watchpoint did not work correctly. by Johnny Chen · 13 years ago
  61. 5b2fc57 Add logging to Target::CreateWatchpointLocation() and fix some bug of using the wrong variable. by Johnny Chen · 13 years ago
  62. 72095e8 If we haven't gotten the architecture of the process we're attaching by Jim Ingham · 13 years ago
  63. 87ff53b Add comments. by Johnny Chen · 13 years ago
  64. 0ff8162 Update I386 DNB impl to fix the same errors as DNBArchImplX86_64: ('==' instead of '=') and (by value instead of by reference). by Johnny Chen · 13 years ago
  65. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  66. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  67. 61286a5 Get the address and the size of the variable for passing to the Target::CreateWatchpointLocation() method. by Johnny Chen · 13 years ago
  68. 57067a0 Fixed some incorrect return values. by Greg Clayton · 13 years ago
  69. 9bf1199 Fix compiler warning. by Johnny Chen · 13 years ago
  70. 95f41b8 Add trivial implementation for GetDescription(). by Johnny Chen · 13 years ago
  71. 08b8ed4 In ThreadList::GetSelectedThread, handle the case where we have no by Jason Molenda · 13 years ago
  72. 38e44ec Change the macosx Host::FindProcesses() to include all processes by Jason Molenda · 13 years ago
  73. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  74. 649d3f1 Remove an unnecessary 'else { ... }', which adds to vertical as well as horizontal spans, by Johnny Chen · 13 years ago
  75. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  76. 144188b Huge memory and performance improvements in the DWARF parser. by Greg Clayton · 13 years ago
  77. ca3e91a Fix indentations, add some comments. by Johnny Chen · 13 years ago
  78. b50787d Added GDB/LLDB commands for the "target stop-hook add" command. by Greg Clayton · 13 years ago
  79. 3066b25 Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked by Johnny Chen · 13 years ago
  80. d996d0c Fixed the header guards. by Greg Clayton · 13 years ago
  81. dad26a8 Fixed the logging output to be done consistently across all plug-ins. by Greg Clayton · 13 years ago
  82. 31cf0e7 Changed to using an "operator bool" instead of an "operator void*" by Greg Clayton · 13 years ago
  83. 86c2e74 Fixed up the comments in the headerdoc to match the current implementation by Greg Clayton · 13 years ago
  84. 448bd2f Fixes for Symtab.cpp to take advantage of the new unique C string map by Greg Clayton · 13 years ago
  85. 95decca Added extra calls to the UniqueCStringMap to allow it to be used by Greg Clayton · 13 years ago
  86. d6edcb5 Don't skip the application specific ~/.lldbinit file when the program by Greg Clayton · 13 years ago
  87. 439d033 A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point. by Johnny Chen · 13 years ago
  88. cfbf7fe Convert OptionGroupVariable.cpp to use the arraysize() template function, as well. by Johnny Chen · 13 years ago
  89. 707e340 Quick fixes to the PE COFF file loader. by Greg Clayton · 13 years ago
  90. d1f8705 Add comment. by Johnny Chen · 13 years ago
  91. 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
  92. 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
  93. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  94. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  95. 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
  96. 48a5e85 Fix compiler warnings for GetGDBStoppointType(). by Johnny Chen · 13 years ago
  97. e9f4982 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 13 years ago
  98. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  99. c39793d Fixed the error message: by Johnny Chen · 13 years ago
  100. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago