1. 513ca60 Adds methods to ObjectFileELF to access data in ELF segments by Ashok Thirumurthi · 11 years ago
  2. 21d8200 Fix unhandled SIGTRAP signal on Linux causing assertion. by Matt Kopec · 11 years ago
  3. 0c4c43c Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 11 years ago
  4. 3d8e151 Add stub GetThreadName for FreeBSD, missed in r186033. by Ed Maste · 11 years ago
  5. 737579d Add a -remote-file option to “target create” to specify the location of the executable on a remote system (if debugging remotely using debugserver on the target system.) This gets us closer to being able to set up a remote debugging session from the lldb command line. by Jim Ingham · 11 years ago
  6. 8592329 Stop process monitor from ProcessPOSIX::Finalize by Andrew Kaylor · 11 years ago
  7. 0ba7548 Add support for listing inferior thread names on Linux. by Matt Kopec · 11 years ago
  8. 4bb4232 Adding a summary for ObjC blocks by Enrico Granata · 11 years ago
  9. ea46260 Fixed an issue introduced with my last fix where the command and sequence ID extraction were moved causing them to be reversed. by Greg Clayton · 11 years ago
  10. b090a39 Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs say to do. by Jim Ingham · 11 years ago
  11. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  12. 7efa088 Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to deal with getting a reply from a previous packet without resending the packet again. by Greg Clayton · 11 years ago
  13. 246621a Add silent option to command source. Patch from Matthew Sorrels by Michael Sartain · 11 years ago
  14. e279f1a Reverting ProcessMonitor shared pointer changes by Andrew Kaylor · 11 years ago
  15. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  16. 784091a Cleanup in TestConcurrentEvents.py by Daniel Malea · 11 years ago
  17. cd2b54b Change TestRegisters.py attach case to attach to a.out and enable that test case by Andrew Kaylor · 11 years ago
  18. 1dc7fe8 Use shared pointers to hold the process in ProcessMonitor by Andrew Kaylor · 11 years ago
  19. ff3536b Fix signal handling for POSIX (only tested on Linux) processes in multi-threaded programs. by Matt Kopec · 11 years ago
  20. ff1bf4d Add the frame content dumper function call to one more place. by Jason Molenda · 11 years ago
  21. 297fc67 Add new information gathering to the lldb & simple backtrace methods: by Jason Molenda · 11 years ago
  22. 7847c11 Update exception to match decorator name by Ed Maste · 11 years ago
  23. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  24. 1617c78 Added missing SBModuleSpec.cpp file to the CMakeLists.txt by Greg Clayton · 11 years ago
  25. f9215ba Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 11 years ago
  26. 28dafe0 Use target DisplaySource if available so we can get mixed source and assembly. by Michael Sartain · 11 years ago
  27. 731c629 Pass tid through to ptrace operations by Ed Maste · 11 years ago
  28. 4c7dfad Avoid crash if we fail to resolve process in attach by Ed Maste · 11 years ago
  29. f78578b Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore. by Daniel Malea · 11 years ago
  30. 2bea9f0 Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214) by Daniel Malea · 11 years ago
  31. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  32. 8bbc216 Re-apply TestHelp.py fix by Daniel Malea · 11 years ago
  33. f3b68be Fix python 2.6 compatibility issue introduced by r184615 by Daniel Malea · 11 years ago
  34. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  35. f390b21 Remove empty files left behind from move to POSIX/ by Ed Maste · 11 years ago
  36. 100b99e Symbol prologue code checks if funciton lines up with symbol and uses function prologue code with line info if so. by Michael Sartain · 11 years ago
  37. 45158a8 Update error message; detach-keeps-stopped is also not on FreeBSD by Ed Maste · 11 years ago
  38. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  39. 4fa5470 Fix ObjectFileELF crc32 code used when no build id is present. by Michael Sartain · 11 years ago
  40. 5226e7d Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor. by Jim Ingham · 11 years ago
  41. a114603 Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. by Greg Clayton · 11 years ago
  42. a0e48cc Mark the "step over single instruction" plan private in the StopInfoWatchpoint::PerformAction to by Jim Ingham · 11 years ago
  43. ca14706 Fix build with LLVM_DISABLE_PYTHON by Ed Maste · 11 years ago
  44. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  45. ed0c095 Add SymbolVenderELF to autotools build (for Linux + FreeBSD) by Daniel Malea · 11 years ago
  46. 20670a7 Sync parts of FreeBSD Process plugin with Linux by Ed Maste · 11 years ago
  47. 8bf4e92 Remove obsolete comment by Ed Maste · 11 years ago
  48. efac8e0 Build standalone debug symbol file support on FreeBSD too by Ed Maste · 11 years ago
  49. bf1bec6 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 11 years ago
  50. 52fbbd2 Change the default timeout for KDP communications to be 5 seconds. by Jason Molenda · 11 years ago
  51. 13b1089 Added SymbolVendorELF to the wrong target (lldb-tool), now it is correctly added to lldb-core. by Greg Clayton · 11 years ago
  52. 02b2a20 Fixed Xcode project to include SymbolVendorELF. by Greg Clayton · 11 years ago
  53. 49409a5 Recognize "decltype(nullptr)" as a valid DW_AT_name for DW_TAG_unspecified_type tags as meaning the C++11 null pointer type. by Greg Clayton · 11 years ago
  54. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  55. b54b7dc Formatting cleanup. by Jim Ingham · 11 years ago
  56. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  57. b0cb21e More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS by Enrico Granata · 11 years ago
  58. 151416f Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch from Sebastien Metrot. by Greg Clayton · 11 years ago
  59. a91efb6 <rdar://problem/14309010> by Enrico Granata · 11 years ago
  60. f77aef8 Missed a place where we have to pass the source location twice to FunctionDecl::Create. by Jim Ingham · 11 years ago
  61. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  62. 2f3daef Default parameters are evil and should not be used. Case and point this checkin that fixes implicit conversions that were happening. by Greg Clayton · 11 years ago
  63. bb14d13 FileSpec destructor doesn't need to be virtual. by Greg Clayton · 11 years ago
  64. 47e3ed8 ArchSpec doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  65. 87f0261 PathMappingList doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  66. 1eba651 Don't check for "are there any loaded sections" before trying to resolve a breakpoint site. We've already got a process, by Jim Ingham · 11 years ago
  67. 3f7faa8 Move sys/sysctl.h include after its dependency sys/types.h by Ed Maste · 11 years ago
  68. e6d9dec Prevent race in when stopping a "read thread" by Tim Northover · 11 years ago
  69. bdde84a A bit more cleanup on the process_events.py to use best practices for event handling. by Greg Clayton · 11 years ago
  70. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  71. 1a582bc Fixed the IRInterpreter to reject any code that by Sean Callanan · 11 years ago
  72. 00f42bb Adding support for extracting line table information from .o files that do not have aranges by Enrico Granata · 11 years ago
  73. 238fab3 Fixed IRExecutionUnit so that it looks up addresses by Sean Callanan · 11 years ago
  74. 58274a3 <rdar://problem/14195566> by Greg Clayton · 11 years ago
  75. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  76. fa72100 <rdar://problem/14281898> by Han Ming Ong · 11 years ago
  77. 9bb6d25 Update the platform options help strings. by Greg Clayton · 11 years ago
  78. eb3cd92 Fixed the process_events.py example to be able to specify the platform and also use the debugger's listener. by Greg Clayton · 11 years ago
  79. 813bec3 <rdar://problem/14262854> by Han Ming Ong · 11 years ago
  80. 52b8b75 Remove unneeded limbo state flag. by Matt Kopec · 11 years ago
  81. 007e7bc Remove unused include. by Rafael Espindola · 11 years ago
  82. e61eaae Don't explicitly set update version by Ed Maste · 11 years ago
  83. 4dc3761 Fix the lldb build. by Rafael Espindola · 11 years ago
  84. 50be3f7 Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter by Jason Molenda · 11 years ago
  85. a227fcd Remove the #define USE_CACHE since the formatters cache has been operational for a while now and has not caused issues that warrant disabling it by Enrico Granata · 11 years ago
  86. 688ad89 <rdar://problem/14266578> by Enrico Granata · 11 years ago
  87. 7529c9b <rdar://problem/14243761> by Enrico Granata · 11 years ago
  88. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  89. 794296a Fixed a bug in ClangASTSource where we would return by Sean Callanan · 11 years ago
  90. f4b0e69 Fix undefined behaviour in data formatter test -- ensure char* null-terminated by Daniel Malea · 11 years ago
  91. 1525e6a Update version sscanf to match FreeBSD release info by Ed Maste · 11 years ago
  92. bd5505c Skip dsym tests also on FreeBSD by Ed Maste · 11 years ago
  93. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  94. 750fc7f Correct use of __FreeBSD_kernel__ by Ed Maste · 11 years ago
  95. a1f1c16 Match printf format specifiers and arguments by Ed Maste · 11 years ago
  96. 43d853f Update comment after Linux->POSIX rename by Ed Maste · 11 years ago
  97. 63a2648 If debugserver fails to interrogate the inferior process CPU type by Jason Molenda · 11 years ago
  98. 59752d1 Remove some unnecessary uses of nub_break_t in the arm specific by Jason Molenda · 11 years ago
  99. abfef87 Fixed the instruction emulation so that it doesn't by Sean Callanan · 11 years ago
  100. cf9d2e9 Direct dir to target.source-map. by Jim Ingham · 11 years ago