1. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  2. 448b761 Use std::vector for the array of RegisterInfo structs that describe the register context. by Ashok Thirumurthi · 11 years ago
  3. 51e60bf Small changes to diagnose_unwind. Correctly provide help text. by Jason Molenda · 11 years ago
  4. 8c9353a Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for by Jason Molenda · 11 years ago
  5. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  6. ef375ec Remember to tell the breakpoints to update themselves when new symbols are added. by Jim Ingham · 11 years ago
  7. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  8. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  9. 0c9166c <rdar://problem/14003462> by Enrico Granata · 11 years ago
  10. 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
  11. 8775ada Make sure a core file has thread contexts before we try and load it. by Greg Clayton · 11 years ago
  12. 0ffd7ac Fixed printf build warning. by Greg Clayton · 11 years ago
  13. 7c6bda4 <rdar://problem/13941992> by Greg Clayton · 11 years ago
  14. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  15. 764cbd9 More minor FreeBSD fixes. by Daniel Malea · 11 years ago
  16. 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
  17. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  18. 804930f Fix crash (in optimized builds) due to invalid metadata operand by Daniel Malea · 11 years ago
  19. ba5e392 Fix FreeBSD build due to previous changes to ProcessMonitor::Detach. by Matt Kopec · 11 years ago
  20. dae58bb Fix a couple of error message typos. by Jim Ingham · 11 years ago
  21. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  22. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  23. 8414899 Matched a vector new with vector delete. by Ashok Thirumurthi · 11 years ago
  24. eef2d4c Fix link ordering issue on FreeBSD by Daniel Malea · 11 years ago
  25. f812f62 A few cleanups for our documentation by Enrico Granata · 11 years ago
  26. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  27. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  28. ae8c27b Use C-style include to match style in file (instead of C++ style) by Daniel Malea · 11 years ago
  29. e73f1d2 CMake FreeBSD fix: add missing Process plugin directory by Daniel Malea · 11 years ago
  30. 05c203e <rdar://problem/13752848> by Han Ming Ong · 11 years ago
  31. b05e4bb FreeBSD cmake build fixes. by Daniel Malea · 11 years ago
  32. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  33. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  34. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  35. 7b61b79 An NSData with 0 bytes in it would report a summary of “0 byte” by Enrico Granata · 11 years ago
  36. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  37. ea6c961 Adding a diagnose-nsstring command by Enrico Granata · 11 years ago
  38. 782e474 Find 'ps' command using which() rather than invoking directly by Daniel Malea · 11 years ago
  39. c8ede81 Improve TestExitDuringStep to verify thread behaviour during step-over, step-in in addition to step-inst by Daniel Malea · 11 years ago
  40. fa03a8a This checkin enables Python summaries to return any string-convertible object by Enrico Granata · 11 years ago
  41. 4f2353a Disabling another watchpoint test with intermittent failure. by Matt Kopec · 11 years ago
  42. df4ddd9 Remove extraneous files from test directory. by Matt Kopec · 11 years ago
  43. 95c25e4 <rdar://problem/13956179> by Greg Clayton · 11 years ago
  44. a1f4fb8 Remove unused variable. by Greg Clayton · 11 years ago
  45. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  46. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  47. 5bdfd66 Error out if the expression for a breakpoint by Sean Callanan · 11 years ago
  48. c82316e For "expr", say what the timeout units are in the help string. by Jim Ingham · 11 years ago
  49. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  50. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  51. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  52. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  53. 315f54f Fixed continue issues with process attach/detach by Daniel Malea · 11 years ago
  54. 6d66236 Add instructions for running LLDB tests with non-default compiler/architectures by Daniel Malea · 11 years ago
  55. 01059bf <rdar://problem/13863031> by Enrico Granata · 11 years ago
  56. 56c7ef6 Add CMake targets to build LLDB reference docs by Daniel Malea · 11 years ago
  57. 3933006 Mac OS X CMake fix: generate LLDB version from xcodeproj by Daniel Malea · 11 years ago
  58. 4c86cf0 lldbPluginOSDarwinKernel doesn't exist. by Filipe Cabecinhas · 11 years ago
  59. 0d91b80 Update countTrailingZeros function usage to match llvm's r182667. by Filipe Cabecinhas · 11 years ago
  60. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  61. 9bca2cf Updated the status page to reflect the current Linux status. by Ashok Thirumurthi · 11 years ago
  62. f2dcf35 Added a parameter for relocation info to keep lldb in step with llvm due to r182625, by Ashok Thirumurthi · 11 years ago
  63. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  64. d5a5e25 Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders by Filipe Cabecinhas · 11 years ago
  65. 79d1af3 Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor: by Daniel Malea · 11 years ago
  66. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  67. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  68. b1077c4 <rdar://problem/13966084> by Greg Clayton · 11 years ago
  69. 537f06f Adding .arcconfig file to LLDB to allow using Phabricator for reviews by Daniel Malea · 11 years ago
  70. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  71. 8c2c41e Don't compare 4 characters on a 2 character string. by Greg Clayton · 11 years ago
  72. 3cc1b9c Fix shutdown to correctly close stdout and stop showing garbage characters on exit. by Michael Sartain · 11 years ago
  73. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  74. 9565e9d Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case. by Greg Clayton · 11 years ago
  75. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  76. 3a54da4 <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  77. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  78. 77d340f <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  79. 4d511cb <rdar://problem/13956179> by Greg Clayton · 11 years ago
  80. a8aa5ab <rdar://problem/13880690> by Greg Clayton · 11 years ago
  81. 0b8ed08 Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach by Daniel Malea · 11 years ago
  82. 5d41462 LLDB Vim plugin usability improvement: ":Lshow" now displays all panes by Daniel Malea · 11 years ago
  83. 3451b9e Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>" by Daniel Malea · 11 years ago
  84. 53fde4b <rdar://problem/13455021> by Greg Clayton · 11 years ago
  85. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  86. 9ea8bec <rdar://problem/13455021> by Greg Clayton · 11 years ago
  87. be0aaf8 Adding a newline for better overall readability by Enrico Granata · 11 years ago
  88. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  89. e3f9bfd Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. by Greg Clayton · 11 years ago
  90. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  91. bed7ab5 <rdar://problem/13925432> by Enrico Granata · 11 years ago
  92. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  93. 9eedc23 s/to override/To override/ by Enrico Granata · 11 years ago
  94. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  95. 0468bb2 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  96. b71bdd8 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  97. 37c43e4 Forgot to check for empty error strings in the previous checkin by Enrico Granata · 11 years ago
  98. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  99. 6630d1f Patch from Yacine Belkadi that fixes a typo in an error message. by Greg Clayton · 11 years ago
  100. fcf1793 Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariableExpressionPath(). by Greg Clayton · 11 years ago