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