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. 0d23187 Improvements to the data formatters SB API: by Enrico Granata · 11 years ago
  5. 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
  6. 8b9e969 Making our Python decrefs NULL-safe by Enrico Granata · 11 years ago
  7. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  8. 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
  9. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  10. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  11. 129b120 <rdar://problem/14101771> by Enrico Granata · 11 years ago
  12. 010a8d8 Add output of fault address on an address related crash (ie. segfault). by Matt Kopec · 11 years ago
  13. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  14. 45546c7 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 11 years ago
  15. fd4324b <rdar://problem/14086944> by Greg Clayton · 11 years ago
  16. 76e57e3 <rdar://problem/14083928> by Enrico Granata · 11 years ago
  17. 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
  18. d39de03 Hardened the IR interpreter to prevent it from reading non-standard value sizes. by Sean Callanan · 11 years ago
  19. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  20. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  21. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  22. 448b761 Use std::vector for the array of RegisterInfo structs that describe the register context. by Ashok Thirumurthi · 11 years ago
  23. 8c9353a Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow for by Jason Molenda · 11 years ago
  24. ef375ec Remember to tell the breakpoints to update themselves when new symbols are added. by Jim Ingham · 11 years ago
  25. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  26. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  27. 0c9166c <rdar://problem/14003462> by Enrico Granata · 11 years ago
  28. 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
  29. 8775ada Make sure a core file has thread contexts before we try and load it. by Greg Clayton · 11 years ago
  30. 0ffd7ac Fixed printf build warning. by Greg Clayton · 11 years ago
  31. 7c6bda4 <rdar://problem/13941992> by Greg Clayton · 11 years ago
  32. 764cbd9 More minor FreeBSD fixes. by Daniel Malea · 11 years ago
  33. 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
  34. 804930f Fix crash (in optimized builds) due to invalid metadata operand by Daniel Malea · 11 years ago
  35. ba5e392 Fix FreeBSD build due to previous changes to ProcessMonitor::Detach. by Matt Kopec · 11 years ago
  36. dae58bb Fix a couple of error message typos. by Jim Ingham · 11 years ago
  37. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  38. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  39. 8414899 Matched a vector new with vector delete. by Ashok Thirumurthi · 11 years ago
  40. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  41. ae8c27b Use C-style include to match style in file (instead of C++ style) by Daniel Malea · 11 years ago
  42. e73f1d2 CMake FreeBSD fix: add missing Process plugin directory by Daniel Malea · 11 years ago
  43. 05c203e <rdar://problem/13752848> by Han Ming Ong · 11 years ago
  44. b05e4bb FreeBSD cmake build fixes. by Daniel Malea · 11 years ago
  45. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  46. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  47. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  48. 7b61b79 An NSData with 0 bytes in it would report a summary of “0 byte” by Enrico Granata · 11 years ago
  49. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  50. 95c25e4 <rdar://problem/13956179> by Greg Clayton · 11 years ago
  51. a1f4fb8 Remove unused variable. by Greg Clayton · 11 years ago
  52. 5bdfd66 Error out if the expression for a breakpoint by Sean Callanan · 11 years ago
  53. c82316e For "expr", say what the timeout units are in the help string. by Jim Ingham · 11 years ago
  54. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  55. 01059bf <rdar://problem/13863031> by Enrico Granata · 11 years ago
  56. 3933006 Mac OS X CMake fix: generate LLDB version from xcodeproj by Daniel Malea · 11 years ago
  57. 4c86cf0 lldbPluginOSDarwinKernel doesn't exist. by Filipe Cabecinhas · 11 years ago
  58. 0d91b80 Update countTrailingZeros function usage to match llvm's r182667. by Filipe Cabecinhas · 11 years ago
  59. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  60. f2dcf35 Added a parameter for relocation info to keep lldb in step with llvm due to r182625, by Ashok Thirumurthi · 11 years ago
  61. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  62. d5a5e25 Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders by Filipe Cabecinhas · 11 years ago
  63. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  64. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  65. b1077c4 <rdar://problem/13966084> by Greg Clayton · 11 years ago
  66. 8c2c41e Don't compare 4 characters on a 2 character string. by Greg Clayton · 11 years ago
  67. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  68. 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
  69. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  70. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  71. 4d511cb <rdar://problem/13956179> by Greg Clayton · 11 years ago
  72. a8aa5ab <rdar://problem/13880690> by Greg Clayton · 11 years ago
  73. 53fde4b <rdar://problem/13455021> by Greg Clayton · 11 years ago
  74. 9ea8bec <rdar://problem/13455021> by Greg Clayton · 11 years ago
  75. be0aaf8 Adding a newline for better overall readability by Enrico Granata · 11 years ago
  76. 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
  77. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  78. bed7ab5 <rdar://problem/13925432> by Enrico Granata · 11 years ago
  79. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  80. 9eedc23 s/to override/To override/ by Enrico Granata · 11 years ago
  81. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  82. 0468bb2 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  83. b71bdd8 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  84. 37c43e4 Forgot to check for empty error strings in the previous checkin by Enrico Granata · 11 years ago
  85. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  86. 6630d1f Patch from Yacine Belkadi that fixes a typo in an error message. by Greg Clayton · 11 years ago
  87. fcf1793 Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariableExpressionPath(). by Greg Clayton · 11 years ago
  88. 47a4e0d Fixed a problem where the dynamic checkers (i.e., by Sean Callanan · 11 years ago
  89. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  90. d922272 <rdar://problem/13928053> by Enrico Granata · 11 years ago
  91. 451a54e The Linux process plugin wasn't returning the correct linux signals. This fixes that. by Matt Kopec · 11 years ago
  92. dbe390e Allow LLDB to be built on a system with an installed gcc/g++ that isn't the default. I recently installed gcc-4.7/g++-4.7 on Ubuntu and tried to build by specifying: by Greg Clayton · 11 years ago
  93. e4c2022 Fix CMake install target by Daniel Malea · 11 years ago
  94. 63188eb ProcessMonitor improvements for Linux. by Matt Kopec · 11 years ago
  95. d40be9c Comment out ObjectFileELF::GetModuleSpecifications() function until I can debug where it's causing tests to fail. by Michael Sartain · 11 years ago
  96. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  97. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  98. 6680109 <rdar://problem/13893094> by Greg Clayton · 11 years ago
  99. 535df0c Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. by Michael Sartain · 11 years ago
  100. 519bc3c test commit by Michael Sartain · 11 years ago