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