1. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  2. 233935b Make sure the module_uuid_ptr is non-NULL before checking whether its contents match the module's UUID. by Jim Ingham · 12 years ago
  3. 9c4a344 Funnel the old API call SBValue::Watch (bool resolve_location, bool read, bool write) to the one which takes an SBError. by Johnny Chen · 12 years ago
  4. 8a5ce77 Cannot break the existing API client of SBValue::Watch(bool resolve_location, bool read, bool write). by Johnny Chen · 12 years ago
  5. 1b62f59 Cleaned up some stuff in symbolication where we can now lazily get images when symbolicating after loading a crash log file. by Greg Clayton · 12 years ago
  6. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  7. f081dab -i option should apply to "-n" as well as "-F". by Jim Ingham · 12 years ago
  8. a23b441 Fixed handling of Objective-C properties to ensure by Sean Callanan · 12 years ago
  9. 12b7ea3 Patch that fixes log messages in SBValue.cpp from Lau Sennels. by Greg Clayton · 12 years ago
  10. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  11. 4d35f88 Properly initialize the member fields used for hardware watchpoint transaction management. by Johnny Chen · 12 years ago
  12. a377286 Fixed a problem where detaching from a process by Sean Callanan · 12 years ago
  13. a10207d Use Log::Printf() instead of printf(). by Johnny Chen · 12 years ago
  14. 5693e87 rdar://problem/11320188 by Johnny Chen · 12 years ago
  15. ee301fa Added "kill" as an alias for "process kill". by Sean Callanan · 12 years ago
  16. be23f05 Fix a typo for 'waitfor' option help wording. by Johnny Chen · 12 years ago
  17. 2462948 <rdar://problem/11548378> by Greg Clayton · 12 years ago
  18. e828693 Added the ability to disassembly GDB remote packets with the python file. This will make it easier to symbolicate the packet log output since we can use the lldb.utils.symbolication package module to symbolicate register values. by Greg Clayton · 12 years ago
  19. 5d673ae Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin by Jason Molenda · 12 years ago
  20. b7b2532 When the Platform launches a process for debugging, make sure it goes into a separate process group, otherwise ^C will both cause us to try to Stop it manually, AND send it a SIGINT, which can confuse us. by Jim Ingham · 12 years ago
  21. 0d99969 If the Driver's input reader gets an Interrupt and the current command line is empty, then treat that interrupt as an instruction to Stop the process of the currently selected target. by Jim Ingham · 12 years ago
  22. bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
  23. b51d99b For hardware watchpoint enable/disable, in case the kernel call to set the revised debug state fails, we need to recover the local cache to the previous known state. by Johnny Chen · 12 years ago
  24. bbf6aa5 Thread-hardening the SB API calls related to watchpoint operations. by Johnny Chen · 12 years ago
  25. 70e167f <rdar://problem/11486302> by Greg Clayton · 12 years ago
  26. a3368dd Added the ability to run "symbolicate [options] <crashlog-index>" in interactive mode. by Greg Clayton · 12 years ago
  27. d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
  28. 59e19a1 When we are preparing all threads to run, if the overall run state of a thread is "suspended" that by Jim Ingham · 12 years ago
  29. f98dc35 Made nil resolve as (id)0 and not be looked up by Sean Callanan · 12 years ago
  30. 775f853 <rdar://problem/11486302> by Greg Clayton · 12 years ago
  31. dac2e5a FreeBSD patch by Viktor Kutuzov by Filipe Cabecinhas · 12 years ago
  32. 4336d93 Fixed a missed case in the patch to make by Sean Callanan · 12 years ago
  33. 01bc2d4 <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... by Enrico Granata · 12 years ago
  34. a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
  35. 5fa6cd3 <rdar://problem/11537498> by Greg Clayton · 12 years ago
  36. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  37. 0f95dda Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var by Filipe Cabecinhas · 12 years ago
  38. 61f17c0 Clean all files when executing 'make clean' by Filipe Cabecinhas · 12 years ago
  39. 57b74dd Clean renamed files on 'make clean' by Filipe Cabecinhas · 12 years ago
  40. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  41. 1e1a6ca Make dbgnub-config.pl work with multiline env vars. by Filipe Cabecinhas · 12 years ago
  42. 40a2043 For dump_register_value() sub-routine, issue a return after an error condition occurs. by Johnny Chen · 12 years ago
  43. 49170d4 Check for NULL modules coming into the SearchFilter's ModulePasses & PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches functions. by Jim Ingham · 12 years ago
  44. 153bcca Insert dynamic checks only if the appropriate checker functions exist. by Sean Callanan · 12 years ago
  45. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  46. e23940f Fix arch_helper() to return the list of supported architectures. by Johnny Chen · 12 years ago
  47. 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
  48. 2f1efa9 Commit Charles Davis' patch with some additional modifications. by Filipe Cabecinhas · 12 years ago
  49. dd26f36 Update the Makefile to expect the lldb package by Filipe Cabecinhas · 12 years ago
  50. 1377f38 Don't include LLDBWrapPython.cpp here. Use it in Interpreter. by Filipe Cabecinhas · 12 years ago
  51. 93024d9 Continue the work started by Dragos' Makefile patch (LLVMLibsOptions usage) by Filipe Cabecinhas · 12 years ago
  52. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  53. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  54. dc43bbf Fixed memory management issues introduced by revision 157507. by Greg Clayton · 12 years ago
  55. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  56. f4ec2ea Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. by Jim Ingham · 12 years ago
  57. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  58. 21049c4 Fixed a crash in logging when the name of an by Sean Callanan · 12 years ago
  59. 54e3371 <rdar://problem/11535465> by Greg Clayton · 12 years ago
  60. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  61. 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
  62. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  63. 528cc2c Add support for function with stack frame checks added by the compiler; by Jason Molenda · 12 years ago
  64. 8ca4fa7 <rdar://problem/11529853> by Greg Clayton · 12 years ago
  65. 4ff16d7 Fix missing Resources/Python directory for macosx build. by Johnny Chen · 12 years ago
  66. 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
  67. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  68. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  69. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  70. 021086a extra ';' outside of a function [-pedantic,-Wextra-semi] by Filipe Cabecinhas · 12 years ago
  71. 9a23bec Small fixes: actually return a boolean and remove semi-colons. by Filipe Cabecinhas · 12 years ago
  72. 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
  73. fc34abb Add more convenience registers to x86_64 and a simple test scenario: by Johnny Chen · 12 years ago
  74. 6070eeb Integrated a fix for an ARM disassembler crash by Sean Callanan · 12 years ago
  75. 6b6031d Fix a typo. by Johnny Chen · 12 years ago
  76. 96bdd73 Add a test case to check that eax's content equals the lower half of rax. by Johnny Chen · 12 years ago
  77. 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
  78. 627ca95 Fix wrong offset of eax and friends pointed out by Greg. by Johnny Chen · 12 years ago
  79. 7f293ab Return a constant of the appropriate type. by Filipe Cabecinhas · 12 years ago
  80. 293b98f Remove trailing semicolons. by Filipe Cabecinhas · 12 years ago
  81. d2e3066 rdar://problem/11487457 by Johnny Chen · 12 years ago
  82. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  83. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  84. 57e0ff4 Added support for rvalue references in debug information by Sean Callanan · 12 years ago
  85. 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
  86. 4207296 Updated the object-pointer lookup logic to fix by Sean Callanan · 12 years ago
  87. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  88. 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
  89. 39d1af9 Fixed a nasty bug where JIT expressions didn't work by Sean Callanan · 12 years ago
  90. 7b71b17 Added an "rb" alias that sets breakpoints by regular expression. by Sean Callanan · 12 years ago
  91. b1a7143 Integrated a check into Clang that make sure that by Sean Callanan · 12 years ago
  92. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  93. 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
  94. 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
  95. 45bc395 Updated LLVM to take a disassembler fix that causes by Sean Callanan · 12 years ago
  96. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  97. 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
  98. 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
  99. 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
  100. 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