- 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 12 years ago
- 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 12 years ago
- 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 12 years ago
- 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 12 years ago
- 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 12 years ago
- dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 12 years ago
- 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 12 years ago
- 464a506 <rdar://problem/13338643> by Greg Clayton · 12 years ago
- cec43ab <rdar://problem/13338758> by Han Ming Ong · 12 years ago
- 72374e3 <rdar://problem/12897838> by Enrico Granata · 12 years ago
- cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 12 years ago
- 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 12 years ago
- eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 12 years ago
- a5d313d Add a test case for static member variables by Daniel Malea · 12 years ago
- 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 12 years ago
- e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 12 years ago
- cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 12 years ago
- 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 12 years ago
- 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 12 years ago
- 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 12 years ago
- 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 12 years ago
- 97b18f8 breakpoint command add currently doesn't support adding commands to more than one breakpoint by Jim Ingham · 12 years ago
- 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 12 years ago
- 5e4adbf Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version". by Greg Clayton · 12 years ago
- 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 12 years ago
- 54ad8cf Made lldb.cpp build with clang 5.0. by Greg Clayton · 12 years ago
- 7b98e13 Update CMakeLists.txt as per removed file by Daniel Malea · 12 years ago
- 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 12 years ago
- 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 12 years ago
- 3732a02 Fixed some problems with type deportation: by Sean Callanan · 12 years ago
- fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 12 years ago
- cc28859 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 12 years ago
- 6f0165b Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). by Greg Clayton · 12 years ago
- 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 12 years ago
- 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 12 years ago
- 6e46a3e Call Process::Finalize directly in Debugger::Destroy, rather than having it done by Jim Ingham · 12 years ago
- 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 12 years ago
- 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 12 years ago
- 56e2c56 <rdar://problem/13289828> by Enrico Granata · 12 years ago
- 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 12 years ago
- 17a0b56 <rdar://problem/13287629> by Greg Clayton · 12 years ago
- edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 12 years ago
- 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 12 years ago
- 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 12 years ago
- 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 12 years ago
- d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 12 years ago
- 363141f Removing leftover printf() statement by Enrico Granata · 12 years ago
- 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 12 years ago
- 436ca2c <rdar://problem/13289157> by Greg Clayton · 12 years ago
- 560829d <rdar://problem/13282582> by Han Ming Ong · 12 years ago
- 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 12 years ago
- 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 12 years ago
- 06925c9 <rdar://problem/13281528> by Greg Clayton · 12 years ago
- d6445b0 Added missing lldb module namespace. by Greg Clayton · 12 years ago
- 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 12 years ago
- ade70cf Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching by Enrico Granata · 12 years ago
- afa3138 <rdar://problem/13286937> by Greg Clayton · 12 years ago
- 643adf8 Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful. by Jim Ingham · 12 years ago
- 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 12 years ago
- a7e864c <rdar://problem/13265297> by Greg Clayton · 12 years ago
- 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 12 years ago
- 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
- 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
- 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 12 years ago
- 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
- 647718e <rdar://problem/13277100> by Han Ming Ong · 12 years ago
- a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 12 years ago
- 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 12 years ago
- 04ce77f <rdar://problem/13190981> by Greg Clayton · 12 years ago
- 8b24f65 The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's by Jim Ingham · 12 years ago
- 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 12 years ago
- 24c8029 If we crash while making a Python summary, the crash info will tell us more about it by Enrico Granata · 12 years ago
- 4fd6f36 Remove unintended comment. by Jason Molenda · 12 years ago
- 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 12 years ago
- 3801be7 Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name by Enrico Granata · 12 years ago
- 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
- c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
- ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 12 years ago
- b703112 The summary for const char* was not cascading. by Enrico Granata · 12 years ago
- dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 12 years ago
- e9a5a50 <rdar://problem/13265017> by Enrico Granata · 12 years ago
- fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 12 years ago
- 1930d5d Change to JITDefault code model for ELF targets by Andrew Kaylor · 12 years ago
- d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 12 years ago
- 3efa429 Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. by Daniel Malea · 12 years ago
- 5f21739 Previous commit was bogus (testing) by Enrico Granata · 12 years ago
- b8b7e97 by Enrico Granata · 12 years ago
- f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 12 years ago
- 7658008 Hardening in case a thread's frames are missing. by Sean Callanan · 12 years ago
- d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 12 years ago
- 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 12 years ago
- 33cf3f0 Update CMake lists of sources to include files added in r175787 and r175323 by Daniel Malea · 12 years ago
- aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 12 years ago
- 8ea4878 Fixed a case where a stack frame could lose track of its own target. by Sean Callanan · 12 years ago
- f3a217e Cleanup of the NSString data formatter by Enrico Granata · 12 years ago
- 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
- 375df41 Mark the command as failed if parsing fails. by Jim Ingham · 12 years ago
- b989d78 <rdar://problem/13259230> by Han Ming Ong · 12 years ago
- 6e612c3 Add some documentation on how HandleCommand work. by Jim Ingham · 12 years ago
- 76695d3 If you say by Enrico Granata · 12 years ago