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