1. 707e340 Quick fixes to the PE COFF file loader. by Greg Clayton · 13 years ago
  2. d1f8705 Add comment. by Johnny Chen · 13 years ago
  3. 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
  4. 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
  5. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  6. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  7. 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
  8. 48a5e85 Fix compiler warnings for GetGDBStoppointType(). by Johnny Chen · 13 years ago
  9. e9f4982 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 13 years ago
  10. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  11. c39793d Fixed the error message: by Johnny Chen · 13 years ago
  12. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago
  13. 271568f Fixing an issue with Python commands defined interactively by Enrico Granata · 13 years ago
  14. f7908e6 Patch from Pilipe to allow "target create" on the remote-macosx platform! by Johnny Chen · 13 years ago
  15. 01b79d2 FreeBSD platform patch from Filipe! by Johnny Chen · 13 years ago
  16. 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
  17. b14ec34 Patch from Filipe! by Johnny Chen · 13 years ago
  18. 677aabd Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFrameVariable. by Johnny Chen · 13 years ago
  19. 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
  20. 30e8d97 Watchpoint WIP: on the debugger side, create an instance of either by Johnny Chen · 13 years ago
  21. aac59fe Added help on stack frame selection compared to GDB and corrected the register by Greg Clayton · 13 years ago
  22. d8b7248 Added comments about exception code. by Johnny Chen · 13 years ago
  23. fc89093 Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callback method by Johnny Chen · 13 years ago
  24. 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
  25. 0c5c9a2 other documentation changes by Enrico Granata · 13 years ago
  26. 9e4102f documentation changes (WIP) by Enrico Granata · 13 years ago
  27. 2c45f54 Add logic to MachThreadList::GetThreadID() for the use case of setting a watchpoint by Johnny Chen · 13 years ago
  28. 390a0e7 Minor change: compare the return val of DNBWatchpointSet() against INVALID_NUB_WATCH_ID by Johnny Chen · 13 years ago
  29. 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
  30. 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
  31. d86218a Test should print to stdout only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  32. 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
  33. 31d8918 DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. by Johnny Chen · 13 years ago
  34. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  35. edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
  36. 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
  37. d74270e Added alpha .debug_names and .debug_types support in the DWARF parser. by Greg Clayton · 13 years ago
  38. 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
  39. 4ec7b85 Added files I forget to checkin with my last checkin. by Greg Clayton · 13 years ago
  40. c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
  41. 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
  42. d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago
  43. 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
  44. fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
  45. 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
  46. 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
  47. d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago
  48. 503b407 Update comments. by Johnny Chen · 13 years ago
  49. 25d2818 Watchpoint work in progress: add helper methods to DNB arch impl for I386 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  50. 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
  51. eb0eae2 Add stubs of incomplete watchpoint implementation with "FIXME" markers. by Johnny Chen · 13 years ago
  52. e393568 Added the debug registers for i386 and x86_64 in preparation for watchpoints. by Greg Clayton · 13 years ago
  53. 0605942 Remove an extra break statement. by Johnny Chen · 13 years ago
  54. 6b0f149 Patch by Filipe for FreeBSD platform plugin! by Johnny Chen · 13 years ago
  55. 169c5fb Fix a bunch of places where we were passing Stream *'s but were by Jim Ingham · 13 years ago
  56. 2a19ef9 Don't change the host's environment, just append our Python Directory by Jim Ingham · 13 years ago
  57. 994aba0 Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is by Jim Ingham · 13 years ago
  58. 62acb34 Micro-optimization: Update the shift amount only when needed. by Johnny Chen · 13 years ago
  59. 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
  60. 811b9c5 Fixed an assertion that could happen if we happened to parse a mach-o object by Greg Clayton · 13 years ago
  61. 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
  62. 2b1b411 Added code to test hash bucket sizes for an DWARF index that we can write by Greg Clayton · 13 years ago
  63. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  64. 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
  65. 914e718 Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the by Johnny Chen · 13 years ago
  66. 222df17 Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp. by Johnny Chen · 13 years ago
  67. 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
  68. 451d02b Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  69. 0a77f90 Fix compilation error with DEBUG_STACK_FRAMES defined, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  70. 928fafa Make the CFBundleShortVersionString and CFBundleVersion automatically track by Greg Clayton · 13 years ago
  71. bc088c7 Change old "settings set frame-prompt" and thread-prompt by Jason Molenda · 13 years ago
  72. 9553673 Emit an error message if we're unable to write a value to a register. by Jason Molenda · 13 years ago
  73. 24c991c Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 13 years ago
  74. 32b4f14 Fix so we don't create C++ classes for all objective C classes when we have a by Greg Clayton · 13 years ago
  75. 24429c0 The Compilation Unit language was being stored in a variable called "class_language"... Changed that to "cu_language". by Jim Ingham · 13 years ago
  76. 319df48 Remove skip decorator now that crash has been fixed. by Johnny Chen · 13 years ago
  77. 036fa90 Fixed a bug where the target for an expression was by Sean Callanan · 13 years ago
  78. b7058c5 Pretty print the run options for dumpSessionInfo(self) client. by Johnny Chen · 13 years ago
  79. 909b7b7 Fix compile warning. by Johnny Chen · 13 years ago
  80. 7522961 Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 13 years ago
  81. 4ecbe3d The plugin impl of getCompiler() should be in unison with the Makefile.rules change. by Johnny Chen · 13 years ago
  82. 5513256 Remove the expectedFailure decorator. The test has been passing for some time now. by Johnny Chen · 13 years ago
  83. 37ef7c7 Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder) by Enrico Granata · 13 years ago
  84. 46623be Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case by Enrico Granata · 13 years ago
  85. 3db17ae Documentation edits: correcting typos, adding information and general tweaks for readability by Enrico Granata · 13 years ago
  86. 097e555 Documentation on dynamic types (WIP) by Enrico Granata · 13 years ago
  87. de51233 Minor documentation changes (WIP) by Enrico Granata · 13 years ago
  88. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  89. 1bcd138 Patch by Filipe to build lldb usng 'make'! by Johnny Chen · 13 years ago
  90. 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
  91. b0d9796 Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler. by Johnny Chen · 13 years ago
  92. 93c7d37 Make clang the default compiler for building the test programs. by Johnny Chen · 13 years ago
  93. caf798c Fixing commas in enums (build breaker on GCC) as reported by Filipe Cabecinhas by Enrico Granata · 13 years ago
  94. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  95. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  96. 242ffb8 Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 13 years ago
  97. adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
  98. 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
  99. d587a58 Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 13 years ago
  100. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago