1. 8aaa523 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 11 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  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. 4349bcb Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 11 years ago
  5. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  6. 0b864ee Updates the DW_AT_data_member_location handlers for the LLDB DWARF plugin by Ashok Thirumurthi · 11 years ago
  7. 8c2dc0e Run-time reg context selection for POSIX targets by Ed Maste · 11 years ago
  8. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  9. 073fc88 Fix the lldb build after the removal of mblaze. by Rafael Espindola · 11 years ago
  10. 2c0e10c Correct typo in comments by Ed Maste · 11 years ago
  11. e5dadc1 Add explicit braces to quiet the "avoid dangling else" warning from clang. by Greg Clayton · 11 years ago
  12. 6b80ad9 Fixes LLDB address ranges with gcc 4.8 by Ashok Thirumurthi · 11 years ago
  13. 66a8356 Update link for the SysV x86_64 ABI standard doc; x86-64.org has by Jason Molenda · 11 years ago
  14. 1455203 Modify ProcessPOSIX to use the thread list mutex as needed by Daniel Malea · 11 years ago
  15. 0422ad8 elf-core: Document offset constants in FreeBSD prstatus parser by Ed Maste · 11 years ago
  16. da46268 elf-core: Remove now-unused compile-time FreeBSD support by Ed Maste · 11 years ago
  17. eb4b3d2 elf-core: Add helper function for parsing FreeBSD NT_PRSTATUS by Ed Maste · 11 years ago
  18. 3c2a6c6 elf-core: Improve FreeBSD support and move data extraction to parse time by Ed Maste · 11 years ago
  19. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  20. 52e92d1 When a Cortex-M3 target is selected (armv7m), force disassembly to be in by Jason Molenda · 11 years ago
  21. d98d8cb Fix i386 FreeBSD build by Ed Maste · 11 years ago
  22. 1423616 elf-core: Run-time reg context selection by Ed Maste · 11 years ago
  23. fae98db elf-core: Remove SetTriple workaround by Ed Maste · 11 years ago
  24. 11a05f2 Factor out common string match code for POSIX log enable/disable by Ed Maste · 11 years ago
  25. d2d164e Don't use a function-scope static varaibles in by Jason Molenda · 11 years ago
  26. 40faebc elf-core: handle core with a single NT_PRPSINFO (not one per thread) by Ed Maste · 11 years ago
  27. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  28. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  29. 2029d58 elf-core: Support FreeBSD at compile-time by Ed Maste · 11 years ago
  30. f6f5269 Re-introduces ELF core file support for Linux x86-64 by Ashok Thirumurthi · 11 years ago
  31. 8f9653b Correct comment to match class name by Ed Maste · 11 years ago
  32. 7220c65 FreeBSD: Replace GetSignalInfo with GetLwpInfo by Ed Maste · 11 years ago
  33. 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
  34. 36a09d1 Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress by Michael Sartain · 11 years ago
  35. 97abb6d <rdar://problem/13793059> by Greg Clayton · 11 years ago
  36. 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
  37. 750ed92 Revert the ELF core file support until a few things can be worked out: by Greg Clayton · 11 years ago
  38. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  39. 26345cb Introduces core file support for Linux x86-64 using 'lldb a.out -c core'. by Ashok Thirumurthi · 11 years ago
  40. 13a63b9 Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types checkin. by Greg Clayton · 11 years ago
  41. 674f7d1 Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the BreakpointSite by Ashok Thirumurthi · 11 years ago
  42. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  43. 513ca60 Adds methods to ObjectFileELF to access data in ELF segments by Ashok Thirumurthi · 11 years ago
  44. 21d8200 Fix unhandled SIGTRAP signal on Linux causing assertion. by Matt Kopec · 11 years ago
  45. 0c4c43c Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 11 years ago
  46. 8592329 Stop process monitor from ProcessPOSIX::Finalize by Andrew Kaylor · 11 years ago
  47. 0ba7548 Add support for listing inferior thread names on Linux. by Matt Kopec · 11 years ago
  48. 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
  49. b090a39 Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs say to do. by Jim Ingham · 11 years ago
  50. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  51. 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
  52. e279f1a Reverting ProcessMonitor shared pointer changes by Andrew Kaylor · 11 years ago
  53. 1dc7fe8 Use shared pointers to hold the process in ProcessMonitor by Andrew Kaylor · 11 years ago
  54. ff3536b Fix signal handling for POSIX (only tested on Linux) processes in multi-threaded programs. by Matt Kopec · 11 years ago
  55. 731c629 Pass tid through to ptrace operations by Ed Maste · 11 years ago
  56. 4c7dfad Avoid crash if we fail to resolve process in attach by Ed Maste · 11 years ago
  57. f390b21 Remove empty files left behind from move to POSIX/ by Ed Maste · 11 years ago
  58. 45158a8 Update error message; detach-keeps-stopped is also not on FreeBSD by Ed Maste · 11 years ago
  59. 4fa5470 Fix ObjectFileELF crc32 code used when no build id is present. by Michael Sartain · 11 years ago
  60. 5226e7d Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor. by Jim Ingham · 11 years ago
  61. ed0c095 Add SymbolVenderELF to autotools build (for Linux + FreeBSD) by Daniel Malea · 11 years ago
  62. 20670a7 Sync parts of FreeBSD Process plugin with Linux by Ed Maste · 11 years ago
  63. 52fbbd2 Change the default timeout for KDP communications to be 5 seconds. by Jason Molenda · 11 years ago
  64. 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
  65. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  66. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  67. 00f42bb Adding support for extracting line table information from .o files that do not have aranges by Enrico Granata · 11 years ago
  68. 52b8b75 Remove unneeded limbo state flag. by Matt Kopec · 11 years ago
  69. a1f1c16 Match printf format specifiers and arguments by Ed Maste · 11 years ago
  70. 43d853f Update comment after Linux->POSIX rename by Ed Maste · 11 years ago
  71. abfef87 Fixed the instruction emulation so that it doesn't by Sean Callanan · 11 years ago
  72. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  73. 1571ac3 Sync FreeBSD files to Linux equivalents, to reduce noise in diff by Ed Maste · 11 years ago
  74. 362dae7 Update comment to match class name by Ed Maste · 11 years ago
  75. 6ef9606 Eliminate missing virtual destructor warning on FreeBSD by Ed Maste · 11 years ago
  76. f357569 Update for Linux->POSIX rename by Ed Maste · 11 years ago
  77. 77e1b85 Using offsetof to an item within an array is an extension so mark it as such to avoid compiler warnings. by Andy Gibbs · 11 years ago
  78. 7e20fea Fix some more mismatched integer types causing compiler warnings. by Andy Gibbs · 11 years ago
  79. c4353f2 Add some useful logging for tracking thread matching problems. by Jim Ingham · 11 years ago
  80. 4bf8e1e <rdar://problem/13980489> by Han Ming Ong · 11 years ago
  81. 23a3f02 Don't go to the trouble of trying to figure out the implementation function for selectors sent by Jim Ingham · 11 years ago
  82. bc46e29 Unique types a bit more using the clang type to make sure we don't get multiple copies of the same type due to the debug info having multiple types that get uniqued. by Greg Clayton · 11 years ago
  83. 3a0e6a5 Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion by Andy Gibbs · 11 years ago
  84. 09dffd8 Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable. by Andy Gibbs · 11 years ago
  85. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  86. a8b5623 Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are: by Greg Clayton · 11 years ago
  87. aeb2faf Add assertion for when no watchpoint found in POSIX watchnotify handler. by Matt Kopec · 11 years ago
  88. 6a988f4 Temporarily disable checking of watchpoint hit on FreeBSD on trace message. by Matt Kopec · 11 years ago
  89. f95a9d2 PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when the user by Jason Molenda · 11 years ago
  90. 0b2934b Update to new API. by Bill Wendling · 11 years ago
  91. 2856e76 A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello: by Greg Clayton · 11 years ago
  92. 54ff88c Add newer Linux AT_ defines from elf.h. by Michael Sartain · 11 years ago
  93. 7dff122 Remove extra modules.Append() as it causes dupes in the m_images array. (Used with image list, etc.) by Michael Sartain · 11 years ago
  94. 7db6f36 Fix unitialized variable in AuxVector::GetEntryName() which crashed in AuxVector::DumpToLog by Michael Sartain · 11 years ago
  95. 010a8d8 Add output of fault address on an address related crash (ie. segfault). by Matt Kopec · 11 years ago
  96. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  97. 448b761 Use std::vector for the array of RegisterInfo structs that describe the register context. by Ashok Thirumurthi · 11 years ago
  98. 8c9353a Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for by Jason Molenda · 11 years ago
  99. 7cba7de Add a more clear explanation of what is missing for core files with no LC_THREAD load commands. by Greg Clayton · 11 years ago
  100. 8775ada Make sure a core file has thread contexts before we try and load it. by Greg Clayton · 11 years ago