1. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  2. edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
  3. 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
  4. d74270e Added alpha .debug_names and .debug_types support in the DWARF parser. by Greg Clayton · 13 years ago
  5. 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
  6. 4ec7b85 Added files I forget to checkin with my last checkin. by Greg Clayton · 13 years ago
  7. c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
  8. 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
  9. d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago
  10. 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
  11. fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
  12. 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
  13. 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
  14. d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago
  15. 503b407 Update comments. by Johnny Chen · 13 years ago
  16. 25d2818 Watchpoint work in progress: add helper methods to DNB arch impl for I386 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  17. 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
  18. eb0eae2 Add stubs of incomplete watchpoint implementation with "FIXME" markers. by Johnny Chen · 13 years ago
  19. e393568 Added the debug registers for i386 and x86_64 in preparation for watchpoints. by Greg Clayton · 13 years ago
  20. 0605942 Remove an extra break statement. by Johnny Chen · 13 years ago
  21. 6b0f149 Patch by Filipe for FreeBSD platform plugin! by Johnny Chen · 13 years ago
  22. 169c5fb Fix a bunch of places where we were passing Stream *'s but were by Jim Ingham · 13 years ago
  23. 2a19ef9 Don't change the host's environment, just append our Python Directory by Jim Ingham · 13 years ago
  24. 994aba0 Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is by Jim Ingham · 13 years ago
  25. 62acb34 Micro-optimization: Update the shift amount only when needed. by Johnny Chen · 13 years ago
  26. 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
  27. 811b9c5 Fixed an assertion that could happen if we happened to parse a mach-o object by Greg Clayton · 13 years ago
  28. 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
  29. 2b1b411 Added code to test hash bucket sizes for an DWARF index that we can write by Greg Clayton · 13 years ago
  30. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  31. 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
  32. 914e718 Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the by Johnny Chen · 13 years ago
  33. 222df17 Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp. by Johnny Chen · 13 years ago
  34. 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
  35. 451d02b Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  36. 0a77f90 Fix compilation error with DEBUG_STACK_FRAMES defined, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  37. 928fafa Make the CFBundleShortVersionString and CFBundleVersion automatically track by Greg Clayton · 13 years ago
  38. bc088c7 Change old "settings set frame-prompt" and thread-prompt by Jason Molenda · 13 years ago
  39. 9553673 Emit an error message if we're unable to write a value to a register. by Jason Molenda · 13 years ago
  40. 24c991c Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 13 years ago
  41. 32b4f14 Fix so we don't create C++ classes for all objective C classes when we have a by Greg Clayton · 13 years ago
  42. 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
  43. 319df48 Remove skip decorator now that crash has been fixed. by Johnny Chen · 13 years ago
  44. 036fa90 Fixed a bug where the target for an expression was by Sean Callanan · 13 years ago
  45. b7058c5 Pretty print the run options for dumpSessionInfo(self) client. by Johnny Chen · 13 years ago
  46. 909b7b7 Fix compile warning. by Johnny Chen · 13 years ago
  47. 7522961 Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 13 years ago
  48. 4ecbe3d The plugin impl of getCompiler() should be in unison with the Makefile.rules change. by Johnny Chen · 13 years ago
  49. 5513256 Remove the expectedFailure decorator. The test has been passing for some time now. by Johnny Chen · 13 years ago
  50. 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
  51. 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
  52. 3db17ae Documentation edits: correcting typos, adding information and general tweaks for readability by Enrico Granata · 13 years ago
  53. 097e555 Documentation on dynamic types (WIP) by Enrico Granata · 13 years ago
  54. de51233 Minor documentation changes (WIP) by Enrico Granata · 13 years ago
  55. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  56. 1bcd138 Patch by Filipe to build lldb usng 'make'! by Johnny Chen · 13 years ago
  57. 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
  58. b0d9796 Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler. by Johnny Chen · 13 years ago
  59. 93c7d37 Make clang the default compiler for building the test programs. by Johnny Chen · 13 years ago
  60. caf798c Fixing commas in enums (build breaker on GCC) as reported by Filipe Cabecinhas by Enrico Granata · 13 years ago
  61. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  62. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  63. 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
  64. adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
  65. 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
  66. 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
  67. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  68. 17f3d05 Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". by Greg Clayton · 13 years ago
  69. 49f7e5b Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project by Greg Clayton · 13 years ago
  70. 24b81e3 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 13 years ago
  71. f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 13 years ago
  72. 0be2e9b More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files by Enrico Granata · 13 years ago
  73. 4dfa511 Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 13 years ago
  74. b0968f5 Code cleanup and refactoring (round 4): by Enrico Granata · 13 years ago
  75. c70f3f5 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 13 years ago
  76. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  77. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  78. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  79. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  80. b269ed0 Fix typos in comment. by Johnny Chen · 13 years ago
  81. eee701f Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0, by Johnny Chen · 13 years ago
  82. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  83. 98c4232 No need to look further if the file is a symbolic link. Look for the real file. by Johnny Chen · 13 years ago
  84. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  85. b355828 Fixed an issue where even if the communication object had Clear() called on by Greg Clayton · 13 years ago
  86. d8b9b06 Added the ability to create a SBCommandReturnObject object from a pointer by Greg Clayton · 13 years ago
  87. 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
  88. 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
  89. 40ad91f Add a Python script to locate each binary file under a root directory which matches some pathname pattern by Johnny Chen · 13 years ago
  90. 611b7e9 Revert the workaround patch in the last check in. With the local patch to LLVM, it is no longer necessary. by Johnny Chen · 13 years ago
  91. b66b112 Fix TypeError exception for re.compile(). by Johnny Chen · 13 years ago
  92. 9aac285 Whoops, accidentally committed my local scheme. by Sean Callanan · 13 years ago
  93. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  94. 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
  95. 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
  96. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  97. 65040cb Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() by Johnny Chen · 13 years ago
  98. 7044f1b Revert the previous addition of expectedFailure decorators, it was a mistake. by Johnny Chen · 13 years ago
  99. 0c8e91e Add expectedFailure decorator. Failed possibly due to rollback of llvm/clang. by Johnny Chen · 13 years ago
  100. 8ddc802 Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. by Johnny Chen · 13 years ago