1. 362dae7 Update comment to match class name by Ed Maste · 11 years ago
  2. b04386b Use canonical termios.h location by Ed Maste · 11 years ago
  3. 6ef9606 Eliminate missing virtual destructor warning on FreeBSD by Ed Maste · 11 years ago
  4. f357569 Update for Linux->POSIX rename by Ed Maste · 11 years ago
  5. 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
  6. 7e20fea Fix some more mismatched integer types causing compiler warnings. by Andy Gibbs · 11 years ago
  7. 0bb91ef Remove comment that is no longer applicable by Ed Maste · 11 years ago
  8. 0b54125 Added a regex that can be specified to avoid showing contents on types that match. Also split things up a bit so this can be run as a stand alone script or in lldb. by Greg Clayton · 11 years ago
  9. 29f30d0 Remember to update the m_thread_list_real after you do UpdateThreadList. by Jim Ingham · 11 years ago
  10. c4353f2 Add some useful logging for tracking thread matching problems. by Jim Ingham · 11 years ago
  11. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  12. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  13. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  14. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  15. 4bf8e1e <rdar://problem/13980489> by Han Ming Ong · 11 years ago
  16. d91dc81 Change the SWIG wrappers to stop directly casting SB object to SWIG objects, and instead use a safer type-checked API (thanks templates) by Enrico Granata · 11 years ago
  17. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  18. 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
  19. 27bdcbf Also report any OS python plugin in use. by Jason Molenda · 11 years ago
  20. 1d37c12 Print the general purpose registers for frame 0. by Jason Molenda · 11 years ago
  21. 23a3f02 Don't go to the trouble of trying to figure out the implementation function for selectors sent by Jim Ingham · 11 years ago
  22. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  23. 52ae9c9 Revise r184335 so that warning suppression flag is only for clang 3.4 and higher by Andy Gibbs · 11 years ago
  24. 0a5dfb9 Fixed a crasher that I encountered when looking up a virtual base class offset. by Greg Clayton · 11 years ago
  25. e4513b9 Cleanup the output a bit by removing old print statements and also printing the number of types found. by Greg Clayton · 11 years ago
  26. 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
  27. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  28. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  29. 3a0e6a5 Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion by Andy Gibbs · 11 years ago
  30. 8270f31 Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases. by Ashok Thirumurthi · 11 years ago
  31. 237bbc1 <rdar://problem/14005652> by Enrico Granata · 11 years ago
  32. ff272a0 The 'register' keyword is now deprecated in C++11, so ignore the warning when compiling lldb with clang since python headers commonly use the keyword. by Andy Gibbs · 11 years ago
  33. 09dffd8 Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable. by Andy Gibbs · 11 years ago
  34. 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
  35. 0017b48 A few small enhancements to the diagnose-unwind command. by Jason Molenda · 11 years ago
  36. aba2527 Improvements to "command script import" to better support reloading in Xcode by Enrico Granata · 11 years ago
  37. 8e76448 Added a new decorator function in the "lldb" module that can register a command automatically. We have just a few kinks to work out for the Xcode workflow and we will be ready to switch over to using this. To use this, you can decorate your python function as: by Greg Clayton · 11 years ago
  38. dddd452 Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt. by Jim Ingham · 11 years ago
  39. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  40. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  41. b267bbd <rdar://problem/14194140> by Enrico Granata · 11 years ago
  42. 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
  43. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  44. aeb2faf Add assertion for when no watchpoint found in POSIX watchnotify handler. by Matt Kopec · 11 years ago
  45. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  46. cfc567f Make the lldb "Release" configuration use the same llvm build "Release+Asserts" as the lldb "Debug" configuration. by Jim Ingham · 11 years ago
  47. 6a988f4 Temporarily disable checking of watchpoint hit on FreeBSD on trace message. by Matt Kopec · 11 years ago
  48. f95a9d2 PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when the user by Jason Molenda · 11 years ago
  49. e515076 Fix the help for "image dump line-table" - its arguments are compilation units not modules. by Jim Ingham · 11 years ago
  50. 89f5819 Fix a missing pointer deref that was uncovered by one of the buildbots. by Adrian Prantl · 11 years ago
  51. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  52. c86ae08 This patch fixes the issue where our command-line tab completer would sometimes replicate commands by Enrico Granata · 11 years ago
  53. f9ed86a Removing the lldb-perf file group from our Xcode project by Enrico Granata · 11 years ago
  54. 0b2934b Update to new API. by Bill Wendling · 11 years ago
  55. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  56. 546a056 Added a troubleshooting page as a place to add commonly asked questions with solutions. by Greg Clayton · 11 years ago
  57. 81471a2 <rdar://problem/13926101> by Enrico Granata · 11 years ago
  58. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  59. 2856e76 A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello: by Greg Clayton · 11 years ago
  60. 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
  61. 5444368 Add new files to CMakeLists.txt to fix cmake build error. by Michael Sartain · 11 years ago
  62. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  63. 9ba2772 Fixing a linking issue when building LLDB with ToT LLVM by Enrico Granata · 11 years ago
  64. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  65. 755d62b Fixed a problem in the expression parser that by Sean Callanan · 11 years ago
  66. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  67. 54ff88c Add newer Linux AT_ defines from elf.h. by Michael Sartain · 11 years ago
  68. 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
  69. 7db6f36 Fix unitialized variable in AuxVector::GetEntryName() which crashed in AuxVector::DumpToLog by Michael Sartain · 11 years ago
  70. 5d4f6a7 Fix autohell build. by Rafael Espindola · 11 years ago
  71. 3626760 Remove unused Host macro. by Matt Kopec · 11 years ago
  72. 180f4cf Fix the build. clang/Driver/OptTable.h was removed. by Rafael Espindola · 11 years ago
  73. d70d228 Added the ability options to: by Greg Clayton · 11 years ago
  74. a5942bf Remove unneeded include. by Greg Clayton · 11 years ago
  75. 5824663 Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. This will enable libc++ support. by Greg Clayton · 11 years ago
  76. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  77. d315f7d Don't depend on the transitive inclusion of PathV1.h by Rafael Espindola · 11 years ago
  78. 1c638ac Don't depend on set being transitively included. by Rafael Espindola · 11 years ago
  79. 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
  80. 99447a6 Update for llvm change. by Rafael Espindola · 11 years ago
  81. 2588f14 Added some new example code that can grab all functions from any executable, and it will print out the function name, range, return type and argument types. by Greg Clayton · 11 years ago
  82. e740ae2 Remove the windows CR by Sylvestre Ledru · 11 years ago
  83. 15c1774 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  84. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  85. 5c8dbc4 LLDB feature status update to mention limitations with core-file debugging and exec. by Ashok Thirumurthi · 11 years ago
  86. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  87. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  88. c8b6859 <rdar://problem/13299214> by Enrico Granata · 11 years ago
  89. 349caf7 Removing a redundant write by Enrico Granata · 11 years ago
  90. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  91. 0d23187 Improvements to the data formatters SB API: by Enrico Granata · 11 years ago
  92. 0d7dbb3 <rdar://problem/13646047> by Enrico Granata · 11 years ago
  93. a9dc882 Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code. by Greg Clayton · 11 years ago
  94. 8b9e969 Making our Python decrefs NULL-safe by Enrico Granata · 11 years ago
  95. e0fabf9 <rdar://problem/13759177> by Enrico Granata · 11 years ago
  96. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  97. 6fb3f2c Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and the byte size will tell us how to display it. by Greg Clayton · 11 years ago
  98. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  99. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  100. 169c064 Adding properties to the SBBreakpoint class by Enrico Granata · 11 years ago