1. 95c25e4 <rdar://problem/13956179> by Greg Clayton · 11 years ago
  2. a1f4fb8 Remove unused variable. by Greg Clayton · 11 years ago
  3. 5bdfd66 Error out if the expression for a breakpoint by Sean Callanan · 11 years ago
  4. c82316e For "expr", say what the timeout units are in the help string. by Jim Ingham · 11 years ago
  5. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  6. 01059bf <rdar://problem/13863031> by Enrico Granata · 11 years ago
  7. 3933006 Mac OS X CMake fix: generate LLDB version from xcodeproj by Daniel Malea · 11 years ago
  8. 4c86cf0 lldbPluginOSDarwinKernel doesn't exist. by Filipe Cabecinhas · 11 years ago
  9. 0d91b80 Update countTrailingZeros function usage to match llvm's r182667. by Filipe Cabecinhas · 11 years ago
  10. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  11. f2dcf35 Added a parameter for relocation info to keep lldb in step with llvm due to r182625, by Ashok Thirumurthi · 11 years ago
  12. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  13. d5a5e25 Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders by Filipe Cabecinhas · 11 years ago
  14. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  15. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  16. b1077c4 <rdar://problem/13966084> by Greg Clayton · 11 years ago
  17. 8c2c41e Don't compare 4 characters on a 2 character string. by Greg Clayton · 11 years ago
  18. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  19. 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
  20. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  21. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  22. 4d511cb <rdar://problem/13956179> by Greg Clayton · 11 years ago
  23. a8aa5ab <rdar://problem/13880690> by Greg Clayton · 11 years ago
  24. 53fde4b <rdar://problem/13455021> by Greg Clayton · 11 years ago
  25. 9ea8bec <rdar://problem/13455021> by Greg Clayton · 11 years ago
  26. be0aaf8 Adding a newline for better overall readability by Enrico Granata · 11 years ago
  27. 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
  28. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  29. bed7ab5 <rdar://problem/13925432> by Enrico Granata · 11 years ago
  30. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  31. 9eedc23 s/to override/To override/ by Enrico Granata · 11 years ago
  32. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  33. 0468bb2 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  34. b71bdd8 <rdar://problem/13925626> by Enrico Granata · 11 years ago
  35. 37c43e4 Forgot to check for empty error strings in the previous checkin by Enrico Granata · 11 years ago
  36. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  37. 6630d1f Patch from Yacine Belkadi that fixes a typo in an error message. by Greg Clayton · 11 years ago
  38. fcf1793 Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariableExpressionPath(). by Greg Clayton · 11 years ago
  39. 47a4e0d Fixed a problem where the dynamic checkers (i.e., by Sean Callanan · 11 years ago
  40. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  41. d922272 <rdar://problem/13928053> by Enrico Granata · 11 years ago
  42. 451a54e The Linux process plugin wasn't returning the correct linux signals. This fixes that. by Matt Kopec · 11 years ago
  43. 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
  44. e4c2022 Fix CMake install target by Daniel Malea · 11 years ago
  45. 63188eb ProcessMonitor improvements for Linux. by Matt Kopec · 11 years ago
  46. d40be9c Comment out ObjectFileELF::GetModuleSpecifications() function until I can debug where it's causing tests to fail. by Michael Sartain · 11 years ago
  47. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  48. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  49. 6680109 <rdar://problem/13893094> by Greg Clayton · 11 years ago
  50. 535df0c Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. by Michael Sartain · 11 years ago
  51. 519bc3c test commit by Michael Sartain · 11 years ago
  52. f043618 Fix ObjectFileELF to not use the file_offset twice. by Filipe Cabecinhas · 11 years ago
  53. 114b81f Note in the documentation about the fact that Python callbacks can return a value and if that value is False, LLDB won’t stop at the breakpoint by Enrico Granata · 11 years ago
  54. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  55. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  56. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  57. 7de74f9 <rdar://problem/11158023> by Enrico Granata · 11 years ago
  58. 95fd285 <rdar://problem/13128331> by Greg Clayton · 11 years ago
  59. 0c2921f Fixed a few obvious errors pointed out by the static analyzer. by Jim Ingham · 11 years ago
  60. 9b4c548 Implement "platform process list" on Linux by Daniel Malea · 11 years ago
  61. 8194512 Fix cmake builds from checkouts with multiple remotes by Daniel Malea · 11 years ago
  62. 780b209 Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian KFreeBSD for example) by Sylvestre Ledru · 11 years ago
  63. f470a3c Only include under arm and an Apple system. Otherwise, it will fail under a GNU/Linux under ARM by Sylvestre Ledru · 11 years ago
  64. d0cd7a0 <rdar://problem/13883385> by Enrico Granata · 11 years ago
  65. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  66. a79c53f Don’t pop the process input reader for a “stop” event if ShouldBroadcastEvent has restarted the process. by Jim Ingham · 11 years ago
  67. 2f6a4ed <rdar://problem/13892319> by Greg Clayton · 11 years ago
  68. 8295262 <rdar://problem/13821289> by Enrico Granata · 11 years ago
  69. 946618a A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 11 years ago
  70. a8364e9 <rdar://problem/13748253> by Greg Clayton · 11 years ago
  71. fb1b8e2 strncmp was checked incorrectly in the Linux symbol lookup fix. by Matt Kopec · 11 years ago
  72. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  73. 0c7c90a A few more small tweaks to arm core file handling. by Jason Molenda · 11 years ago
  74. 2f03876 Small change to the previous checkin, read in the fpu register context by Jason Molenda · 11 years ago
  75. 3b244b7 Fixes to read the floating point and exception registers sets out by Jason Molenda · 11 years ago
  76. 53cb310 Fix Mac OS X build issue introduced by incorrect using statements by Daniel Malea · 11 years ago
  77. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  78. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  79. b4c63c3 Fixed build break introduced by r181717 by Daniel Malea · 11 years ago
  80. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  81. b080446 <rdar://problem/13875830> by Greg Clayton · 11 years ago
  82. 88e529b Fix Linux warning about missing virtual destructor in Operation classes by Daniel Malea · 11 years ago
  83. 4463d1e Unbreak cmake builds by skipping Darwin kernel plugin on non-Mac platforms by Daniel Malea · 11 years ago
  84. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  85. 7bef4e2 Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduced in commit r181680 of llvm by Sylvestre Ledru · 11 years ago
  86. aefeaa4 Under GNU/Linux, do not build lldbPluginDynamicLoaderDarwinKernel.a. It was breaking the build by Sylvestre Ledru · 11 years ago
  87. 6316650 Add a new constructor with ConstString (and not only const char *). Hopefully fixes the build of lldb by Sylvestre Ledru · 11 years ago
  88. f0c0882 Update ProcessKDP and ProcessMachCore to use ConstString plugin by Jason Molenda · 11 years ago
  89. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  90. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  91. cfc053e Use mangled and demangled names when checking for a function in a namespace and a function in an anonymous namespace, respectively. by Matt Kopec · 11 years ago
  92. f189358 Hardened LLDB against NULL conditions being passed to breakpoints. by Sean Callanan · 11 years ago
  93. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  94. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  95. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  96. 391d612 Scratch that, the problem was elsewhere. by Jason Molenda · 11 years ago
  97. f5e3377 Temporarily roll back r181375 - it is causing an unexpected regression, by Jason Molenda · 11 years ago
  98. 6c32437 Add an explicit check for a darwin kernel KDP_VERSIONSTRING when by Jason Molenda · 11 years ago
  99. 9d35870 Don't completely drop methods we don't want to put by Sean Callanan · 11 years ago
  100. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago