1. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 13 years ago
  2. b59194f Add fuzz testing for newly added SBWatchpointLocation API. by Johnny Chen · 13 years ago
  3. a7d8951 Added an API to SymbolContext to hide the complexity of getting the by Jim Ingham · 13 years ago
  4. 919a434 Enable the following CFLAGS in the Xcode project build: by Greg Clayton · 13 years ago
  5. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  6. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 13 years ago
  7. e97e4e3 Fixed an include path that was breaking Linux builds. by Sean Callanan · 13 years ago
  8. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  9. be46d6d Fixes for a few different versions of the darwin crash log. by Greg Clayton · 13 years ago
  10. 88b6ac2 Remove the @expectedFailureClang custom decorator for indicating clang-specific test failures. by Johnny Chen · 13 years ago
  11. de3d27e Factored out handling of the source code for an by Sean Callanan · 13 years ago
  12. ee01551 Added an example that symbolicates symbol information. This file by Greg Clayton · 13 years ago
  13. dfbe949 Modify SBFrame::WatchValue() impl so that for the watchpoint location created, by Johnny Chen · 13 years ago
  14. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 13 years ago
  15. 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 13 years ago
  16. ad0134d Fix comment. by Johnny Chen · 13 years ago
  17. dc0cbd1 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 13 years ago
  18. c324d5f Adjust kext load messages in DynamicLoaderDarwinKernel::ParseKextSummaries so we by Jason Molenda · 13 years ago
  19. 980c750 Fixed build issues after recent checkin. by Greg Clayton · 13 years ago
  20. 432efbc Added missing file. by Greg Clayton · 13 years ago
  21. 9a29f00 Add GetAddress to SBBreakpointLocation, and put the .i files in the API section of the Xcode project. by Jim Ingham · 13 years ago
  22. 27a944d Add FindValue() and WatchValue() fuzz calls to the mix. by Johnny Chen · 13 years ago
  23. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  24. 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 13 years ago
  25. bfb4199 Add a simple regression test for 'target stop-hook list' with no target specified. by Johnny Chen · 13 years ago
  26. e031d3e Added a test for problems caused when Clang errantly makes the line range for one line by Jim Ingham · 13 years ago
  27. c86582f Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable/EnableALLWatchpointLocations() by Johnny Chen · 13 years ago
  28. 6e3a241 in CommandObjectTargetStopHookList::Execute, if we don't have a target, by Jason Molenda · 13 years ago
  29. 0f4d0f3 If stepping takes us from the line range we were stepping through into the MIDDLE of another line, then continue till we get to the real beginning of a line. This is mostly to work around debug information bugs. by Jim Ingham · 13 years ago
  30. 3856985 Add test cases for watchpoint list, enable, disable, and delete commands. by Johnny Chen · 13 years ago
  31. 0f22304 A second try to make the TestStopHookMechanism.py more robust after recent changes. by Johnny Chen · 13 years ago
  32. 3f39170 Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help watchpt-id-list'. by Johnny Chen · 13 years ago
  33. d430b91 The "Stop Hooks" anchors have been removed from the stop-hook output. by Johnny Chen · 13 years ago
  34. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  35. 850ac6e Remove the Stop Hooks / End Stop Hooks lines before/after running by Jason Molenda · 13 years ago
  36. fb66bb5 LookupAddressInModule: Remove a couple of the extra by Jason Molenda · 13 years ago
  37. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  38. 73d8eaf Added missing forward declarations for SBFileSpecList and SBInstructionList. by Greg Clayton · 13 years ago
  39. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  40. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  41. 16ccbfd Fix printf call in SearchFilterByModuleList::GetDescription. by Jason Molenda · 13 years ago
  42. a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
  43. 043f8c2 StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to by Johnny Chen · 13 years ago
  44. a253c93 Fixed two printf format errors. by Greg Clayton · 13 years ago
  45. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  46. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  47. f0734cc Fix comment typo. by Johnny Chen · 13 years ago
  48. 0576c24 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 13 years ago
  49. da5a802 Add some watchpoint maintenance methods to the Target class. by Johnny Chen · 13 years ago
  50. e09e254 One last printf-style call cleanup. by Jason Molenda · 13 years ago
  51. 6cf6c47 Fixed a problem where expressions would attempt to by Sean Callanan · 13 years ago
  52. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  53. 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
  54. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  55. 7d0e364 Add GetByIndex() methods to the WatchpointLocationList class to facilitate iteration by Johnny Chen · 13 years ago
  56. d466ebc The r139982 patch has a bug by using the constant "x86_AVX_STATE64". by Johnny Chen · 13 years ago
  57. e40b642 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 13 years ago
  58. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  59. 02e210c Removed the function: by Greg Clayton · 13 years ago
  60. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  61. 2080155 Added more logging, and renamed FPR to FPU in a the register set/flavor enum. by Greg Clayton · 13 years ago
  62. 48e8373 Correctly handle the when we the 'G' packet fails. There were by Greg Clayton · 13 years ago
  63. 1a3e9e6 Make sure to print out register names when reading registers and also by Greg Clayton · 13 years ago
  64. 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
  65. 26ec874 Fix typo. by Johnny Chen · 13 years ago
  66. f9f3302 Add comment. by Johnny Chen · 13 years ago
  67. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  68. 6a45148 Minor change for output message (less is better). by Johnny Chen · 13 years ago
  69. 178c8d9 To be more paranoid, check cmd_output before searching in it. by Johnny Chen · 13 years ago
  70. 6a4e087 Rephrase the checkDsymForUUIDIsNotOn() a bit so that in the normal case where automatic by Johnny Chen · 13 years ago
  71. 5114e88 Tighten up the 'log enable lldb unwind' printing for by Jason Molenda · 13 years ago
  72. 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
  73. cc7de48 Untabify and fix indentation. by Johnny Chen · 13 years ago
  74. cbecb9a Fix wrong test method name. by Johnny Chen · 13 years ago
  75. 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 13 years ago
  76. 2e1f447 Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSourceManager(). by Johnny Chen · 13 years ago
  77. 12a8ecd Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTarget). by Johnny Chen · 13 years ago
  78. 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
  79. 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
  80. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  81. 6c43c12 Add cleanup of watchpoint locations during Target::DeleteCurrentProcess(). by Johnny Chen · 13 years ago
  82. 97ad47f Fixed a problem where the symbol context was not by Sean Callanan · 13 years ago
  83. f7649bb Fixed a problem where the expression parser would by Sean Callanan · 13 years ago
  84. 3823c84 Fixed indentation. by Johnny Chen · 13 years ago
  85. a1cb0f4 Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 13 years ago
  86. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  87. ba3d698 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 13 years ago
  88. 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
  89. 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
  90. 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
  91. 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
  92. 819dd5e by Jason Molenda · 13 years ago
  93. 89798cc Set the OS in the triple correctly in response to the qHostInfo packet. by Greg Clayton · 13 years ago
  94. 22a56cc Fix a bug where re-use of the same existing target-wise watchpoint did not work correctly. by Johnny Chen · 13 years ago
  95. 5b2fc57 Add logging to Target::CreateWatchpointLocation() and fix some bug of using the wrong variable. by Johnny Chen · 13 years ago
  96. 72095e8 If we haven't gotten the architecture of the process we're attaching by Jim Ingham · 13 years ago
  97. 87ff53b Add comments. by Johnny Chen · 13 years ago
  98. 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
  99. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  100. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago