1. c07d199 Cache the names for Objective-C classes if we know by Sean Callanan · 12 years ago
  2. 1a18ded Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427 by Daniel Malea · 12 years ago
  3. b3dafc6 <rdar://problem/12750060> by Greg Clayton · 12 years ago
  4. 6701ba3 Missing #include to pick up def'n of TerminalState.h. by Jim Ingham · 12 years ago
  5. 965b404 Get rid of a warning where functions in DNB.h were extern "C" when they don't need to be anymore. by Greg Clayton · 12 years ago
  6. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  7. 25b2109 A few more build fixes for gcc 4.6: by Daniel Malea · 12 years ago
  8. 3e1d95d Fixed a crash in which we examined the extension of by Sean Callanan · 12 years ago
  9. 803c3b0 Fix clang build issues. by Greg Clayton · 12 years ago
  10. 5292b44 <rdar://problem/12742973> by Greg Clayton · 12 years ago
  11. 5fdfc6d Don't re-add kexts and the kernel each time we get a notification by Jason Molenda · 12 years ago
  12. 253a86b Bump lldb version num to lldb-178, debugserver version to debugserver-198. by Jason Molenda · 12 years ago
  13. c557e7d Read full 64 bits of kernel address when locating a by Jason Molenda · 12 years ago
  14. 6b21a9b Added support for PtrToInt to the IR interpreter. by Sean Callanan · 12 years ago
  15. 5474125 Added logging to the code that determines by Sean Callanan · 12 years ago
  16. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  17. 9ac7ce3 <rdar://problem/12676084> Dump the traceback when a Python error occurs in "command script import" and the exception is not an ImportError by Enrico Granata · 12 years ago
  18. ec9c2d2 Added new options to "target create" and "target modules add". by Greg Clayton · 12 years ago
  19. 1649a72 <rdar://problem/12687087> by Greg Clayton · 12 years ago
  20. f14269a <rdar://problem/12780259> by Han Ming Ong · 12 years ago
  21. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  22. 507a638 <rdar://problem/12655594> by Greg Clayton · 12 years ago
  23. 2c7e854 <rdar://problem/12635804> by Greg Clayton · 12 years ago
  24. 37459fc Match extern "C" in declaration and definition (swig template) by Daniel Malea · 12 years ago
  25. 214d2a3 <rdar://problem/12445557> by Greg Clayton · 12 years ago
  26. 6ecafc7 Don't return decorated (i.e., const or pointer) by Sean Callanan · 12 years ago
  27. dacdc01 Add an example of using the target.process.extra-startup-command to turn on debugserver logging since by Jim Ingham · 12 years ago
  28. 15fd97d Tighten up how we acquire the underlying frame in the SBFrame methods. We were getting by Jim Ingham · 12 years ago
  29. db23fc2 Rename __lambda to __lambda_node (apply r164404 from libcxxabi) by Daniel Malea · 12 years ago
  30. 53a1c26 Correct the label for the com.apple.debugserver.posix plist. by Jason Molenda · 12 years ago
  31. 0194553 Linux buildbot fix: detect swig tool from PATH in shell script (before searching hardcoded directories) by Daniel Malea · 12 years ago
  32. 2d05dc6 Add 'class' keyword to friend definition (to fix gcc 4.6 build) by Daniel Malea · 12 years ago
  33. c4a8ba7 Cleanup - remove declarations of unimplemented functions. by Jim Ingham · 12 years ago
  34. 14571fc If Clang is looking for an Objective-C method on by Sean Callanan · 12 years ago
  35. c9b798c <rdar://problem/12639603> by Greg Clayton · 12 years ago
  36. c62ef46 Fixing a silly typo in the previous patch by Enrico Granata · 12 years ago
  37. 8127561 Fixed the debugserver Xcode project to allow by Sean Callanan · 12 years ago
  38. 341c311 <rdar://problem/12754509> by Enrico Granata · 12 years ago
  39. 2c825fb <rdar://problem/12636970> by Greg Clayton · 12 years ago
  40. f5150e8 Mark expected failures on Linux (due to bugzilla #14437) by Daniel Malea · 12 years ago
  41. e45c499 <rdar://problem/12759744> Provide physical memory distribution as part of profile data by Han Ming Ong · 12 years ago
  42. 01e6a58 <rdar://problem/12106825> by Greg Clayton · 12 years ago
  43. 7bf78a0 The skipOnLinux decorator wasn't calling the test method correctly (no need to pass in the "self") resulting by Jim Ingham · 12 years ago
  44. 14fe7f1 <rdar://problem/12636970> by Greg Clayton · 12 years ago
  45. 76b258d The Function calling thread plan was replacing the stored stop info too soon, causing recursive entry into the by Jim Ingham · 12 years ago
  46. 99e8729 Improvement to TestGlobalVariables fix by Daniel Malea · 12 years ago
  47. e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 12 years ago
  48. ae9cc55 <rdar://problem/12723044> For 'process plugin packet send…', we just send it async by default by Han Ming Ong · 12 years ago
  49. 0052123 Missing “if (log)” on a log printf. by Jim Ingham · 12 years ago
  50. 1565469 Fix TestGlobalVariables.py (on Linux) by Daniel Malea · 12 years ago
  51. 46a645f Skip objC test on non-darwin platforms by Daniel Malea · 12 years ago
  52. 1ff1f2e Remove decorator to skip event tests - hang resolved in r168503 by Daniel Malea · 12 years ago
  53. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  54. c001040 Fix Linux bug that leaves lldb in invalid state after expression evaluation times out. by Daniel Malea · 12 years ago
  55. f7f5804 Remove call to StopMonitor() from ProcessMonitor::Detach() by Daniel Malea · 12 years ago
  56. bd31619 Disable darwin-specific test on non-darwin platforms by Daniel Malea · 12 years ago
  57. 169cd51 Linux test case fixes by Daniel Malea · 12 years ago
  58. c676e35 Clear auto-confirm setting on teardown for tests that use it by Daniel Malea · 12 years ago
  59. c09b5c1 Use auto-confirm setting to avoid prompts causing some tests to appear to hang by Daniel Malea · 12 years ago
  60. eec1981 Fix incorrect usage of buildDsym() in dwarf test by Daniel Malea · 12 years ago
  61. b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
  62. b2921e2 Rest of the fix for Thread by Filipe Cabecinhas · 12 years ago
  63. 1a00ab3 Remove unneeded const qualifier by Filipe Cabecinhas · 12 years ago
  64. 2827e26 Remove unused member variable. by Filipe Cabecinhas · 12 years ago
  65. 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
  66. 1245221 Linux fix: remove reference to cellspu (backend removed in llvm r167984) by Daniel Malea · 12 years ago
  67. 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
  68. 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
  69. 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
  70. 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
  71. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  72. e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
  73. 3a11712 Fix expected error message in test. by Filipe Cabecinhas · 12 years ago
  74. 21a2543 <rdar://problem/12238339> by Greg Clayton · 12 years ago
  75. b4fadde Fix lldb to compile with top of tree LLVM/clang. by Greg Clayton · 12 years ago
  76. 9210fdd <rdar://problem/12712928> by Greg Clayton · 12 years ago
  77. 4e08e0d Update RecordingMemoryManager as per change to RuntimeDyld base class by Daniel Malea · 12 years ago
  78. 8a318f2 Change RegisterContextLLDB's unwind logging to report which stack frame by Jason Molenda · 12 years ago
  79. f26aaea A change in how we search for saved register values unintentionally by Jason Molenda · 12 years ago
  80. f318616 Don't lock the thread list during ThreadList::ShouldStop. That does too by Jim Ingham · 12 years ago
  81. 439d6b6 <rdar://problem/12125010> by Greg Clayton · 12 years ago
  82. 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
  83. b5bdf6a <rdar://problem/11782181> by Greg Clayton · 12 years ago
  84. d27e543 In cases where the Objective-C ivar symbols are stripped out, by Sean Callanan · 12 years ago
  85. 2dd6d1c <rdar://problem/12408181> Test case to make sure this area of ObjC support does not regress in the future by Enrico Granata · 12 years ago
  86. 9c5d3af Patch from Andrew Kaylor andrew.kaylor@intel.com to have by Jason Molenda · 12 years ago
  87. ca8b743 <rdar://problem/12695557> by Greg Clayton · 12 years ago
  88. 9e3193a Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. by Jim Ingham · 12 years ago
  89. 6cc99d2 Giving at least some error information when a Python exception happens during command script import by Enrico Granata · 12 years ago
  90. 45454a3 <rdar://problem/11814875> by Enrico Granata · 12 years ago
  91. 15b3c94 Patch from Andrew Kaylor that fixes a race condition in the Listener.cpp. by Greg Clayton · 12 years ago
  92. 1b888f8 New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated. by Greg Clayton · 12 years ago
  93. f96e949 Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly. by Greg Clayton · 12 years ago
  94. 0a8d4bc Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux by Daniel Malea · 12 years ago
  95. 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
  96. 31f7c43 Update platform section to mention Linux/FreeBSD local debugging support, and also mention that LLDB builds on Linux with clang and libstdc++/libc++. by Daniel Malea · 12 years ago
  97. 1722950 Replace const_iterator with iterator to build against libstdc++ by Daniel Malea · 12 years ago
  98. e727b87 <rdar://problem/12153915> by Greg Clayton · 12 years ago
  99. 9bb15b6 s/BCPLComment/LineComment/ (llvm r167690) by Filipe Cabecinhas · 12 years ago
  100. d94bf68 Fix libstdc++ build by Daniel Malea · 12 years ago