- a777dc2 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 14 years ago
- 7051231 <rdar://problem/11358639> by Greg Clayton · 14 years ago
- 10ebffa Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 14 years ago
- 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
- 0cd7086 <rdar://problem/11202426> by Greg Clayton · 14 years ago
- b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
- 4f02b22 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 14 years ago
- cf7e2dc Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 14 years ago
- 228063c Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 14 years ago
- 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
- b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
- 3f0b90d rdar://problem/10216227 by Johnny Chen · 14 years ago
- f932241 <rdar://problem/10584789> by Greg Clayton · 14 years ago
- 2637f82 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 14 years ago
- da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
- 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
- 9a37766 Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace by Greg Clayton · 14 years ago
- 3360b41 Destroy a target when it is deleted. by Greg Clayton · 14 years ago
- 7534062 After deleting a target, clear the target object and remove orphaned modules. by Greg Clayton · 14 years ago
- cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
- e64f0dc Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 14 years ago
- e37d605 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
- b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
- 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
- 6624384 Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 14 years ago
- 0694269 Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 14 years ago
- 16e0c68 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 14 years ago
- f3dd93c Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 14 years ago
- 3794ad9 Add an API to SBDebugger class: by Johnny Chen · 14 years ago
- fc3f027 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 15 years ago
- 9088b06 by Caroline Tice · 15 years ago
- 969ed3d by Caroline Tice · 15 years ago
- 2289fa4 Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 15 years ago
- c2bbb49 by Caroline Tice · 15 years ago
- 431ce67 Fixed an issue where if you specify an architecture from the command line like: by Greg Clayton · 15 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
- fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
- e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
- 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
- e02657b Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 15 years ago
- af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
- 508265a Patch from Stephen Wilson: by Johnny Chen · 15 years ago
- 3d6086f by Caroline Tice · 15 years ago
- efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
- cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
- 4838131 Improved API logging. by Greg Clayton · 15 years ago
- 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
- 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
- ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
- 6eee5aa Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 15 years ago
- 1559a46 by Caroline Tice · 15 years ago
- dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
- daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
- dde9cff by Caroline Tice · 15 years ago
- a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- dd75985 Make API calls for setting/getting user settable variables static. by Caroline Tice · 15 years ago
- 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
- 311adf3 eliminate some clang warnings. by Chris Lattner · 15 years ago
- 3df9a8d by Caroline Tice · 15 years ago
- e40e421 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
- 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 48e4254 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 15 years ago
- ebc1bb2 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- ca93cc1 Fix a bunch more include lines. by Eli Friedman · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago