1. 40a2043 For dump_register_value() sub-routine, issue a return after an error condition occurs. by Johnny Chen · 12 years ago
  2. 49170d4 Check for NULL modules coming into the SearchFilter's ModulePasses & PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches functions. by Jim Ingham · 12 years ago
  3. 153bcca Insert dynamic checks only if the appropriate checker functions exist. by Sean Callanan · 12 years ago
  4. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  5. e23940f Fix arch_helper() to return the list of supported architectures. by Johnny Chen · 12 years ago
  6. 299aa70 rdar://problem/10996978 - Fixing an issue where crash reports for the expression parser might include symbols from the user's application by Enrico Granata · 12 years ago
  7. 2f1efa9 Commit Charles Davis' patch with some additional modifications. by Filipe Cabecinhas · 12 years ago
  8. dd26f36 Update the Makefile to expect the lldb package by Filipe Cabecinhas · 12 years ago
  9. 1377f38 Don't include LLDBWrapPython.cpp here. Use it in Interpreter. by Filipe Cabecinhas · 12 years ago
  10. 93024d9 Continue the work started by Dragos' Makefile patch (LLVMLibsOptions usage) by Filipe Cabecinhas · 12 years ago
  11. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  12. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  13. dc43bbf Fixed memory management issues introduced by revision 157507. by Greg Clayton · 12 years ago
  14. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  15. f4ec2ea Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. by Jim Ingham · 12 years ago
  16. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  17. 21049c4 Fixed a crash in logging when the name of an by Sean Callanan · 12 years ago
  18. 54e3371 <rdar://problem/11535465> by Greg Clayton · 12 years ago
  19. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  20. 3a5dc01 Fixed an issue where we might have easy access to the string table data for a mach file from memory even though we have a process. So now we don't read the string table strings from memory when we don't have to. by Greg Clayton · 12 years ago
  21. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  22. 528cc2c Add support for function with stack frame checks added by the compiler; by Jason Molenda · 12 years ago
  23. 8ca4fa7 <rdar://problem/11529853> by Greg Clayton · 12 years ago
  24. 4ff16d7 Fix missing Resources/Python directory for macosx build. by Johnny Chen · 12 years ago
  25. b7e62f8 Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit by Jim Ingham · 12 years ago
  26. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  27. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  28. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  29. 021086a extra ';' outside of a function [-pedantic,-Wextra-semi] by Filipe Cabecinhas · 12 years ago
  30. 9a23bec Small fixes: actually return a boolean and remove semi-colons. by Filipe Cabecinhas · 12 years ago
  31. f4928de Process::Destroy should Halt before it tries to destroy so we don't have race conditions where we are in the middle of trying to service an event when we go to Destroy. by Jim Ingham · 12 years ago
  32. fc34abb Add more convenience registers to x86_64 and a simple test scenario: by Johnny Chen · 12 years ago
  33. 6070eeb Integrated a fix for an ARM disassembler crash by Sean Callanan · 12 years ago
  34. 6b6031d Fix a typo. by Johnny Chen · 12 years ago
  35. 96bdd73 Add a test case to check that eax's content equals the lower half of rax. by Johnny Chen · 12 years ago
  36. 8a178b6 The RegisterInfo descriptors for the convenience registers can specify an offset to be added to the offset as derived from by Johnny Chen · 12 years ago
  37. 627ca95 Fix wrong offset of eax and friends pointed out by Greg. by Johnny Chen · 12 years ago
  38. 7f293ab Return a constant of the appropriate type. by Filipe Cabecinhas · 12 years ago
  39. 293b98f Remove trailing semicolons. by Filipe Cabecinhas · 12 years ago
  40. d2e3066 rdar://problem/11487457 by Johnny Chen · 12 years ago
  41. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  42. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  43. 57e0ff4 Added support for rvalue references in debug information by Sean Callanan · 12 years ago
  44. 81cd0af CompileUnit::ResolveSymbolContext was only filling in the LineEntry regardless of what was passed in for "resolve_scope". I fixed that. by Jim Ingham · 12 years ago
  45. 4207296 Updated the object-pointer lookup logic to fix by Sean Callanan · 12 years ago
  46. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  47. d0a0980 Fixes for performance to data formatters - Python < 3.0 is much slower when using True/False as compared to 1/0 for logical values. Wexploit this to our advantage. Other minor tweaks by Enrico Granata · 12 years ago
  48. 39d1af9 Fixed a nasty bug where JIT expressions didn't work by Sean Callanan · 12 years ago
  49. 7b71b17 Added an "rb" alias that sets breakpoints by regular expression. by Sean Callanan · 12 years ago
  50. b1a7143 Integrated a check into Clang that make sure that by Sean Callanan · 12 years ago
  51. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  52. 6b1763b <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. by Enrico Granata · 12 years ago
  53. f7d782b Fixes the case where we created a dummy target, deleted it, and then tried to evaluate an expression with no target. by Filipe Cabecinhas · 12 years ago
  54. 45bc395 Updated LLVM to take a disassembler fix that causes by Sean Callanan · 12 years ago
  55. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  56. eeeb2af Forgot to bump the local string buffer up in size after debugging to make sure long strings would be correctly read when the buffer is too small for the string. by Greg Clayton · 12 years ago
  57. 3864f04 Add test cases where we start three worker threads, with a write watchpoint set. As soon as a watchpoint is hit in either of the worker thread, by Johnny Chen · 12 years ago
  58. dd29b97 Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work. by Greg Clayton · 12 years ago
  59. 9d1fa2a Warn when we detect a valid dSYM file that is empty. This can happen when a dSYM file is created from a binary with no debug info, that has been stripped, or when the .o files are not available when the dSYM is created. by Greg Clayton · 12 years ago
  60. dc5e877 Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 12 years ago
  61. 6bf058b Optimizations to the Python ObjC formatters - Benchmarking infrastructure by Enrico Granata · 12 years ago
  62. cd1b7fc Fixed the test for the new process launch abbreviation. by Filipe Cabecinhas · 12 years ago
  63. cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 12 years ago
  64. 2e4ca56 bump to lldb 149. by Jason Molenda · 12 years ago
  65. 9986a3b rdar://problem/11140741 by Johnny Chen · 12 years ago
  66. 20c3708 Make the debug output that comes as printf's from code called in the target for getting ObjC class names and ObjC method implementations only come out when doing verbose logging. by Jim Ingham · 12 years ago
  67. 86c50d7 <rdar://problem/11405850> by Greg Clayton · 12 years ago
  68. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  69. bb55057 <rdar://11477301> by Han Ming Ong · 12 years ago
  70. aad177d Reduce the timeout value for the "get class name" and "po" functions to .1 second. 1 second (what they were before) is way too long. by Jim Ingham · 12 years ago
  71. 03e5e51 If we notice that a module with a given file path is replaced by another with the same file by Jim Ingham · 12 years ago
  72. f42d3f6 We shouldn't save g_dummy_target_sp. Other code will simply call Destroy() on it. by Filipe Cabecinhas · 12 years ago
  73. eb4cd8d Make sure to subtract one from the PC when doing the symbolication of stack frames when it isn't the zero'th frame. by Greg Clayton · 12 years ago
  74. 0578f45 Bump to version 148. by Jason Molenda · 12 years ago
  75. 4bc8d16 Warn the user when several commands match the input given. Added a testcase. by Filipe Cabecinhas · 12 years ago
  76. 82b147f <rdar://problem/11439755> by Greg Clayton · 12 years ago
  77. 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
  78. f061318 Enabled C++11 in the expression parser. auto and by Sean Callanan · 12 years ago
  79. 5df5dda Disassemble the signal number and also the mach exceptions when dumping stop reply packets. by Greg Clayton · 12 years ago
  80. 35f62f8 Fixed an exception when parsing crash logs. by Greg Clayton · 12 years ago
  81. f2d3e8d Updated LLVM to fix a problem where the Thumb by Sean Callanan · 12 years ago
  82. e39170b Update the comments for lldbtest module. The test driver is the only way to run the test suite. by Johnny Chen · 12 years ago
  83. 47dcd1e Make the script more friendly when running under python debugger. by Johnny Chen · 12 years ago
  84. 8aa684d The redo.py script can take no argument where it uses heuristics to find the latest session directory. by Johnny Chen · 12 years ago
  85. 4f397a2 Don't do a stat compare of the module with its underlying file if we already matched the UUID. by Jim Ingham · 12 years ago
  86. a80d1e8 Add GetID to the .i file. by Jim Ingham · 12 years ago
  87. 8492371 Cleanup after functionalities/alias/TestAliases.py by Filipe Cabecinhas · 12 years ago
  88. 67b402c Make sure that our thread list can't get out of date like was happening before Jims fix in revision 156894. by Greg Clayton · 12 years ago
  89. f63f2ba Always call RefreshStateAfterStop when we get a stop event. We were skipping doing it in the case where we had interrupted the target. Presumably at some point in the past RefreshStateAfterStop was done more directly when we handled the interrupt, but it isn't any more so now we need to do it all the time. by Jim Ingham · 12 years ago
  90. 1c4ae3e Add an accessor on SBBreakpointLocation to get its location ID. by Jim Ingham · 12 years ago
  91. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  92. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  93. 45c47aa Add LLDB_DISABLE_PYTHON around newly added methods in by Jason Molenda · 12 years ago
  94. 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 12 years ago
  95. d2a9d9b Fix comment typeo. by Jason Molenda · 12 years ago
  96. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  97. 7461e23 Fix Makefile to pass the correct -arch flag to the toolchains. by Johnny Chen · 12 years ago
  98. e585240 <rdar://problem/11246147> by Greg Clayton · 12 years ago
  99. 08af598 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 12 years ago
  100. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 12 years ago