1. 7b30525 tests: Build test code on FreeBSD the same way as on Linux by Ed Maste · 11 years ago
  2. 073fc88 Fix the lldb build after the removal of mblaze. by Rafael Espindola · 11 years ago
  3. f476592 Set thread names on FreeBSD by Ed Maste · 11 years ago
  4. 2c0e10c Correct typo in comments by Ed Maste · 11 years ago
  5. fd024c0 Remove unused code by Ed Maste · 11 years ago
  6. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  7. e5dadc1 Add explicit braces to quiet the "avoid dangling else" warning from clang. by Greg Clayton · 11 years ago
  8. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  9. 4fd912f tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  10. afed35e Skip dead-strip test also on FreeBSD by Ed Maste · 11 years ago
  11. 9aa84a1 Annote expected failures on FreeBSD due to pr14540 by Ed Maste · 11 years ago
  12. 6b80ad9 Fixes LLDB address ranges with gcc 4.8 by Ashok Thirumurthi · 11 years ago
  13. dcddd0c Fix test execution on FreeBSD versions other than 9.x by Ed Maste · 11 years ago
  14. 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
  15. 66a8356 Update link for the SysV x86_64 ABI standard doc; x86-64.org has by Jason Molenda · 11 years ago
  16. 1455203 Modify ProcessPOSIX to use the thread list mutex as needed by Daniel Malea · 11 years ago
  17. 10c0722 Fix test suite make so that -std=c++11 gets set properly for supported compilers and -std=c++0x gets set only for gcc 4.6 versions. Previously, -std=c++0x was being set for all compilers. by Matt Kopec · 11 years ago
  18. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  19. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  20. 8be3659 test_iter_registers is expected to fail on FreeBSD by Ed Maste · 11 years ago
  21. 4e6d297 Add expectedFailureFreeBSD test wrapper by Ed Maste · 11 years ago
  22. 772a667 <rdar://problem/14521548> by Greg Clayton · 11 years ago
  23. 14d0ef4 Don't rely on C99 for loop initializers in test case by Stefanus Du Toit · 11 years ago
  24. d6b0910 Update www build instructions for FreeBSD by Ed Maste · 11 years ago
  25. b669abf Add FreeBSD buildbots to build page by Ed Maste · 11 years ago
  26. 0422ad8 elf-core: Document offset constants in FreeBSD prstatus parser by Ed Maste · 11 years ago
  27. 9ec5022 Update current state of FreeBSD port by Ed Maste · 11 years ago
  28. 61b8793 Updated the LLDB status page to reflect recent work on Linux. by Ashok Thirumurthi · 11 years ago
  29. 4a217a5 Updating tests that fail with ICC 13.1 because of the different mapping of assembly to DWARF. by Ashok Thirumurthi · 11 years ago
  30. f9332bb Fix rvalue test makefile. by Matt Kopec · 11 years ago
  31. eebd175 Remove builtin attribute from calls whose targets we replace by Stefanus Du Toit · 11 years ago
  32. 4514d50 Skip test reported to hang the FreeBSD buildbot by Ed Maste · 11 years ago
  33. da46268 elf-core: Remove now-unused compile-time FreeBSD support by Ed Maste · 11 years ago
  34. eb4b3d2 elf-core: Add helper function for parsing FreeBSD NT_PRSTATUS by Ed Maste · 11 years ago
  35. 3c2a6c6 elf-core: Improve FreeBSD support and move data extraction to parse time by Ed Maste · 11 years ago
  36. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  37. 69a3951 Remove spurious "-C" flag from CMake command lines in build.html. by Stefanus Du Toit · 11 years ago
  38. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  39. fe4a7c6 Add instructions to www/source.html for using the Git mirror for those so inclined. by Stefanus Du Toit · 11 years ago
  40. 8941bca Fixed a potential crash in the GetOSVersion code by Sean Callanan · 11 years ago
  41. 52e92d1 When a Cortex-M3 target is selected (armv7m), force disassembly to be in by Jason Molenda · 11 years ago
  42. d98d8cb Fix i386 FreeBSD build by Ed Maste · 11 years ago
  43. 1423616 elf-core: Run-time reg context selection by Ed Maste · 11 years ago
  44. fae98db elf-core: Remove SetTriple workaround by Ed Maste · 11 years ago
  45. 11a05f2 Factor out common string match code for POSIX log enable/disable by Ed Maste · 11 years ago
  46. 2c0e306 Reworked the test decorators to match the test results on the buildbots. by Ashok Thirumurthi · 11 years ago
  47. da1becd Add another link to the Python API docs. by Daniel Malea · 11 years ago
  48. e0fefe3 Updated the test suite to fix xpasses on the gcc buildbot primarily due to r186347 (thanks Greg!). by Ashok Thirumurthi · 11 years ago
  49. 5c94013 Add links to LLDB API reference docs by Daniel Malea · 11 years ago
  50. 2468dc7 Minor typeo fixes in doc scripts by Daniel Malea · 11 years ago
  51. bdcd079 Add LLDB API reference docs (for Python and C++) by Daniel Malea · 11 years ago
  52. b436ef6 include only LLDB API in docs generated by lldb-cpp-doc (cmake) target by Daniel Malea · 11 years ago
  53. d2d164e Don't use a function-scope static varaibles in by Jason Molenda · 11 years ago
  54. 27699d7 Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more accurate. by Jim Ingham · 11 years ago
  55. 40faebc elf-core: handle core with a single NT_PRPSINFO (not one per thread) by Ed Maste · 11 years ago
  56. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  57. 3138ad6 Use the correct call to close down the lockdown connection. by Jim Ingham · 11 years ago
  58. e0ee393 Didn't get the right version of these files in the checkin for r186132. by Jim Ingham · 11 years ago
  59. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  60. 2029d58 elf-core: Support FreeBSD at compile-time by Ed Maste · 11 years ago
  61. f6f5269 Re-introduces ELF core file support for Linux x86-64 by Ashok Thirumurthi · 11 years ago
  62. 8f9653b Correct comment to match class name by Ed Maste · 11 years ago
  63. 7220c65 FreeBSD: Replace GetSignalInfo with GetLwpInfo by Ed Maste · 11 years ago
  64. 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
  65. 36a09d1 Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress by Michael Sartain · 11 years ago
  66. 3407e76 Fix typeos. by Jason Molenda · 11 years ago
  67. 0645d18 Add tests for 'thread step out' for multithreaded programs by Daniel Malea · 11 years ago
  68. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  69. 473e233 Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef) by Enrico Granata · 11 years ago
  70. 801c11e Remove unused RunLocker and related code by Ed Maste · 11 years ago
  71. 97abb6d <rdar://problem/13793059> by Greg Clayton · 11 years ago
  72. a5445d5 Fix typeo in diagnose-unwind.py. by Jason Molenda · 11 years ago
  73. 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
  74. a9aab24 Actually use the return value we get back when by Sean Callanan · 11 years ago
  75. 0b009ee Adds a passing test for step-over and step-out when the inferior is about to call longjmp (non-local goto) in a single-threaded inferior. by Ashok Thirumurthi · 11 years ago
  76. 7a11ebd Bump version number to 310.99.0. by Jason Molenda · 11 years ago
  77. 9671f05 Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up by Jason Molenda · 11 years ago
  78. 4a4448b Modified the expression parser to only try to by Sean Callanan · 11 years ago
  79. 750ed92 Revert the ELF core file support until a few things can be worked out: by Greg Clayton · 11 years ago
  80. f789be4 Missed a checking that should have been checked in with 186211. by Greg Clayton · 11 years ago
  81. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  82. 26345cb Introduces core file support for Linux x86-64 using 'lldb a.out -c core'. by Ashok Thirumurthi · 11 years ago
  83. 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
  84. f68ffcd Adding information on the scriptable keywords ${target|process|thread|frame.script:function} to the LLDB documentation by Enrico Granata · 11 years ago
  85. 13a63b9 Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types checkin. by Greg Clayton · 11 years ago
  86. ecced88 Enabled the "--debug" option functionality that will SIGSTOP the current process allowing a debugger to attach. by Greg Clayton · 11 years ago
  87. 9a76f6f Work-around for GCC issue where setting a breakpoint on a vector definition also adds a breakpoint on the d'tor call by Daniel Malea · 11 years ago
  88. 674f7d1 Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the BreakpointSite by Ashok Thirumurthi · 11 years ago
  89. bcbf2b5 The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Removes lots of warnings when building on 32 bit hosts. by Jim Ingham · 11 years ago
  90. a04d685 Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575 by Daniel Malea · 11 years ago
  91. be43cbd TypeHierarchyNavigator was removed in r186130 by Ed Maste · 11 years ago
  92. 1e68e88 Unblock buildbot. by Greg Clayton · 11 years ago
  93. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  94. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  95. e14eec8 Tentatively re-enabling TestBreakAfterJoin on Linux by Daniel Malea · 11 years ago
  96. 1a58e83 Added a memory.py module that contains a 'memfind' command which allows you to search memory for a byte pattern. by Greg Clayton · 11 years ago
  97. cb18736 Enable Mac OS X tests disabled due to llvm.org/pr16567 by Daniel Malea · 11 years ago
  98. 571be42 Improve TestConcurrentEvents.py by Daniel Malea · 11 years ago
  99. b89642b Tweaks to the Python reference and example command to use the preferred print style and the (finally available :-) SetError API by Enrico Granata · 11 years ago
  100. 513ca60 Adds methods to ObjectFileELF to access data in ELF segments by Ashok Thirumurthi · 11 years ago