1. d106696 <rdar://problem/11806995> by Han Ming Ong · 12 years ago
  2. 54ce4db Added a new example that extracts all global variables from an object file and prints any available info. by Greg Clayton · 12 years ago
  3. 2b03efe Fixed a potential crash if a metadata category by Sean Callanan · 12 years ago
  4. 06b8449 Work around some problems destroying a process with older debugservers. by Jim Ingham · 12 years ago
  5. dcf5614 Make the interactive command interpreter build into the "crashlog" command work correctly when run inside LLDB. Before this fix the "cmd.Cmd" object was trying to read from stdin itself and it was competing without command interpreter for the bytes. by Greg Clayton · 12 years ago
  6. edd601a <rdar://problem/11800213> by Greg Clayton · 12 years ago
  7. c8cf5cc Improved the name comparing logic a bit. by Greg Clayton · 12 years ago
  8. 0d2c541 <rdar://problem/11744001> by Greg Clayton · 12 years ago
  9. 86827fb Add an "extra-startup-commands" process setting so we can send some command strings to the actual process plugin to interpret as it wishes. by Jim Ingham · 12 years ago
  10. 2a94be1 Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. by Greg Clayton · 12 years ago
  11. d874666 Spelling fixes. by Greg Clayton · 12 years ago
  12. 2530d95 Spelling fixes. by Greg Clayton · 12 years ago
  13. 26a24b7 Make 'watchpoint set' default to write instead of read_write. by Johnny Chen · 12 years ago
  14. d47c792 Added information on how to get API documentation in a "Documentation" section. by Greg Clayton · 12 years ago
  15. 126b344 <rdar://problem/11755446> Making sure to provide summaries for one more NSString subclass by Enrico Granata · 12 years ago
  16. 7b3a49b Make the error message when we time out waiting for debugserver to reply to the qLaunchSuccess packet less cryptic. by Jim Ingham · 12 years ago
  17. 2b69a2b Listen to the "--verbose" flag when running "crashlog" and if verbose is enabled, then dump full paths to source files and modules. by Greg Clayton · 12 years ago
  18. 5f2343e Fixed a logic error which stopped paths from being properly remapped. by Greg Clayton · 12 years ago
  19. f79dcd4 Added a new top level "Resources" group for plist files and moved a few dylib and .a files into the "Libraries" group. by Greg Clayton · 12 years ago
  20. 2f676aa <rdar://problem/11679380> Make sure we do not fallback to software stepping when hardware stepping should work but fails to get enabled. Also removing dead code paths by Enrico Granata · 12 years ago
  21. 5c5a38e Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. by Greg Clayton · 12 years ago
  22. 11fb921 Fixed the "target modules list" to not crash in Debug builds due to an assertion where the mutex in the "module_list" local variable would assert when the lldb_private::Mutex would destruct. What was happening was the mutex in the module list was being locked by a local locker object and then "module_list" would get destroyed before the locker and the locker still had the mutex locked which would cause the pthread call to destroy the mutex to fail with "Resource busy" and it would cause a mutex leak. by Greg Clayton · 12 years ago
  23. 698e94a Modify the ranges_access() helper function to be able to lookup the address range in a block given an address. Since blocks can have multiple discontiguous ranges, it helps to be able to get the current address range for the current block in a frame. This can be used in code like: by Greg Clayton · 12 years ago
  24. ad50280 Fixed the get_process_thread_list function to correctly return a list of all threads in a process. by Greg Clayton · 12 years ago
  25. 3a70d5d Make the IsValid() operator for SBLineEntry "do the right thing" by returning true if the line entry is valid, not just if the opaque pointer to lldb_private::LineEntry is non NULL. by Greg Clayton · 12 years ago
  26. ca1500f Added a "save_crashlog" command to the lldb.macosx.crashlog package that allow you to dump your current process state out to a crash log file. This will dump all of the target module information with all load addresses, UUID values, and shared library paths, as well as all thread stacks and the crash log header. This will make it easy for us to save the current state of a process and then reload it later into LLDB. by Greg Clayton · 12 years ago
  27. e8fc036 Fix the copy constructor and assignement operator for ModuleList to be thread safe. by Greg Clayton · 12 years ago
  28. 0cae063 Check the return status of the make command. by Greg Clayton · 12 years ago
  29. 073d595 Remove dependency on internal header file. by Greg Clayton · 12 years ago
  30. 839de39 Make a way to set the result status for Python defined commands, and don't overwrite the status of the result if by Jim Ingham · 12 years ago
  31. fdbd10a Fix ignore counts on breakpoints so they actually work. by Jim Ingham · 12 years ago
  32. bc8c499 Add API logging to SBCommandInterpreter::HandleCompletion(). by Jim Ingham · 12 years ago
  33. d14a0bd The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't cause any other exceptional stop reason. by Jim Ingham · 12 years ago
  34. 403648d DNBLogThreadedIf already inserts a newline by Filipe Cabecinhas · 12 years ago
  35. fd3b35d Additional comment in ObjectFileMachO::ParseSymtab to explain by Jason Molenda · 12 years ago
  36. b62abd5 Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldb by Jason Molenda · 12 years ago
  37. 5bec0ae Bump version number to lldb-160. by Jason Molenda · 12 years ago
  38. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  39. 1032089 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 12 years ago
  40. a9e2887 Test suite cleanup: use Python API to remove files as part of cleanup instead of running OS commands. by Johnny Chen · 12 years ago
  41. d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
  42. 33a9f64 rdar://problem/11390100 by Johnny Chen · 12 years ago
  43. 6064862 Incorporate suggestions from Jim, add "USING LLDB" and "FILES" sections. by Jason Molenda · 12 years ago
  44. 088684d Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather by Jim Ingham · 12 years ago
  45. 1d970e7 Minor fixes for ARM/iOS targets: by Sean Callanan · 12 years ago
  46. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  47. 2ed5c75 Add a test case for r158222. by Johnny Chen · 12 years ago
  48. be315a6 rdar://problem/11487457 by Johnny Chen · 12 years ago
  49. 3fcc91a Fixed TestCompletion, broken by r158173 by Filipe Cabecinhas · 12 years ago
  50. 7f8dbdf Remove empty line at end. by Jason Molenda · 12 years ago
  51. 748b92d Add a simple man page for lldb. by Jason Molenda · 12 years ago
  52. 716a664 Committed a change to the SectionList that introduces by Sean Callanan · 12 years ago
  53. f90b5f3 Added a setting (target.process.disable-memory-cache) by Sean Callanan · 12 years ago
  54. ee306fa Add API logging for SBDebugger::MemoryPressureDetected. by Jim Ingham · 12 years ago
  55. a1ba314 <rdar://problem/11538779> Fixing issues where Python scripts were not able to read user input and/or display output to the user in certain situations - This fix introduces a Python InputReader manager class that mimics the behavior of the interactive interpreter in terms of access to I/O and ensures access to the input and output flows by Enrico Granata · 12 years ago
  56. 56d31ec Added the --all argument to "target modules lookup" by Sean Callanan · 12 years ago
  57. 07fb7b2 Update wording for the member field m_error. by Johnny Chen · 12 years ago
  58. a442da2 Add the SBWatchpoint::GetError back, we have clients who use it. by Jim Ingham · 12 years ago
  59. 8247e62 Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForReply where we weren't taking by Jim Ingham · 12 years ago
  60. 4389256 Make sure that when if we are going to Halt while the process is in the middle of HandlePrivateEvent we by Jim Ingham · 12 years ago
  61. 9d0f508 rdar://problem/11598332 by Johnny Chen · 12 years ago
  62. 8acac7b Whitespace cleanup. by Jim Ingham · 12 years ago
  63. 7f206ba <rdar://problem/11597333> by Greg Clayton · 12 years ago
  64. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  65. 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
  66. 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
  67. 8a5ce77 Cannot break the existing API client of SBValue::Watch(bool resolve_location, bool read, bool write). by Johnny Chen · 12 years ago
  68. 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
  69. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  70. f081dab -i option should apply to "-n" as well as "-F". by Jim Ingham · 12 years ago
  71. a23b441 Fixed handling of Objective-C properties to ensure by Sean Callanan · 12 years ago
  72. 12b7ea3 Patch that fixes log messages in SBValue.cpp from Lau Sennels. by Greg Clayton · 12 years ago
  73. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  74. 4d35f88 Properly initialize the member fields used for hardware watchpoint transaction management. by Johnny Chen · 12 years ago
  75. a377286 Fixed a problem where detaching from a process by Sean Callanan · 12 years ago
  76. a10207d Use Log::Printf() instead of printf(). by Johnny Chen · 12 years ago
  77. 5693e87 rdar://problem/11320188 by Johnny Chen · 12 years ago
  78. ee301fa Added "kill" as an alias for "process kill". by Sean Callanan · 12 years ago
  79. be23f05 Fix a typo for 'waitfor' option help wording. by Johnny Chen · 12 years ago
  80. 2462948 <rdar://problem/11548378> by Greg Clayton · 12 years ago
  81. 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
  82. 5d673ae Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin by Jason Molenda · 12 years ago
  83. 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
  84. 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
  85. bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
  86. 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
  87. bbf6aa5 Thread-hardening the SB API calls related to watchpoint operations. by Johnny Chen · 12 years ago
  88. 70e167f <rdar://problem/11486302> by Greg Clayton · 12 years ago
  89. a3368dd Added the ability to run "symbolicate [options] <crashlog-index>" in interactive mode. by Greg Clayton · 12 years ago
  90. d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
  91. 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
  92. f98dc35 Made nil resolve as (id)0 and not be looked up by Sean Callanan · 12 years ago
  93. 775f853 <rdar://problem/11486302> by Greg Clayton · 12 years ago
  94. dac2e5a FreeBSD patch by Viktor Kutuzov by Filipe Cabecinhas · 12 years ago
  95. 4336d93 Fixed a missed case in the patch to make by Sean Callanan · 12 years ago
  96. 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
  97. a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
  98. 5fa6cd3 <rdar://problem/11537498> by Greg Clayton · 12 years ago
  99. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  100. 0f95dda Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var by Filipe Cabecinhas · 12 years ago