1. 87ff53b Add comments. by Johnny Chen · 13 years ago
  2. 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
  3. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  4. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  5. 61286a5 Get the address and the size of the variable for passing to the Target::CreateWatchpointLocation() method. by Johnny Chen · 13 years ago
  6. 57067a0 Fixed some incorrect return values. by Greg Clayton · 13 years ago
  7. 9bf1199 Fix compiler warning. by Johnny Chen · 13 years ago
  8. 95f41b8 Add trivial implementation for GetDescription(). by Johnny Chen · 13 years ago
  9. 08b8ed4 In ThreadList::GetSelectedThread, handle the case where we have no by Jason Molenda · 13 years ago
  10. 38e44ec Change the macosx Host::FindProcesses() to include all processes by Jason Molenda · 13 years ago
  11. 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
  12. 649d3f1 Remove an unnecessary 'else { ... }', which adds to vertical as well as horizontal spans, by Johnny Chen · 13 years ago
  13. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  14. 144188b Huge memory and performance improvements in the DWARF parser. by Greg Clayton · 13 years ago
  15. ca3e91a Fix indentations, add some comments. by Johnny Chen · 13 years ago
  16. b50787d Added GDB/LLDB commands for the "target stop-hook add" command. by Greg Clayton · 13 years ago
  17. 3066b25 Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked by Johnny Chen · 13 years ago
  18. d996d0c Fixed the header guards. by Greg Clayton · 13 years ago
  19. dad26a8 Fixed the logging output to be done consistently across all plug-ins. by Greg Clayton · 13 years ago
  20. 31cf0e7 Changed to using an "operator bool" instead of an "operator void*" by Greg Clayton · 13 years ago
  21. 86c2e74 Fixed up the comments in the headerdoc to match the current implementation by Greg Clayton · 13 years ago
  22. 448bd2f Fixes for Symtab.cpp to take advantage of the new unique C string map by Greg Clayton · 13 years ago
  23. 95decca Added extra calls to the UniqueCStringMap to allow it to be used by Greg Clayton · 13 years ago
  24. d6edcb5 Don't skip the application specific ~/.lldbinit file when the program by Greg Clayton · 13 years ago
  25. 439d033 A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point. by Johnny Chen · 13 years ago
  26. cfbf7fe Convert OptionGroupVariable.cpp to use the arraysize() template function, as well. by Johnny Chen · 13 years ago
  27. 707e340 Quick fixes to the PE COFF file loader. by Greg Clayton · 13 years ago
  28. d1f8705 Add comment. by Johnny Chen · 13 years ago
  29. 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
  30. 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
  31. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  32. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  33. 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
  34. 48a5e85 Fix compiler warnings for GetGDBStoppointType(). by Johnny Chen · 13 years ago
  35. e9f4982 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 13 years ago
  36. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  37. c39793d Fixed the error message: by Johnny Chen · 13 years ago
  38. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago
  39. 271568f Fixing an issue with Python commands defined interactively by Enrico Granata · 13 years ago
  40. f7908e6 Patch from Pilipe to allow "target create" on the remote-macosx platform! by Johnny Chen · 13 years ago
  41. 01b79d2 FreeBSD platform patch from Filipe! by Johnny Chen · 13 years ago
  42. 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
  43. b14ec34 Patch from Filipe! by Johnny Chen · 13 years ago
  44. 677aabd Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFrameVariable. by Johnny Chen · 13 years ago
  45. 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
  46. 30e8d97 Watchpoint WIP: on the debugger side, create an instance of either by Johnny Chen · 13 years ago
  47. aac59fe Added help on stack frame selection compared to GDB and corrected the register by Greg Clayton · 13 years ago
  48. d8b7248 Added comments about exception code. by Johnny Chen · 13 years ago
  49. fc89093 Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callback method by Johnny Chen · 13 years ago
  50. 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
  51. 0c5c9a2 other documentation changes by Enrico Granata · 13 years ago
  52. 9e4102f documentation changes (WIP) by Enrico Granata · 13 years ago
  53. 2c45f54 Add logic to MachThreadList::GetThreadID() for the use case of setting a watchpoint by Johnny Chen · 13 years ago
  54. 390a0e7 Minor change: compare the return val of DNBWatchpointSet() against INVALID_NUB_WATCH_ID by Johnny Chen · 13 years ago
  55. 716a628 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 13 years ago
  56. 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
  57. d86218a Test should print to stdout only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  58. 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
  59. 31d8918 DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. by Johnny Chen · 13 years ago
  60. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  61. edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
  62. 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
  63. d74270e Added alpha .debug_names and .debug_types support in the DWARF parser. by Greg Clayton · 13 years ago
  64. 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
  65. 4ec7b85 Added files I forget to checkin with my last checkin. by Greg Clayton · 13 years ago
  66. c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
  67. 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
  68. d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago
  69. d2ad7fd disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. by Jim Ingham · 13 years ago
  70. fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
  71. 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
  72. 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
  73. d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago
  74. 503b407 Update comments. by Johnny Chen · 13 years ago
  75. 25d2818 Watchpoint work in progress: add helper methods to DNB arch impl for I386 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  76. 738fe1b Watchpoint work in progress: add helper methods to DNB arch impl for X86_64 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  77. eb0eae2 Add stubs of incomplete watchpoint implementation with "FIXME" markers. by Johnny Chen · 13 years ago
  78. e393568 Added the debug registers for i386 and x86_64 in preparation for watchpoints. by Greg Clayton · 13 years ago
  79. 0605942 Remove an extra break statement. by Johnny Chen · 13 years ago
  80. 6b0f149 Patch by Filipe for FreeBSD platform plugin! by Johnny Chen · 13 years ago
  81. 169c5fb Fix a bunch of places where we were passing Stream *'s but were by Jim Ingham · 13 years ago
  82. 2a19ef9 Don't change the host's environment, just append our Python Directory by Jim Ingham · 13 years ago
  83. 994aba0 Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is by Jim Ingham · 13 years ago
  84. 62acb34 Micro-optimization: Update the shift amount only when needed. by Johnny Chen · 13 years ago
  85. 2b5b8d2 Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number by Johnny Chen · 13 years ago
  86. 811b9c5 Fixed an assertion that could happen if we happened to parse a mach-o object by Greg Clayton · 13 years ago
  87. 5454892 Move DIE location reporting into the DWARFDebugInfo class, use it from there in SymbolFileDWARF::ParseType (and eventually in other interesting places as well.) by Jim Ingham · 13 years ago
  88. 2b1b411 Added code to test hash bucket sizes for an DWARF index that we can write by Greg Clayton · 13 years ago
  89. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  90. 9ecdaac Add logging to SymbolFileDWARF::ParseType so that we can tell the type/comp_unit/obj_file were being processed when something goes wrong... by Jim Ingham · 13 years ago
  91. 914e718 Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the by Johnny Chen · 13 years ago
  92. 222df17 Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp. by Johnny Chen · 13 years ago
  93. 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
  94. 451d02b Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  95. 0a77f90 Fix compilation error with DEBUG_STACK_FRAMES defined, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  96. 928fafa Make the CFBundleShortVersionString and CFBundleVersion automatically track by Greg Clayton · 13 years ago
  97. bc088c7 Change old "settings set frame-prompt" and thread-prompt by Jason Molenda · 13 years ago
  98. 9553673 Emit an error message if we're unable to write a value to a register. by Jason Molenda · 13 years ago
  99. 24c991c Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 13 years ago
  100. 32b4f14 Fix so we don't create C++ classes for all objective C classes when we have a by Greg Clayton · 13 years ago