1. 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
  2. 45158a8 Update error message; detach-keeps-stopped is also not on FreeBSD by Ed Maste · 11 years ago
  3. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  4. 4fa5470 Fix ObjectFileELF crc32 code used when no build id is present. by Michael Sartain · 11 years ago
  5. 5226e7d Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor. by Jim Ingham · 11 years ago
  6. 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
  7. a0e48cc Mark the "step over single instruction" plan private in the StopInfoWatchpoint::PerformAction to by Jim Ingham · 11 years ago
  8. ca14706 Fix build with LLVM_DISABLE_PYTHON by Ed Maste · 11 years ago
  9. ed0c095 Add SymbolVenderELF to autotools build (for Linux + FreeBSD) by Daniel Malea · 11 years ago
  10. 20670a7 Sync parts of FreeBSD Process plugin with Linux by Ed Maste · 11 years ago
  11. 8bf4e92 Remove obsolete comment by Ed Maste · 11 years ago
  12. efac8e0 Build standalone debug symbol file support on FreeBSD too by Ed Maste · 11 years ago
  13. bf1bec6 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 11 years ago
  14. 52fbbd2 Change the default timeout for KDP communications to be 5 seconds. by Jason Molenda · 11 years ago
  15. 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
  16. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  17. b54b7dc Formatting cleanup. by Jim Ingham · 11 years ago
  18. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  19. 151416f Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch from Sebastien Metrot. by Greg Clayton · 11 years ago
  20. f77aef8 Missed a place where we have to pass the source location twice to FunctionDecl::Create. by Jim Ingham · 11 years ago
  21. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  22. 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
  23. 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
  24. 3f7faa8 Move sys/sysctl.h include after its dependency sys/types.h by Ed Maste · 11 years ago
  25. e6d9dec Prevent race in when stopping a "read thread" by Tim Northover · 11 years ago
  26. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  27. 1a582bc Fixed the IRInterpreter to reject any code that by Sean Callanan · 11 years ago
  28. 00f42bb Adding support for extracting line table information from .o files that do not have aranges by Enrico Granata · 11 years ago
  29. 238fab3 Fixed IRExecutionUnit so that it looks up addresses by Sean Callanan · 11 years ago
  30. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  31. 52b8b75 Remove unneeded limbo state flag. by Matt Kopec · 11 years ago
  32. 007e7bc Remove unused include. by Rafael Espindola · 11 years ago
  33. e61eaae Don't explicitly set update version by Ed Maste · 11 years ago
  34. 4dc3761 Fix the lldb build. by Rafael Espindola · 11 years ago
  35. 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
  36. 688ad89 <rdar://problem/14266578> by Enrico Granata · 11 years ago
  37. 7529c9b <rdar://problem/14243761> by Enrico Granata · 11 years ago
  38. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  39. 794296a Fixed a bug in ClangASTSource where we would return by Sean Callanan · 11 years ago
  40. 1525e6a Update version sscanf to match FreeBSD release info by Ed Maste · 11 years ago
  41. 750fc7f Correct use of __FreeBSD_kernel__ by Ed Maste · 11 years ago
  42. a1f1c16 Match printf format specifiers and arguments by Ed Maste · 11 years ago
  43. 43d853f Update comment after Linux->POSIX rename by Ed Maste · 11 years ago
  44. abfef87 Fixed the instruction emulation so that it doesn't by Sean Callanan · 11 years ago
  45. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  46. 7f066dd We set the error when a breakpoint condition by Sean Callanan · 11 years ago
  47. 1571ac3 Sync FreeBSD files to Linux equivalents, to reduce noise in diff by Ed Maste · 11 years ago
  48. 362dae7 Update comment to match class name by Ed Maste · 11 years ago
  49. b04386b Use canonical termios.h location by Ed Maste · 11 years ago
  50. 6ef9606 Eliminate missing virtual destructor warning on FreeBSD by Ed Maste · 11 years ago
  51. f357569 Update for Linux->POSIX rename by Ed Maste · 11 years ago
  52. 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
  53. 7e20fea Fix some more mismatched integer types causing compiler warnings. by Andy Gibbs · 11 years ago
  54. 29f30d0 Remember to update the m_thread_list_real after you do UpdateThreadList. by Jim Ingham · 11 years ago
  55. c4353f2 Add some useful logging for tracking thread matching problems. by Jim Ingham · 11 years ago
  56. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  57. 4bf8e1e <rdar://problem/13980489> by Han Ming Ong · 11 years ago
  58. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  59. 001cd53 In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text by Enrico Granata · 11 years ago
  60. 23a3f02 Don't go to the trouble of trying to figure out the implementation function for selectors sent by Jim Ingham · 11 years ago
  61. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  62. 0a5dfb9 Fixed a crasher that I encountered when looking up a virtual base class offset. by Greg Clayton · 11 years ago
  63. 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
  64. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  65. 3a0e6a5 Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion by Andy Gibbs · 11 years ago
  66. 237bbc1 <rdar://problem/14005652> by Enrico Granata · 11 years ago
  67. 09dffd8 Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable. by Andy Gibbs · 11 years ago
  68. 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
  69. aba2527 Improvements to "command script import" to better support reloading in Xcode by Enrico Granata · 11 years ago
  70. dddd452 Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt. by Jim Ingham · 11 years ago
  71. b267bbd <rdar://problem/14194140> by Enrico Granata · 11 years ago
  72. 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
  73. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  74. aeb2faf Add assertion for when no watchpoint found in POSIX watchnotify handler. by Matt Kopec · 11 years ago
  75. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  76. 6a988f4 Temporarily disable checking of watchpoint hit on FreeBSD on trace message. by Matt Kopec · 11 years ago
  77. f95a9d2 PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when the user by Jason Molenda · 11 years ago
  78. e515076 Fix the help for "image dump line-table" - its arguments are compilation units not modules. by Jim Ingham · 11 years ago
  79. 89f5819 Fix a missing pointer deref that was uncovered by one of the buildbots. by Adrian Prantl · 11 years ago
  80. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  81. c86ae08 This patch fixes the issue where our command-line tab completer would sometimes replicate commands by Enrico Granata · 11 years ago
  82. 0b2934b Update to new API. by Bill Wendling · 11 years ago
  83. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  84. 81471a2 <rdar://problem/13926101> by Enrico Granata · 11 years ago
  85. 2856e76 A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello: by Greg Clayton · 11 years ago
  86. 3f0cc74 Renaming the "--wipe" option to "command history" to "--clear" (-C) for coherence with the rest of the LLDB command-line interface by Enrico Granata · 11 years ago
  87. 5444368 Add new files to CMakeLists.txt to fix cmake build error. by Michael Sartain · 11 years ago
  88. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  89. 755d62b Fixed a problem in the expression parser that by Sean Callanan · 11 years ago
  90. 54ff88c Add newer Linux AT_ defines from elf.h. by Michael Sartain · 11 years ago
  91. 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
  92. 7db6f36 Fix unitialized variable in AuxVector::GetEntryName() which crashed in AuxVector::DumpToLog by Michael Sartain · 11 years ago
  93. 180f4cf Fix the build. clang/Driver/OptTable.h was removed. by Rafael Espindola · 11 years ago
  94. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  95. d315f7d Don't depend on the transitive inclusion of PathV1.h by Rafael Espindola · 11 years ago
  96. 1c638ac Don't depend on set being transitively included. by Rafael Espindola · 11 years ago
  97. 7064981 Be sure to print out the full file path when dumping breakpoint resolvers for file and line when the full path was specified. by Greg Clayton · 11 years ago
  98. 99447a6 Update for llvm change. by Rafael Espindola · 11 years ago
  99. 15c1774 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  100. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago