1. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  2. 528cc2c Add support for function with stack frame checks added by the compiler; by Jason Molenda · 12 years ago
  3. 8ca4fa7 <rdar://problem/11529853> by Greg Clayton · 12 years ago
  4. 4ff16d7 Fix missing Resources/Python directory for macosx build. by Johnny Chen · 12 years ago
  5. 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
  6. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  7. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  8. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  9. 021086a extra ';' outside of a function [-pedantic,-Wextra-semi] by Filipe Cabecinhas · 12 years ago
  10. 9a23bec Small fixes: actually return a boolean and remove semi-colons. by Filipe Cabecinhas · 12 years ago
  11. 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
  12. fc34abb Add more convenience registers to x86_64 and a simple test scenario: by Johnny Chen · 12 years ago
  13. 6070eeb Integrated a fix for an ARM disassembler crash by Sean Callanan · 12 years ago
  14. 6b6031d Fix a typo. by Johnny Chen · 12 years ago
  15. 96bdd73 Add a test case to check that eax's content equals the lower half of rax. by Johnny Chen · 12 years ago
  16. 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
  17. 627ca95 Fix wrong offset of eax and friends pointed out by Greg. by Johnny Chen · 12 years ago
  18. 7f293ab Return a constant of the appropriate type. by Filipe Cabecinhas · 12 years ago
  19. 293b98f Remove trailing semicolons. by Filipe Cabecinhas · 12 years ago
  20. d2e3066 rdar://problem/11487457 by Johnny Chen · 12 years ago
  21. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  22. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  23. 57e0ff4 Added support for rvalue references in debug information by Sean Callanan · 12 years ago
  24. 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
  25. 4207296 Updated the object-pointer lookup logic to fix by Sean Callanan · 12 years ago
  26. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  27. 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
  28. 39d1af9 Fixed a nasty bug where JIT expressions didn't work by Sean Callanan · 12 years ago
  29. 7b71b17 Added an "rb" alias that sets breakpoints by regular expression. by Sean Callanan · 12 years ago
  30. b1a7143 Integrated a check into Clang that make sure that by Sean Callanan · 12 years ago
  31. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  32. 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
  33. 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
  34. 45bc395 Updated LLVM to take a disassembler fix that causes by Sean Callanan · 12 years ago
  35. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  36. 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
  37. 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
  38. 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
  39. 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
  40. dc5e877 Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 12 years ago
  41. 6bf058b Optimizations to the Python ObjC formatters - Benchmarking infrastructure by Enrico Granata · 12 years ago
  42. cd1b7fc Fixed the test for the new process launch abbreviation. by Filipe Cabecinhas · 12 years ago
  43. cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 12 years ago
  44. 2e4ca56 bump to lldb 149. by Jason Molenda · 12 years ago
  45. 9986a3b rdar://problem/11140741 by Johnny Chen · 12 years ago
  46. 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
  47. 86c50d7 <rdar://problem/11405850> by Greg Clayton · 12 years ago
  48. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  49. bb55057 <rdar://11477301> by Han Ming Ong · 12 years ago
  50. 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
  51. 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
  52. f42d3f6 We shouldn't save g_dummy_target_sp. Other code will simply call Destroy() on it. by Filipe Cabecinhas · 12 years ago
  53. 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
  54. 0578f45 Bump to version 148. by Jason Molenda · 12 years ago
  55. 4bc8d16 Warn the user when several commands match the input given. Added a testcase. by Filipe Cabecinhas · 12 years ago
  56. 82b147f <rdar://problem/11439755> by Greg Clayton · 12 years ago
  57. 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
  58. f061318 Enabled C++11 in the expression parser. auto and by Sean Callanan · 12 years ago
  59. 5df5dda Disassemble the signal number and also the mach exceptions when dumping stop reply packets. by Greg Clayton · 12 years ago
  60. 35f62f8 Fixed an exception when parsing crash logs. by Greg Clayton · 12 years ago
  61. f2d3e8d Updated LLVM to fix a problem where the Thumb by Sean Callanan · 12 years ago
  62. 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
  63. 47dcd1e Make the script more friendly when running under python debugger. by Johnny Chen · 12 years ago
  64. 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
  65. 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
  66. a80d1e8 Add GetID to the .i file. by Jim Ingham · 12 years ago
  67. 8492371 Cleanup after functionalities/alias/TestAliases.py by Filipe Cabecinhas · 12 years ago
  68. 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
  69. 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
  70. 1c4ae3e Add an accessor on SBBreakpointLocation to get its location ID. by Jim Ingham · 12 years ago
  71. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  72. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  73. 45c47aa Add LLDB_DISABLE_PYTHON around newly added methods in by Jason Molenda · 12 years ago
  74. 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 12 years ago
  75. d2a9d9b Fix comment typeo. by Jason Molenda · 12 years ago
  76. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  77. 7461e23 Fix Makefile to pass the correct -arch flag to the toolchains. by Johnny Chen · 12 years ago
  78. e585240 <rdar://problem/11246147> by Greg Clayton · 12 years ago
  79. 08af598 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 12 years ago
  80. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 12 years ago
  81. 0cbaacd Modified "image lookup -t <typename>" to expand typedefs. by Greg Clayton · 12 years ago
  82. 2ad894b <rdar://problem/11455398> by Greg Clayton · 12 years ago
  83. c2c822c Fixed a typo: "aync" => "async" by Greg Clayton · 12 years ago
  84. 469e08d <rdar://problem/11451919> by Greg Clayton · 12 years ago
  85. bd5c23d <rdar://problem/11240464> by Greg Clayton · 12 years ago
  86. a695aa2 Fixing a bug where the summary for certain NSStrings was being returned as empty in spite of the string actually having a content by Enrico Granata · 12 years ago
  87. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 12 years ago
  88. b7cdd6c Fix missing NEON registers for the 'register read' command with the lldb debugserver which supports the 'qRegisterInfo' packet by Johnny Chen · 12 years ago
  89. 9721fe9 Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. by Jim Ingham · 12 years ago
  90. ca0761b <rdar://problem/11439169> by Greg Clayton · 12 years ago
  91. 5b0025f <rdar://problem/11439022> by Greg Clayton · 12 years ago
  92. d1ec3d6 Fix a comment I had incorrectly altered. by Jim Ingham · 12 years ago
  93. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  94. 07f258f Remove comments and an extra print statement. by Greg Clayton · 12 years ago
  95. 3cae38b Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 12 years ago
  96. 01584eb Fix SBProcess::ReadMemory's typemap to handle PyLongObjects. by Filipe Cabecinhas · 12 years ago
  97. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 12 years ago
  98. 110b55f Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. by Jim Ingham · 12 years ago
  99. 1a7f630 Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: by Greg Clayton · 12 years ago
  100. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 12 years ago