1. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  2. c8b6859 <rdar://problem/13299214> by Enrico Granata · 11 years ago
  3. 349caf7 Removing a redundant write by Enrico Granata · 11 years ago
  4. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  5. 0d23187 Improvements to the data formatters SB API: by Enrico Granata · 11 years ago
  6. 0d7dbb3 <rdar://problem/13646047> by Enrico Granata · 11 years ago
  7. 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
  8. 8b9e969 Making our Python decrefs NULL-safe by Enrico Granata · 11 years ago
  9. e0fabf9 <rdar://problem/13759177> by Enrico Granata · 11 years ago
  10. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  11. 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
  12. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  13. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  14. 169c064 Adding properties to the SBBreakpoint class by Enrico Granata · 11 years ago
  15. 129b120 <rdar://problem/14101771> by Enrico Granata · 11 years ago
  16. 010a8d8 Add output of fault address on an address related crash (ie. segfault). by Matt Kopec · 11 years ago
  17. 67e0d37 Updated the links to Debian packages, provided a link to the blog on the nightly, by Ashok Thirumurthi · 11 years ago
  18. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  19. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  20. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  21. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  22. 2f27f40 Updated the LLDB status page to reflect the recent addition of multi-threaded support. by Ashok Thirumurthi · 11 years ago
  23. fda7a97 Tweaking Daniel Malea's fixes to Makefile.rules to ensure that we correctly pass -stdlib=libstdc++ to clang when compiling as well as when linking by Enrico Granata · 11 years ago
  24. 16796e0 Tweaks to the std::list (libstdc++ test case) by Enrico Granata · 11 years ago
  25. 45546c7 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 11 years ago
  26. fd4324b <rdar://problem/14086944> by Greg Clayton · 11 years ago
  27. 1e9bfd5 Document the extended detach packet. by Jim Ingham · 11 years ago
  28. a619e8e Remove the debugserver "--open-connection" option and obey the hostname that is passed into debugserver. by Greg Clayton · 11 years ago
  29. 76e57e3 <rdar://problem/14083928> by Enrico Granata · 11 years ago
  30. 98c6082 Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the by Jim Ingham · 11 years ago
  31. d39de03 Hardened the IR interpreter to prevent it from reading non-standard value sizes. by Sean Callanan · 11 years ago
  32. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  33. fb323f0 Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer by Ashok Thirumurthi · 11 years ago
  34. 0c52164 Reworked the routine that qualifies the tool-chain for expected failures to handle sub-strings. by Ashok Thirumurthi · 11 years ago
  35. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  36. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  37. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  38. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  39. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  40. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  41. 448b761 Use std::vector for the array of RegisterInfo structs that describe the register context. by Ashok Thirumurthi · 11 years ago
  42. 51e60bf Small changes to diagnose_unwind. Correctly provide help text. by Jason Molenda · 11 years ago
  43. 8c9353a Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for by Jason Molenda · 11 years ago
  44. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  45. ef375ec Remember to tell the breakpoints to update themselves when new symbols are added. by Jim Ingham · 11 years ago
  46. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  47. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  48. 0c9166c <rdar://problem/14003462> by Enrico Granata · 11 years ago
  49. 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
  50. 8775ada Make sure a core file has thread contexts before we try and load it. by Greg Clayton · 11 years ago
  51. 0ffd7ac Fixed printf build warning. by Greg Clayton · 11 years ago
  52. 7c6bda4 <rdar://problem/13941992> by Greg Clayton · 11 years ago
  53. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  54. 764cbd9 More minor FreeBSD fixes. by Daniel Malea · 11 years ago
  55. 04cc48e If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 11 years ago
  56. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  57. 804930f Fix crash (in optimized builds) due to invalid metadata operand by Daniel Malea · 11 years ago
  58. ba5e392 Fix FreeBSD build due to previous changes to ProcessMonitor::Detach. by Matt Kopec · 11 years ago
  59. dae58bb Fix a couple of error message typos. by Jim Ingham · 11 years ago
  60. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  61. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  62. 8414899 Matched a vector new with vector delete. by Ashok Thirumurthi · 11 years ago
  63. eef2d4c Fix link ordering issue on FreeBSD by Daniel Malea · 11 years ago
  64. f812f62 A few cleanups for our documentation by Enrico Granata · 11 years ago
  65. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  66. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  67. ae8c27b Use C-style include to match style in file (instead of C++ style) by Daniel Malea · 11 years ago
  68. e73f1d2 CMake FreeBSD fix: add missing Process plugin directory by Daniel Malea · 11 years ago
  69. 05c203e <rdar://problem/13752848> by Han Ming Ong · 11 years ago
  70. b05e4bb FreeBSD cmake build fixes. by Daniel Malea · 11 years ago
  71. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  72. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  73. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  74. 7b61b79 An NSData with 0 bytes in it would report a summary of “0 byte” by Enrico Granata · 11 years ago
  75. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  76. ea6c961 Adding a diagnose-nsstring command by Enrico Granata · 11 years ago
  77. 782e474 Find 'ps' command using which() rather than invoking directly by Daniel Malea · 11 years ago
  78. c8ede81 Improve TestExitDuringStep to verify thread behaviour during step-over, step-in in addition to step-inst by Daniel Malea · 11 years ago
  79. fa03a8a This checkin enables Python summaries to return any string-convertible object by Enrico Granata · 11 years ago
  80. 4f2353a Disabling another watchpoint test with intermittent failure. by Matt Kopec · 11 years ago
  81. df4ddd9 Remove extraneous files from test directory. by Matt Kopec · 11 years ago
  82. 95c25e4 <rdar://problem/13956179> by Greg Clayton · 11 years ago
  83. a1f4fb8 Remove unused variable. by Greg Clayton · 11 years ago
  84. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  85. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  86. 5bdfd66 Error out if the expression for a breakpoint by Sean Callanan · 11 years ago
  87. c82316e For "expr", say what the timeout units are in the help string. by Jim Ingham · 11 years ago
  88. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  89. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  90. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  91. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  92. 315f54f Fixed continue issues with process attach/detach by Daniel Malea · 11 years ago
  93. 6d66236 Add instructions for running LLDB tests with non-default compiler/architectures by Daniel Malea · 11 years ago
  94. 01059bf <rdar://problem/13863031> by Enrico Granata · 11 years ago
  95. 56c7ef6 Add CMake targets to build LLDB reference docs by Daniel Malea · 11 years ago
  96. 3933006 Mac OS X CMake fix: generate LLDB version from xcodeproj by Daniel Malea · 11 years ago
  97. 4c86cf0 lldbPluginOSDarwinKernel doesn't exist. by Filipe Cabecinhas · 11 years ago
  98. 0d91b80 Update countTrailingZeros function usage to match llvm's r182667. by Filipe Cabecinhas · 11 years ago
  99. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  100. 9bca2cf Updated the status page to reflect the current Linux status. by Ashok Thirumurthi · 11 years ago