1. 242b205 Clarify the comments in PlatformDarwin::LocateExecutableScriptingResource a bit. by Jason Molenda · 12 years ago
  2. 1e6c71b <rdar://problem/12903081> by Enrico Granata · 12 years ago
  3. 76d6485 Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662. by Andrew Kaylor · 12 years ago
  4. 559bb5c <rdar://problem/12446222> by Enrico Granata · 12 years ago
  5. 790c869 Mark register tests as expectedFailureLinux because of bugzilla reports 14600 and 14661. by Andrew Kaylor · 12 years ago
  6. 5ac8e15 Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once bug is fixed) by Daniel Malea · 12 years ago
  7. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 12 years ago
  8. 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
  9. 3a4e785 Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas by Daniel Malea · 12 years ago
  10. fe55567 <rdar://problem/11961650> by Jason Molenda · 12 years ago
  11. 9d1ac6a http://llvm.org/bugs/show_bug.cgi?id=14629 by Greg Clayton · 12 years ago
  12. 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
  13. dd06888 Fix typo in error message (print requested URL instead of command name when plugin missing) by Daniel Malea · 12 years ago
  14. dca8c9f Allow reading registers by thread ID in ProcessMonitor (Linux implementation) by Daniel Malea · 12 years ago
  15. 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
  16. 2b67961 Add a new qProcessInfo packet to debugserver. by Jason Molenda · 12 years ago
  17. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 12 years ago
  18. 9c556ff Removed a possible use of unchecked NULL from by Sean Callanan · 12 years ago
  19. 1866b87 Mention how to do a (Linux) release build on the build instructions page. by Daniel Malea · 12 years ago
  20. e31e269 <rdar://problem/12890948> by Han Ming Ong · 12 years ago
  21. 09eb052 Initialize m_done to false in Driver constructor to avoid premature exit bug (spotted on Linux) by Daniel Malea · 12 years ago
  22. 72b131f <rdar://problem/12890901> by Han Ming Ong · 12 years ago
  23. 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
  24. bad1c9e <rdar://problem/11990131> by Greg Clayton · 12 years ago
  25. c340ff8 <rdar://problem/12156204> by Greg Clayton · 12 years ago
  26. b1484f7 <rdar://problem/12582041> by Greg Clayton · 12 years ago
  27. 878f13c Fixed two conditionals that I accidentally reversed in r170152. by Sean Callanan · 12 years ago
  28. 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
  29. 4856200 Remove unused variable. by Greg Clayton · 12 years ago
  30. 22bf55d Remove references to files that Sean recently removed from the Xcode project. by Greg Clayton · 12 years ago
  31. 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
  32. 54cc72c Avoid possible overflow when reading inferior memory (and logging is enabled) by Daniel Malea · 12 years ago
  33. b090668 Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non-Apple platforms. by Andrew Kaylor · 12 years ago
  34. 5fd1177 Fixed a typo. by Filipe Cabecinhas · 12 years ago
  35. 284e43e Add GCC instructions to build section of website by Daniel Malea · 12 years ago
  36. 05a4789 Change crash handling to use eStateStopped rather than eStateCrashed. by Andrew Kaylor · 12 years ago
  37. 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
  38. 467be71 <rdar://problem/12878674> by Greg Clayton · 12 years ago
  39. c9e47dd Rmoved the old LLVM disassembler based on libedis. by Sean Callanan · 12 years ago
  40. 0cbeb07 Made the struct test case actually use an expression by Sean Callanan · 12 years ago
  41. 23e2b6d Some incorrect debug information caused LLDB by Sean Callanan · 12 years ago
  42. 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
  43. 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
  44. 58b03a4 Fixing the -f option so that one specify multiple filters, e.g. by Enrico Granata · 12 years ago
  45. 3ce9404 <rdar://problem/11689939> by Enrico Granata · 12 years ago
  46. 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
  47. 40e278c Removed the == and != operators from ArchSpec, since by Sean Callanan · 12 years ago
  48. 1581d7d <rdar://problem/12700464> by Enrico Granata · 12 years ago
  49. aa9b36f <rdar://problem/12831670> by Jason Molenda · 12 years ago
  50. e3f0661 Made "target modules add" flush the process to reset stack frames etc. by Sean Callanan · 12 years ago
  51. 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
  52. b76f77e Remove insufficient linkedit address check; the problem by Jason Molenda · 12 years ago
  53. 3f4f8d3 Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threaded debugging support). by Andrew Kaylor · 12 years ago
  54. 8e013df Added a warning about using the lldb.target, etc. for anything other than convenience when using the by Jim Ingham · 12 years ago
  55. 1998778 <rdar://problem/10898363> by Enrico Granata · 12 years ago
  56. f2ca573 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 12 years ago
  57. 24592a3 Minor grammar and style fixes in documentation. by Sean Callanan · 12 years ago
  58. 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
  59. 992d227 Option changes: by Enrico Granata · 12 years ago
  60. 332dc00 Add a LOG_TARGET log to Target::SetDefaultArchitecture by Jason Molenda · 12 years ago
  61. c92fded <rdar://problem/12780507> by Greg Clayton · 12 years ago
  62. 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
  63. b319118 Fixed the IRInterpreter's handling of "this" and by Sean Callanan · 12 years ago
  64. 2e28123 Broadcast an event when the selected thread is changed. by Jim Ingham · 12 years ago
  65. 4f5b299 <rdar://problem/12639506> by Enrico Granata · 12 years ago
  66. ce56890 Update comments around ABISysV_x86_64::RegisterIsCalleeSaved to by Jason Molenda · 12 years ago
  67. a4d860f <rdar://problem/12842032> by Greg Clayton · 12 years ago
  68. 6fca4f5 Removed debugging code. by Han Ming Ong · 12 years ago
  69. e9101f2 <rdar://problem/12709976> by Enrico Granata · 12 years ago
  70. 832b5d1 <rdar://problem/12850287> by Han Ming Ong · 12 years ago
  71. 8e6ee9c <rdar://problem/11844604> by Greg Clayton · 12 years ago
  72. 8bc4f6e Enable RTTI for liblldbCore.a when GCC is the compiler by Daniel Malea · 12 years ago
  73. f3c1048 <rdar://problem/12848118> by Enrico Granata · 12 years ago
  74. ba687bb <rdar://problem/12827031> by Greg Clayton · 12 years ago
  75. 3ca24b4 <rdar://problem/12817233> by Enrico Granata · 12 years ago
  76. 33060ad Make sure that the lldb globals: by Greg Clayton · 12 years ago
  77. 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
  78. 81b8db9 Get LLDB-Info.plist up to date with r169081. by Filipe Cabecinhas · 12 years ago
  79. 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
  80. 18e0830 Added GetCanonicalType() to SBType: by Greg Clayton · 12 years ago
  81. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 12 years ago
  82. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  83. 6798bd4 Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing that we set it by Jim Ingham · 12 years ago
  84. f61e16b <rdar://problem/10903854> by Greg Clayton · 12 years ago
  85. 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
  86. 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
  87. 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
  88. 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
  89. e8a321d <rdar://problem/12831670> by Jason Molenda · 12 years ago
  90. 7812411 <rdar://problem/8908550> by Greg Clayton · 12 years ago
  91. f7a24e5 <rdar://problem/12827789> by Greg Clayton · 12 years ago
  92. 49d888d <rdar://problem/12820334> by Greg Clayton · 12 years ago
  93. 19113d6 Add examples of how to set env vars for the inferior process from lldb. by Jason Molenda · 12 years ago
  94. eddc95d Mark the "dwarf" version of the test expected fail as well as the dsym version. by Jim Ingham · 12 years ago
  95. 81b78ca Merge rename fix from libcxxabi (r169402: rename class with name that clashes with GCC 4.6/4.7) by Daniel Malea · 12 years ago
  96. 70a8945 Fix ABIMacOSX_i386::RegisterIsVolatile to return the negated value of by Jason Molenda · 12 years ago
  97. b912457 <rdar://problem/12560257> by Greg Clayton · 12 years ago
  98. 77dd4a4 The expression parser will now check the validity by Sean Callanan · 12 years ago
  99. 8f00907 Move isprint8() into lldb_private as per post-commit review from Stefanus by Daniel Malea · 12 years ago
  100. 48f833c Rewrote the bitfield logic. Major changes include: by Sean Callanan · 12 years ago