- b2dd15e Fixing an if condition which was causing issues in detecting the correct runtime version by Enrico Granata · 13 years ago
- 7637a3a Makefiles for new mach-core directory. by Johnny Chen · 13 years ago
- 92f1c2b Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output. by Jim Ingham · 13 years ago
- 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
- 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
- e350394 Add a class method HasWatchpointOccurred() to inspect the "method of debug entry" field by Johnny Chen · 13 years ago
- 96da3f3 commenting parts of std::map test case which would make the test case fail when using TOT clang, but succeed on older compiler releases by Enrico Granata · 13 years ago
- aa12be4 Updated LLVM to take some fixes that make the Intel disassembler usable. by Sean Callanan · 13 years ago
- edfdbe0 Add comments about address word offset and the calculation of byte address select mask for WCR. by Johnny Chen · 13 years ago
- e859697 fixing a syntax error with objc_runtime.py by Enrico Granata · 13 years ago
- c510fa1 This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
- b370df2 This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
- 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
- d819489 Bumping version to lldb-116. by Jason Molenda · 13 years ago
- a4a1587 Make a nested if .. if .. else block nesting more explicit with some curly braces. by Jason Molenda · 13 years ago
- 6ebf9da typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside. by Enrico Granata · 13 years ago
- 78fa6c9 Made the hidden-ivar test a little more rigorous. by Sean Callanan · 13 years ago
- 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
- 9a7e4c3 Add @expectedFailure decorator with radar number. by Johnny Chen · 13 years ago
- d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 13 years ago
- 988be08 Added support for the DWARF 4 DW_FORM values. by Greg Clayton · 13 years ago
- e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
- 21356b7 Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5. by Benjamin Kramer · 13 years ago
- 068d25b Makefile build: remove warning flag that's not supported by GCC. by Benjamin Kramer · 13 years ago
- 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
- ddbc8e8 Enable RTTI for the Makefile build, hopefully getting the linux build a bit further. by Benjamin Kramer · 13 years ago
- 9792d5c Minor modification. by Johnny Chen · 13 years ago
- 04720ae Updated our main LLDB page as it was vastly out of date. by Greg Clayton · 13 years ago
- 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
- 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 13 years ago
- 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 13 years ago
- 6572b71 Use a sentry object to properly initialize/terminate LLDB. by Johnny Chen · 13 years ago
- fe29729 Install lldb tool into /usr/local/bin if sdk==iphoneos. by Jason Molenda · 13 years ago
- ae1d3eb Fix comment. by Johnny Chen · 13 years ago
- 1844426 Revert accidental commit. by Benjamin Kramer · 13 years ago
- e5eaa30 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 13 years ago
- 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
- 2d9c2d4 Forgot to add two files from the last checkin. by Jim Ingham · 13 years ago
- 3383c17 Fixed an issue where empty sections or zero filled sections could return by Greg Clayton · 13 years ago
- c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
- b6883ec Fixed a crasher that would happen when supplying lldb with an application by Greg Clayton · 13 years ago
- 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
- 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 13 years ago
- f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
- 4eeac7e committing a patch from Dmitry Vyukov that solves compilation issues with FormatNavigator.h by Enrico Granata · 13 years ago
- 8e1d33f fixing documentation to refer to the correct name of the module init function __lldb_init_module by Enrico Granata · 13 years ago
- dd5e363 Fix compile error for DisassemblerLLVMC.cpp. by Johnny Chen · 13 years ago
- 8ebed65 Fix examples/lookup/main.cpp. by Johnny Chen · 13 years ago
- 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
- 70c6cf4 Ignore the constness of the object pointer when fetching it. by Sean Callanan · 13 years ago
- 891d8ba making it so that the std::map test case does a better job at checking for interference between expression parser and synthetic children; plus being more verbose in the comments by Enrico Granata · 13 years ago
- 751a8ac Remove unneeded includes. by Jim Ingham · 13 years ago
- b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 13 years ago
- 4b091e4 reverting unwanted changes to scheme files with previous commit by Enrico Granata · 13 years ago
- d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
- 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 13 years ago
- 32a56ec Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 13 years ago
- 758835b memory read -f X doesn't print anything (lldb should warn when encountering an unsupported byte size) by Johnny Chen · 13 years ago
- 5564d80 memory read prints out duplicate entries when using vector formats by Johnny Chen · 13 years ago
- 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
- e90903a Document that we now support the GDB shorthand format syntax on any commands by Greg Clayton · 13 years ago
- 51cd6f6 Stop finding bare symbols when we're explicitly told to look in a namespace. by Sean Callanan · 13 years ago
- 046ef69 adding a new test case for the SB formatters API by Enrico Granata · 13 years ago
- 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
- 52d0d02 Previoously the expression parser had to rely on the by Sean Callanan · 13 years ago
- 04200f6 Only allow expressions to use the JIT if memory can be allocated in the process. by Sean Callanan · 13 years ago
- 2b05e29 Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 13 years ago
- 9658054 Remove @expectedFailure decorators as the bug has been fixed. by Johnny Chen · 13 years ago
- 132e7c3 by Enrico Granata · 13 years ago
- 7abba2a Add test cases exercising SBValue.GetObjectDescription() with the SBValue from SBTarget.FindGlobalVariables() by Johnny Chen · 13 years ago
- 8da5489 Fixed a bug that caused the description strings by Sean Callanan · 13 years ago
- 95d7433 Made loading sections in the DynamicLoaderDarwinKernel more robust as it by Greg Clayton · 13 years ago
- e7e2099 Add a test case for completion from 'settings set target.exec' to 'settings set target.exec-search-paths '. by Johnny Chen · 13 years ago
- 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 13 years ago
- f4cbc32 Tightened up type uniq'ing so we don't uniq two by Sean Callanan · 13 years ago
- f73b0fd Bump version number up to 115. by Jason Molenda · 13 years ago
- 9ad1953 Made the "--no-inlines" option on by Sean Callanan · 13 years ago
- d7793d2 Make the output from "target modules lookup -n" prettier. by Sean Callanan · 13 years ago
- 302d78c Extended function lookup to allow the user to by Sean Callanan · 13 years ago
- ac725af Improved detection of object file types, moving by Sean Callanan · 13 years ago
- 37b4166 Fixed incorrect #include directives. by Greg Clayton · 13 years ago
- dd1dcfd Fixed a bunch of ownership problems with the expression parser. Specifically: by Sean Callanan · 13 years ago
- fbe7783 fixing a macro name mismatch that was making our test case succeed for the wrong reason; plus a minor code change to the CPP side of the test which eases debugging efforts by Enrico Granata · 13 years ago
- caffddc Caching the DIE for the DeclContext as reported by Sean Callanan · 13 years ago
- 45eabea Fix compile time warnings for the inferior program. by Johnny Chen · 13 years ago
- e7a8e46 Added a logging helper class for SymbolFileDWARF::ParseType() that will by Greg Clayton · 13 years ago
- c8fb5e8 Setting terminal type to 'xterm' on Darwin; otherwise, to 'vt100'. by Johnny Chen · 13 years ago
- 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 13 years ago
- 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 13 years ago
- e170182 And the .zip file. by Sean Callanan · 13 years ago
- 39a3034 Brought LLVM/Clang up to top of tree. The only by Sean Callanan · 13 years ago
- 3750e2a Removed another debug message. Sigh... by Sean Callanan · 13 years ago
- 7be5d35 Add safe guard for when the 'expect' program cannot be located and skip the test. by Johnny Chen · 13 years ago
- 5f4f327 Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventData methods. by Jim Ingham · 13 years ago
- f9fa91b Set the terminal type to 'xterm' before doing 'stty -a'. by Johnny Chen · 13 years ago
- 9d4e86e Remembered to NULL out the symbol, which was causing testsuite crashes. by Sean Callanan · 13 years ago
- b82faf7 Make the expect_prompt more strict. by Johnny Chen · 13 years ago
- 8f82f82 Add a case to test that 'stty -a' displays the same output before and after running the lldb command. by Johnny Chen · 13 years ago
- 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 13 years ago
- b2e8d19 Added support to the expression parser for reading by Sean Callanan · 13 years ago