1. fd3b35d Additional comment in ObjectFileMachO::ParseSymtab to explain by Jason Molenda · 12 years ago
  2. b62abd5 Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldb by Jason Molenda · 12 years ago
  3. 5bec0ae Bump version number to lldb-160. by Jason Molenda · 12 years ago
  4. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  5. 1032089 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 12 years ago
  6. 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
  7. d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
  8. 33a9f64 rdar://problem/11390100 by Johnny Chen · 12 years ago
  9. 6064862 Incorporate suggestions from Jim, add "USING LLDB" and "FILES" sections. by Jason Molenda · 12 years ago
  10. 088684d Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather by Jim Ingham · 12 years ago
  11. 1d970e7 Minor fixes for ARM/iOS targets: by Sean Callanan · 12 years ago
  12. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  13. 2ed5c75 Add a test case for r158222. by Johnny Chen · 12 years ago
  14. be315a6 rdar://problem/11487457 by Johnny Chen · 12 years ago
  15. 3fcc91a Fixed TestCompletion, broken by r158173 by Filipe Cabecinhas · 12 years ago
  16. 7f8dbdf Remove empty line at end. by Jason Molenda · 12 years ago
  17. 748b92d Add a simple man page for lldb. by Jason Molenda · 12 years ago
  18. 716a664 Committed a change to the SectionList that introduces by Sean Callanan · 12 years ago
  19. f90b5f3 Added a setting (target.process.disable-memory-cache) by Sean Callanan · 12 years ago
  20. ee306fa Add API logging for SBDebugger::MemoryPressureDetected. by Jim Ingham · 12 years ago
  21. 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
  22. 56d31ec Added the --all argument to "target modules lookup" by Sean Callanan · 12 years ago
  23. 07fb7b2 Update wording for the member field m_error. by Johnny Chen · 12 years ago
  24. a442da2 Add the SBWatchpoint::GetError back, we have clients who use it. by Jim Ingham · 12 years ago
  25. 8247e62 Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForReply where we weren't taking by Jim Ingham · 12 years ago
  26. 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
  27. 9d0f508 rdar://problem/11598332 by Johnny Chen · 12 years ago
  28. 8acac7b Whitespace cleanup. by Jim Ingham · 12 years ago
  29. 7f206ba <rdar://problem/11597333> by Greg Clayton · 12 years ago
  30. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  31. 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
  32. 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
  33. 8a5ce77 Cannot break the existing API client of SBValue::Watch(bool resolve_location, bool read, bool write). by Johnny Chen · 12 years ago
  34. 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
  35. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  36. f081dab -i option should apply to "-n" as well as "-F". by Jim Ingham · 12 years ago
  37. a23b441 Fixed handling of Objective-C properties to ensure by Sean Callanan · 12 years ago
  38. 12b7ea3 Patch that fixes log messages in SBValue.cpp from Lau Sennels. by Greg Clayton · 12 years ago
  39. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  40. 4d35f88 Properly initialize the member fields used for hardware watchpoint transaction management. by Johnny Chen · 12 years ago
  41. a377286 Fixed a problem where detaching from a process by Sean Callanan · 12 years ago
  42. a10207d Use Log::Printf() instead of printf(). by Johnny Chen · 12 years ago
  43. 5693e87 rdar://problem/11320188 by Johnny Chen · 12 years ago
  44. ee301fa Added "kill" as an alias for "process kill". by Sean Callanan · 12 years ago
  45. be23f05 Fix a typo for 'waitfor' option help wording. by Johnny Chen · 12 years ago
  46. 2462948 <rdar://problem/11548378> by Greg Clayton · 12 years ago
  47. 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
  48. 5d673ae Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin by Jason Molenda · 12 years ago
  49. 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
  50. 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
  51. bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
  52. 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
  53. bbf6aa5 Thread-hardening the SB API calls related to watchpoint operations. by Johnny Chen · 12 years ago
  54. 70e167f <rdar://problem/11486302> by Greg Clayton · 12 years ago
  55. a3368dd Added the ability to run "symbolicate [options] <crashlog-index>" in interactive mode. by Greg Clayton · 12 years ago
  56. d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
  57. 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
  58. f98dc35 Made nil resolve as (id)0 and not be looked up by Sean Callanan · 12 years ago
  59. 775f853 <rdar://problem/11486302> by Greg Clayton · 12 years ago
  60. dac2e5a FreeBSD patch by Viktor Kutuzov by Filipe Cabecinhas · 12 years ago
  61. 4336d93 Fixed a missed case in the patch to make by Sean Callanan · 12 years ago
  62. 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
  63. a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
  64. 5fa6cd3 <rdar://problem/11537498> by Greg Clayton · 12 years ago
  65. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  66. 0f95dda Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var by Filipe Cabecinhas · 12 years ago
  67. 61f17c0 Clean all files when executing 'make clean' by Filipe Cabecinhas · 12 years ago
  68. 57b74dd Clean renamed files on 'make clean' by Filipe Cabecinhas · 12 years ago
  69. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  70. 1e1a6ca Make dbgnub-config.pl work with multiline env vars. by Filipe Cabecinhas · 12 years ago
  71. 40a2043 For dump_register_value() sub-routine, issue a return after an error condition occurs. by Johnny Chen · 12 years ago
  72. 49170d4 Check for NULL modules coming into the SearchFilter's ModulePasses & PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches functions. by Jim Ingham · 12 years ago
  73. 153bcca Insert dynamic checks only if the appropriate checker functions exist. by Sean Callanan · 12 years ago
  74. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  75. e23940f Fix arch_helper() to return the list of supported architectures. by Johnny Chen · 12 years ago
  76. 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
  77. 2f1efa9 Commit Charles Davis' patch with some additional modifications. by Filipe Cabecinhas · 12 years ago
  78. dd26f36 Update the Makefile to expect the lldb package by Filipe Cabecinhas · 12 years ago
  79. 1377f38 Don't include LLDBWrapPython.cpp here. Use it in Interpreter. by Filipe Cabecinhas · 12 years ago
  80. 93024d9 Continue the work started by Dragos' Makefile patch (LLVMLibsOptions usage) by Filipe Cabecinhas · 12 years ago
  81. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  82. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  83. dc43bbf Fixed memory management issues introduced by revision 157507. by Greg Clayton · 12 years ago
  84. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  85. f4ec2ea Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts to be more clear. by Jim Ingham · 12 years ago
  86. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  87. 21049c4 Fixed a crash in logging when the name of an by Sean Callanan · 12 years ago
  88. 54e3371 <rdar://problem/11535465> by Greg Clayton · 12 years ago
  89. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  90. 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
  91. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  92. 528cc2c Add support for function with stack frame checks added by the compiler; by Jason Molenda · 12 years ago
  93. 8ca4fa7 <rdar://problem/11529853> by Greg Clayton · 12 years ago
  94. 4ff16d7 Fix missing Resources/Python directory for macosx build. by Johnny Chen · 12 years ago
  95. 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
  96. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  97. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  98. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  99. 021086a extra ';' outside of a function [-pedantic,-Wextra-semi] by Filipe Cabecinhas · 12 years ago
  100. 9a23bec Small fixes: actually return a boolean and remove semi-colons. by Filipe Cabecinhas · 12 years ago