1. 8aaa523 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 10 years ago
  2. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  3. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  4. 3160832 clean up about 22 warnings messages by Michael Sartain · 11 years ago
  5. a688acc Test to see if logging is enabled before printing by Jason Molenda · 11 years ago
  6. 4300bb1 Initialize m_leak member variable. by Michael Sartain · 11 years ago
  7. a984aa9 Fix bug in Host::getLLDBPath() due to misusing Twine by Daniel Malea · 11 years ago
  8. 4097bef Re-enable fast stepping for arm targets. The issue being worked by Jason Molenda · 11 years ago
  9. 7526625 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). by Michael Sartain · 11 years ago
  10. 4349bcb Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 11 years ago
  11. 17c4bc4 Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion. by Michael Sartain · 11 years ago
  12. 666a1f8 Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex and StackFrameList mutex) by Daniel Malea · 11 years ago
  13. 384ba77 Reverts r187449 (report_fatal_error) in favor of a log message since by Ashok Thirumurthi · 11 years ago
  14. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  15. 293e35b Add a default case to the LLVM expression opcode switch statement by Daniel Malea · 11 years ago
  16. 01711aa Send a stop event when an expression stops at a breakpoint by Sean Callanan · 11 years ago
  17. 4b93aee Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD. by Michael Sartain · 11 years ago
  18. 0b864ee Updates the DW_AT_data_member_location handlers for the LLDB DWARF plugin by Ashok Thirumurthi · 11 years ago
  19. 8c2dc0e Run-time reg context selection for POSIX targets by Ed Maste · 11 years ago
  20. e4923dd <rdar://problem/14526890> by Greg Clayton · 11 years ago
  21. cf88b95 Use flag instead of rwlock state to track process running state by Ed Maste · 11 years ago
  22. e6017d3 Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions by Ashok Thirumurthi · 11 years ago
  23. 5bcb221 Fix the logging messages for SBFrame::FindRegister(). by Jason Molenda · 11 years ago
  24. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  25. 6bea559 Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. by Jim Ingham · 11 years ago
  26. ca4c37b Fixed several problems with watchpoint expressions. by Sean Callanan · 11 years ago
  27. 073fc88 Fix the lldb build after the removal of mblaze. by Rafael Espindola · 11 years ago
  28. f476592 Set thread names on FreeBSD by Ed Maste · 11 years ago
  29. 2c0e10c Correct typo in comments by Ed Maste · 11 years ago
  30. e5dadc1 Add explicit braces to quiet the "avoid dangling else" warning from clang. by Greg Clayton · 11 years ago
  31. 6b80ad9 Fixes LLDB address ranges with gcc 4.8 by Ashok Thirumurthi · 11 years ago
  32. 454916c Handle the case where we are stepping through code with no symbols, so we can't really find the function start PC by Jim Ingham · 11 years ago
  33. 66a8356 Update link for the SysV x86_64 ABI standard doc; x86-64.org has by Jason Molenda · 11 years ago
  34. 1455203 Modify ProcessPOSIX to use the thread list mutex as needed by Daniel Malea · 11 years ago
  35. 772a667 <rdar://problem/14521548> by Greg Clayton · 11 years ago
  36. 0422ad8 elf-core: Document offset constants in FreeBSD prstatus parser by Ed Maste · 11 years ago
  37. eebd175 Remove builtin attribute from calls whose targets we replace by Stefanus Du Toit · 11 years ago
  38. da46268 elf-core: Remove now-unused compile-time FreeBSD support by Ed Maste · 11 years ago
  39. eb4b3d2 elf-core: Add helper function for parsing FreeBSD NT_PRSTATUS by Ed Maste · 11 years ago
  40. 3c2a6c6 elf-core: Improve FreeBSD support and move data extraction to parse time by Ed Maste · 11 years ago
  41. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  42. 8941bca Fixed a potential crash in the GetOSVersion code by Sean Callanan · 11 years ago
  43. 52e92d1 When a Cortex-M3 target is selected (armv7m), force disassembly to be in by Jason Molenda · 11 years ago
  44. d98d8cb Fix i386 FreeBSD build by Ed Maste · 11 years ago
  45. 1423616 elf-core: Run-time reg context selection by Ed Maste · 11 years ago
  46. fae98db elf-core: Remove SetTriple workaround by Ed Maste · 11 years ago
  47. 11a05f2 Factor out common string match code for POSIX log enable/disable by Ed Maste · 11 years ago
  48. d2d164e Don't use a function-scope static varaibles in by Jason Molenda · 11 years ago
  49. 27699d7 Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more accurate. by Jim Ingham · 11 years ago
  50. 40faebc elf-core: handle core with a single NT_PRPSINFO (not one per thread) by Ed Maste · 11 years ago
  51. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  52. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  53. 2029d58 elf-core: Support FreeBSD at compile-time by Ed Maste · 11 years ago
  54. f6f5269 Re-introduces ELF core file support for Linux x86-64 by Ashok Thirumurthi · 11 years ago
  55. 8f9653b Correct comment to match class name by Ed Maste · 11 years ago
  56. 7220c65 FreeBSD: Replace GetSignalInfo with GetLwpInfo by Ed Maste · 11 years ago
  57. 0bbfea6 simple plugin now works with Linux fix assert in SetPluginInfo implement Linux ePathTypeLLDBSystemPlugins and ePathTypeLLDBUserPlugins implement Linux Host::Backtrace and Host::GetEnvironment add .gnu_debugdata comment by Michael Sartain · 11 years ago
  58. 36a09d1 Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress by Michael Sartain · 11 years ago
  59. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  60. 473e233 Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef) by Enrico Granata · 11 years ago
  61. 97abb6d <rdar://problem/13793059> by Greg Clayton · 11 years ago
  62. 1e46e1a Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn't handling. This fix will fix cases where classes are forward declared using DW_TAG_structure_type and then actually defined using DW_TAG_class_type. LLDB, when it finds a forward declaration, would try and find and parse the complete type. It does this by: by Greg Clayton · 11 years ago
  63. a9aab24 Actually use the return value we get back when by Sean Callanan · 11 years ago
  64. 7a11ebd Bump version number to 310.99.0. by Jason Molenda · 11 years ago
  65. 9671f05 Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up by Jason Molenda · 11 years ago
  66. 4a4448b Modified the expression parser to only try to by Sean Callanan · 11 years ago
  67. 750ed92 Revert the ELF core file support until a few things can be worked out: by Greg Clayton · 11 years ago
  68. f789be4 Missed a checking that should have been checked in with 186211. by Greg Clayton · 11 years ago
  69. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  70. 26345cb Introduces core file support for Linux x86-64 using 'lldb a.out -c core'. by Ashok Thirumurthi · 11 years ago
  71. 95eeb63 Added Repr() and Str() member functions to our PythonObject class to allow easy conversion to-string of every PythonObject by Enrico Granata · 11 years ago
  72. 13a63b9 Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types checkin. by Greg Clayton · 11 years ago
  73. 674f7d1 Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the BreakpointSite by Ashok Thirumurthi · 11 years ago
  74. be43cbd TypeHierarchyNavigator was removed in r186130 by Ed Maste · 11 years ago
  75. 1e68e88 Unblock buildbot. by Greg Clayton · 11 years ago
  76. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  77. 513ca60 Adds methods to ObjectFileELF to access data in ELF segments by Ashok Thirumurthi · 11 years ago
  78. 21d8200 Fix unhandled SIGTRAP signal on Linux causing assertion. by Matt Kopec · 11 years ago
  79. 0c4c43c Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 11 years ago
  80. 3d8e151 Add stub GetThreadName for FreeBSD, missed in r186033. by Ed Maste · 11 years ago
  81. 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
  82. 8592329 Stop process monitor from ProcessPOSIX::Finalize by Andrew Kaylor · 11 years ago
  83. 0ba7548 Add support for listing inferior thread names on Linux. by Matt Kopec · 11 years ago
  84. 4bb4232 Adding a summary for ObjC blocks by Enrico Granata · 11 years ago
  85. 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
  86. b090a39 Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs say to do. by Jim Ingham · 11 years ago
  87. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  88. 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
  89. 246621a Add silent option to command source. Patch from Matthew Sorrels by Michael Sartain · 11 years ago
  90. e279f1a Reverting ProcessMonitor shared pointer changes by Andrew Kaylor · 11 years ago
  91. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  92. 1dc7fe8 Use shared pointers to hold the process in ProcessMonitor by Andrew Kaylor · 11 years ago
  93. ff3536b Fix signal handling for POSIX (only tested on Linux) processes in multi-threaded programs. by Matt Kopec · 11 years ago
  94. 1617c78 Added missing SBModuleSpec.cpp file to the CMakeLists.txt by Greg Clayton · 11 years ago
  95. 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
  96. 28dafe0 Use target DisplaySource if available so we can get mixed source and assembly. by Michael Sartain · 11 years ago
  97. 731c629 Pass tid through to ptrace operations by Ed Maste · 11 years ago
  98. 4c7dfad Avoid crash if we fail to resolve process in attach by Ed Maste · 11 years ago
  99. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  100. f390b21 Remove empty files left behind from move to POSIX/ by Ed Maste · 11 years ago