- 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
- 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
- 931acec Added support for looking up the complete type for by Sean Callanan · 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
- e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
- 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile 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
- 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
- c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
- 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 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
- 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
- b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 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
- 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
- 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
- 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 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
- dd1dcfd Fixed a bunch of ownership problems with the expression parser. Specifically: by Sean Callanan · 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
- 9d4e86e Remembered to NULL out the symbol, which was causing testsuite crashes. by Sean Callanan · 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
- 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
- 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 13 years ago
- b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 13 years ago
- 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
- b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
- 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
- 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 13 years ago
- 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
- d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 13 years ago
- 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 13 years ago
- bad9753 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 13 years ago
- 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 13 years ago
- 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
- ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 13 years ago
- 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
- 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 13 years ago
- 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 13 years ago
- b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 13 years ago
- db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
- fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 13 years ago
- fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 13 years ago
- 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
- 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
- 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
- 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
- 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
- 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
- d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 13 years ago
- 8a79708 Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our by Greg Clayton · 13 years ago
- 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
- b17bf82 NULL out the "ptr_" member of shared pointers for debug and release by Greg Clayton · 13 years ago
- 06c6b25 Fixed a location where we would never end up unlocking our mutex in by Greg Clayton · 13 years ago
- c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
- aa119dd <rdar://problem/10760649> by Greg Clayton · 13 years ago
- 177bc68 <rdar://problem/10750012> by Greg Clayton · 13 years ago
- ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
- ddf110d Added a mechanism for the IR interpreter to return by Sean Callanan · 13 years ago
- 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 13 years ago
- 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
- ebad95d Made IsArrayOfScalarType handle typedefs correctly. by Sean Callanan · 13 years ago
- 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
- 666c553 Allow a way to track all allocations for our intrusive ref counted pointers. by Greg Clayton · 13 years ago
- 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
- e0028b8 Fixed a problem where maintaining the ObjCInterfaceMap by Sean Callanan · 13 years ago
- e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
- a58a788 I forgot to import a header file change. This should fix builds. by Sean Callanan · 13 years ago
- f03d97e Discriminate between the lldb_private::Type's for ObjC Classes that come from debug info, and those that by Jim Ingham · 13 years ago
- a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
- db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
- 66a16ee As we are grubbing through memory chasing down the hierarchy of an ObjC object, protect against the possibility that that object might be just random memory with loops. by Jim Ingham · 13 years ago
- 0b862e4 Fix for linux build. by Greg Clayton · 13 years ago
- 22834be Fixed a return value problem with the new ABI::FixCodeAddress () function: by Greg Clayton · 13 years ago
- fc984a0 <rdar://problem/10645694> by Greg Clayton · 13 years ago
- ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
- a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
- 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
- 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
- c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
- cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
- 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
- df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
- 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
- 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
- 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
- d2909b4 Centralize the code the reads the CFI so that we always log. by Greg Clayton · 13 years ago
- d3850ab Save a little bit of memory that was being reserved in a UniqueCStringMap by Greg Clayton · 13 years ago
- 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
- daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
- e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 13 years ago
- bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 13 years ago
- 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago