1. 19b6467 <rdar://problem/12928282> by Greg Clayton · 12 years ago
  2. aadc7f7 Clang sometimes emits "objc_object*" rather than "id" by Sean Callanan · 12 years ago
  3. c6fe581 Update to reflect API changes in r171367. by Chandler Carruth · 12 years ago
  4. a80c70c Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the by Chandler Carruth · 12 years ago
  5. 1cf173c Remember to tell the target about dyld when we resolve the address for it. by Jim Ingham · 12 years ago
  6. bab2a0c Added support for the modulus operator (%) to the IR interpreter. by Sean Callanan · 12 years ago
  7. aa93c93 Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver by Jim Ingham · 12 years ago
  8. ca8fb17 Made LLDB compile with LLVM top-of-tree again. by Sean Callanan · 12 years ago
  9. 64246cd Fixed a bug where we could accept the wrong by Sean Callanan · 12 years ago
  10. b928eaa Updating TestAbbreviations.py to check for a reduced set of instructions when testing 'dis -f'. by Andrew Kaylor · 12 years ago
  11. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 12 years ago
  12. c8dc8c4 If we can't find the python function for a given summary, print the name of the function in the warning message. by Jim Ingham · 12 years ago
  13. 242b205 Clarify the comments in PlatformDarwin::LocateExecutableScriptingResource a bit. by Jason Molenda · 12 years ago
  14. 1e6c71b <rdar://problem/12903081> by Enrico Granata · 12 years ago
  15. 76d6485 Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662. by Andrew Kaylor · 12 years ago
  16. 559bb5c <rdar://problem/12446222> by Enrico Granata · 12 years ago
  17. 790c869 Mark register tests as expectedFailureLinux because of bugzilla reports 14600 and 14661. by Andrew Kaylor · 12 years ago
  18. 5ac8e15 Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once bug is fixed) by Daniel Malea · 12 years ago
  19. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 12 years ago
  20. b3ce032 Skip libc++ data formatter tests on Linux because there is no standard location for the makefile to find libc++. by Andrew Kaylor · 12 years ago
  21. 3a4e785 Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas by Daniel Malea · 12 years ago
  22. fe55567 <rdar://problem/11961650> by Jason Molenda · 12 years ago
  23. 9d1ac6a http://llvm.org/bugs/show_bug.cgi?id=14629 by Greg Clayton · 12 years ago
  24. 28d0b69 Don't read the SP when getting argument values from registers in case the SP isn't available. We don't want the availability of SP to limit when we get get arguments from registers. by Greg Clayton · 12 years ago
  25. dd06888 Fix typo in error message (print requested URL instead of command name when plugin missing) by Daniel Malea · 12 years ago
  26. dca8c9f Allow reading registers by thread ID in ProcessMonitor (Linux implementation) by Daniel Malea · 12 years ago
  27. 08d6681 Tweaking a comment in the NSURL formatter for correctness - the code was doing the right thing, but the comment was highly misleading by Enrico Granata · 12 years ago
  28. 2b67961 Add a new qProcessInfo packet to debugserver. by Jason Molenda · 12 years ago
  29. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 12 years ago
  30. 9c556ff Removed a possible use of unchecked NULL from by Sean Callanan · 12 years ago
  31. 1866b87 Mention how to do a (Linux) release build on the build instructions page. by Daniel Malea · 12 years ago
  32. e31e269 <rdar://problem/12890948> by Han Ming Ong · 12 years ago
  33. 09eb052 Initialize m_done to false in Driver constructor to avoid premature exit bug (spotted on Linux) by Daniel Malea · 12 years ago
  34. 72b131f <rdar://problem/12890901> by Han Ming Ong · 12 years ago
  35. bb04be1 Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. by Jim Ingham · 12 years ago
  36. bad1c9e <rdar://problem/11990131> by Greg Clayton · 12 years ago
  37. c340ff8 <rdar://problem/12156204> by Greg Clayton · 12 years ago
  38. b1484f7 <rdar://problem/12582041> by Greg Clayton · 12 years ago
  39. 878f13c Fixed two conditionals that I accidentally reversed in r170152. by Sean Callanan · 12 years ago
  40. 8d646f2 Switch "disassemble" with no arguments or options to disassemble the current frame instead of around the current PC. by Greg Clayton · 12 years ago
  41. 4856200 Remove unused variable. by Greg Clayton · 12 years ago
  42. 22bf55d Remove references to files that Sean recently removed from the Xcode project. by Greg Clayton · 12 years ago
  43. 3299651 Skipping the DeadStripTestCase.test_with_dwarf test on Linux because the Linux ld lacks support for the -dead_strip option. by Andrew Kaylor · 12 years ago
  44. 54cc72c Avoid possible overflow when reading inferior memory (and logging is enabled) by Daniel Malea · 12 years ago
  45. b090668 Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non-Apple platforms. by Andrew Kaylor · 12 years ago
  46. 5fd1177 Fixed a typo. by Filipe Cabecinhas · 12 years ago
  47. 284e43e Add GCC instructions to build section of website by Daniel Malea · 12 years ago
  48. 05a4789 Change crash handling to use eStateStopped rather than eStateCrashed. by Andrew Kaylor · 12 years ago
  49. 1880918 Cleaned up the UUID mismatch just printing itself whenever it wants to by allowing an optional feedback stream to be passed along when getting the symbol vendor. by Greg Clayton · 12 years ago
  50. 467be71 <rdar://problem/12878674> by Greg Clayton · 12 years ago
  51. c9e47dd Rmoved the old LLVM disassembler based on libedis. by Sean Callanan · 12 years ago
  52. 0cbeb07 Made the struct test case actually use an expression by Sean Callanan · 12 years ago
  53. 23e2b6d Some incorrect debug information caused LLDB by Sean Callanan · 12 years ago
  54. c8aa9c9 Trigger the display of error and output in sourced commands from the result object's status instead of the presence of text in the error stream by Enrico Granata · 12 years ago
  55. 43a5fb4 Fix a parser_type to get created with the right AST, and also make variables made from symbols to not be "void * const", but just "void *". by Greg Clayton · 12 years ago
  56. 58b03a4 Fixing the -f option so that one specify multiple filters, e.g. by Enrico Granata · 12 years ago
  57. 3ce9404 <rdar://problem/11689939> by Enrico Granata · 12 years ago
  58. b6059b2 Fixed a thinko in the handling of the case where more than one thread had stopped with real stop reasons at the same time. by Jim Ingham · 12 years ago
  59. 40e278c Removed the == and != operators from ArchSpec, since by Sean Callanan · 12 years ago
  60. 1581d7d <rdar://problem/12700464> by Enrico Granata · 12 years ago
  61. aa9b36f <rdar://problem/12831670> by Jason Molenda · 12 years ago
  62. e3f0661 Made "target modules add" flush the process to reset stack frames etc. by Sean Callanan · 12 years ago
  63. 1d140f0 Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (due to lack of multi-threaded debugging support). by Andrew Kaylor · 12 years ago
  64. b76f77e Remove insufficient linkedit address check; the problem by Jason Molenda · 12 years ago
  65. 3f4f8d3 Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threaded debugging support). by Andrew Kaylor · 12 years ago
  66. 8e013df Added a warning about using the lldb.target, etc. for anything other than convenience when using the by Jim Ingham · 12 years ago
  67. 1998778 <rdar://problem/10898363> by Enrico Granata · 12 years ago
  68. f2ca573 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 12 years ago
  69. 24592a3 Minor grammar and style fixes in documentation. by Sean Callanan · 12 years ago
  70. be754e6 Allow LLDB to work with dSYM files that have a DWARF compile unit with nothing else to support clang's new -gline-tables-only mode of compiling. by Greg Clayton · 12 years ago
  71. 992d227 Option changes: by Enrico Granata · 12 years ago
  72. 332dc00 Add a LOG_TARGET log to Target::SetDefaultArchitecture by Jason Molenda · 12 years ago
  73. c92fded <rdar://problem/12780507> by Greg Clayton · 12 years ago
  74. 729e99e Adding a validation callback mechanism to OptionValueString (such a feature might theoretically be added to the general OptionValue base class should the need arise) by Enrico Granata · 12 years ago
  75. b319118 Fixed the IRInterpreter's handling of "this" and by Sean Callanan · 12 years ago
  76. 2e28123 Broadcast an event when the selected thread is changed. by Jim Ingham · 12 years ago
  77. 4f5b299 <rdar://problem/12639506> by Enrico Granata · 12 years ago
  78. ce56890 Update comments around ABISysV_x86_64::RegisterIsCalleeSaved to by Jason Molenda · 12 years ago
  79. a4d860f <rdar://problem/12842032> by Greg Clayton · 12 years ago
  80. 6fca4f5 Removed debugging code. by Han Ming Ong · 12 years ago
  81. e9101f2 <rdar://problem/12709976> by Enrico Granata · 12 years ago
  82. 832b5d1 <rdar://problem/12850287> by Han Ming Ong · 12 years ago
  83. 8e6ee9c <rdar://problem/11844604> by Greg Clayton · 12 years ago
  84. 8bc4f6e Enable RTTI for liblldbCore.a when GCC is the compiler by Daniel Malea · 12 years ago
  85. f3c1048 <rdar://problem/12848118> by Enrico Granata · 12 years ago
  86. ba687bb <rdar://problem/12827031> by Greg Clayton · 12 years ago
  87. 3ca24b4 <rdar://problem/12817233> by Enrico Granata · 12 years ago
  88. 33060ad Make sure that the lldb globals: by Greg Clayton · 12 years ago
  89. 1dba077 Even when we aren’t going to init all the lldb.frame, etc, globals, init lldb.debugger, since each script interpreter is tied to just one debugger. by Jim Ingham · 12 years ago
  90. 81b8db9 Get LLDB-Info.plist up to date with r169081. by Filipe Cabecinhas · 12 years ago
  91. 6f3a711 Make sure to check for DW_AT_linkage_name to get the mangled name in the DWARF along with the older DW_AT_MIPS_linkage_name attribute. by Greg Clayton · 12 years ago
  92. 18e0830 Added GetCanonicalType() to SBType: by Greg Clayton · 12 years ago
  93. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 12 years ago
  94. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  95. 6798bd4 Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing that we set it by Jim Ingham · 12 years ago
  96. f61e16b <rdar://problem/10903854> by Greg Clayton · 12 years ago
  97. ae0f59c Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint. The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint. The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general. by Andrew Kaylor · 12 years ago
  98. 691e74c Fix Test11588.py on Linux. The test was failing because the synthetic type fields were resolving to int instead of long. A similar change was made in r155144 to eliminate the type specification for an earlier check in this test, so it seemed appropriate here too. by Andrew Kaylor · 12 years ago
  99. 14e71ec Separate initing the stdout/stderr for running the Python Script interpreter from initing the lldb.target/frame/etc globals, by Jim Ingham · 12 years ago
  100. 4a96ab8 Take the Target API lock before letting the Python code start to work constructing threads, otherwise we will risk a lock-inversion deadlock between the thread list and the API mutex. by Jim Ingham · 12 years ago