- d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
- 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
- bdf98ef Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that by Jason Molenda · 12 years ago
- 99611fe In the data formatters, if we know the result by Sean Callanan · 12 years ago
- c07d199 Cache the names for Objective-C classes if we know by Sean Callanan · 12 years ago
- 1a18ded Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427 by Daniel Malea · 12 years ago
- b3dafc6 <rdar://problem/12750060> by Greg Clayton · 12 years ago
- 6701ba3 Missing #include to pick up def'n of TerminalState.h. by Jim Ingham · 12 years ago
- 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
- 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
- 25b2109 A few more build fixes for gcc 4.6: by Daniel Malea · 12 years ago
- 3e1d95d Fixed a crash in which we examined the extension of by Sean Callanan · 12 years ago
- 803c3b0 Fix clang build issues. by Greg Clayton · 12 years ago
- 5292b44 <rdar://problem/12742973> by Greg Clayton · 12 years ago
- 5fdfc6d Don't re-add kexts and the kernel each time we get a notification by Jason Molenda · 12 years ago
- 253a86b Bump lldb version num to lldb-178, debugserver version to debugserver-198. by Jason Molenda · 12 years ago
- c557e7d Read full 64 bits of kernel address when locating a by Jason Molenda · 12 years ago
- 6b21a9b Added support for PtrToInt to the IR interpreter. by Sean Callanan · 12 years ago
- 5474125 Added logging to the code that determines by Sean Callanan · 12 years ago
- b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
- 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
- ec9c2d2 Added new options to "target create" and "target modules add". by Greg Clayton · 12 years ago
- 1649a72 <rdar://problem/12687087> by Greg Clayton · 12 years ago
- f14269a <rdar://problem/12780259> by Han Ming Ong · 12 years ago
- 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
- 507a638 <rdar://problem/12655594> by Greg Clayton · 12 years ago
- 2c7e854 <rdar://problem/12635804> by Greg Clayton · 12 years ago
- 37459fc Match extern "C" in declaration and definition (swig template) by Daniel Malea · 12 years ago
- 214d2a3 <rdar://problem/12445557> by Greg Clayton · 12 years ago
- 6ecafc7 Don't return decorated (i.e., const or pointer) by Sean Callanan · 12 years ago
- dacdc01 Add an example of using the target.process.extra-startup-command to turn on debugserver logging since by Jim Ingham · 12 years ago
- 15fd97d Tighten up how we acquire the underlying frame in the SBFrame methods. We were getting by Jim Ingham · 12 years ago
- db23fc2 Rename __lambda to __lambda_node (apply r164404 from libcxxabi) by Daniel Malea · 12 years ago
- 53a1c26 Correct the label for the com.apple.debugserver.posix plist. by Jason Molenda · 12 years ago
- 0194553 Linux buildbot fix: detect swig tool from PATH in shell script (before searching hardcoded directories) by Daniel Malea · 12 years ago
- 2d05dc6 Add 'class' keyword to friend definition (to fix gcc 4.6 build) by Daniel Malea · 12 years ago
- c4a8ba7 Cleanup - remove declarations of unimplemented functions. by Jim Ingham · 12 years ago
- 14571fc If Clang is looking for an Objective-C method on by Sean Callanan · 12 years ago
- c9b798c <rdar://problem/12639603> by Greg Clayton · 12 years ago
- c62ef46 Fixing a silly typo in the previous patch by Enrico Granata · 12 years ago
- 8127561 Fixed the debugserver Xcode project to allow by Sean Callanan · 12 years ago
- 341c311 <rdar://problem/12754509> by Enrico Granata · 12 years ago
- 2c825fb <rdar://problem/12636970> by Greg Clayton · 12 years ago
- f5150e8 Mark expected failures on Linux (due to bugzilla #14437) by Daniel Malea · 12 years ago
- e45c499 <rdar://problem/12759744> Provide physical memory distribution as part of profile data by Han Ming Ong · 12 years ago
- 01e6a58 <rdar://problem/12106825> by Greg Clayton · 12 years ago
- 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
- 14fe7f1 <rdar://problem/12636970> by Greg Clayton · 12 years ago
- 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
- 99e8729 Improvement to TestGlobalVariables fix by Daniel Malea · 12 years ago
- e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 12 years ago
- ae9cc55 <rdar://problem/12723044> For 'process plugin packet send…', we just send it async by default by Han Ming Ong · 12 years ago
- 0052123 Missing “if (log)” on a log printf. by Jim Ingham · 12 years ago
- 1565469 Fix TestGlobalVariables.py (on Linux) by Daniel Malea · 12 years ago
- 46a645f Skip objC test on non-darwin platforms by Daniel Malea · 12 years ago
- 1ff1f2e Remove decorator to skip event tests - hang resolved in r168503 by Daniel Malea · 12 years ago
- 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
- c001040 Fix Linux bug that leaves lldb in invalid state after expression evaluation times out. by Daniel Malea · 12 years ago
- f7f5804 Remove call to StopMonitor() from ProcessMonitor::Detach() by Daniel Malea · 12 years ago
- bd31619 Disable darwin-specific test on non-darwin platforms by Daniel Malea · 12 years ago
- 169cd51 Linux test case fixes by Daniel Malea · 12 years ago
- c676e35 Clear auto-confirm setting on teardown for tests that use it by Daniel Malea · 12 years ago
- c09b5c1 Use auto-confirm setting to avoid prompts causing some tests to appear to hang by Daniel Malea · 12 years ago
- eec1981 Fix incorrect usage of buildDsym() in dwarf test by Daniel Malea · 12 years ago
- b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
- b2921e2 Rest of the fix for Thread by Filipe Cabecinhas · 12 years ago
- 1a00ab3 Remove unneeded const qualifier by Filipe Cabecinhas · 12 years ago
- 2827e26 Remove unused member variable. by Filipe Cabecinhas · 12 years ago
- 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
- 1245221 Linux fix: remove reference to cellspu (backend removed in llvm r167984) by Daniel Malea · 12 years ago
- 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
- 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
- 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
- 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
- fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
- e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
- 3a11712 Fix expected error message in test. by Filipe Cabecinhas · 12 years ago
- 21a2543 <rdar://problem/12238339> by Greg Clayton · 12 years ago
- b4fadde Fix lldb to compile with top of tree LLVM/clang. by Greg Clayton · 12 years ago
- 9210fdd <rdar://problem/12712928> by Greg Clayton · 12 years ago
- 4e08e0d Update RecordingMemoryManager as per change to RuntimeDyld base class by Daniel Malea · 12 years ago
- 8a318f2 Change RegisterContextLLDB's unwind logging to report which stack frame by Jason Molenda · 12 years ago
- f26aaea A change in how we search for saved register values unintentionally by Jason Molenda · 12 years ago
- f318616 Don't lock the thread list during ThreadList::ShouldStop. That does too by Jim Ingham · 12 years ago
- 439d6b6 <rdar://problem/12125010> by Greg Clayton · 12 years ago
- 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
- b5bdf6a <rdar://problem/11782181> by Greg Clayton · 12 years ago
- d27e543 In cases where the Objective-C ivar symbols are stripped out, by Sean Callanan · 12 years ago
- 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
- 9c5d3af Patch from Andrew Kaylor andrew.kaylor@intel.com to have by Jason Molenda · 12 years ago
- ca8b743 <rdar://problem/12695557> by Greg Clayton · 12 years ago
- 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
- 6cc99d2 Giving at least some error information when a Python exception happens during command script import by Enrico Granata · 12 years ago
- 45454a3 <rdar://problem/11814875> by Enrico Granata · 12 years ago
- 15b3c94 Patch from Andrew Kaylor that fixes a race condition in the Listener.cpp. by Greg Clayton · 12 years ago
- 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
- 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
- 0a8d4bc Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux by Daniel Malea · 12 years ago
- 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
- 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