summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if...Greg Clayton2014-10-131-1/+0
* Reinstate setting addr_width to the result of the computation,Eric Christopher2014-10-111-1/+1
* Remove default case from a fully covered switch.Eric Christopher2014-10-111-1/+0
* Fix unused variable warning from r219544.Eric Christopher2014-10-101-1/+0
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-102-0/+120
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-105-52/+267
* Add an API on ValueObject to retrieve the desired dynamic/synthetic combinati...Enrico Granata2014-10-091-0/+50
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-086-15/+45
* Create a ConnectionGenericFile class for Windows.Zachary Turner2014-10-061-0/+16
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-063-814/+1
* Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type...Enrico Granata2014-10-061-1/+1
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-293-32/+31
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-3/+45
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-232-14/+10
* ConnectionFileDescriptor::Connect()'s handling of the "fd://" methodJason Molenda2014-09-231-3/+0
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+20
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-121-16/+16
* Create a HostThread abstraction.Zachary Turner2014-09-093-45/+49
* Start plumbing the type validator logic through to the ValueObjects; allow a ...Enrico Granata2014-09-051-2/+25
* Add error report when Module::GetObjectFile() fails to find a plugin to open ...Todd Fiala2014-09-051-0/+4
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+104
* Add an interface on ArchSpec to provide lldb client codeMatthew Gardiner2014-09-011-0/+34
* lldb - towards AArch64 being recognised as platform architectureTodd Fiala2014-08-281-0/+36
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-272-27/+23
* Add support for kalimba architecture variants 3, 4 and 5.Matthew Gardiner2014-08-271-2/+18
* It was pointed out to me that an offset of 0 makes sense for ObjC, but not al...Enrico Granata2014-08-261-2/+1
* Add an API on ValueObject to generate a 'synthetic child' of base class type....Enrico Granata2014-08-261-0/+42
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+11
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-212-5/+7
* Fix on Linux for ReadThread lingering after inferior exitsTodd Fiala2014-08-211-2/+13
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-7/+8
* Add an accessor to ValueObject that determines if the object represents a bas...Enrico Granata2014-08-191-0/+20
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-2/+2
* Don't search for module resources at all if the setting is set to "false". Greg Clayton2014-08-182-4/+6
* add missing break. Fix CID 1229446 & 1203680Sylvestre Ledru2014-08-181-3/+5
* Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru2014-08-181-1/+1
* When attempting to print function names with arguments in frame formatting, a...Enrico Granata2014-08-161-1/+23
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-161-1/+2
* Disable the command pipe in ConnectionFileDescriptor for Windows.Zachary Turner2014-08-071-1/+8
* Creates a socket host object.Zachary Turner2014-08-061-925/+153
* Rewrote the initial DW_OP_piece support to be able to support opcodes like:Greg Clayton2014-07-311-1/+63
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-0/+9
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-2/+6
* Fix the MSVC build. MSVC does not support constexpr.Zachary Turner2014-07-281-1/+1
* Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...Greg Clayton2014-07-231-6/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-232-3/+3
* PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer2014-07-221-2/+16
* Mangled: Fix an 'unused variable' warning on GNU/LinuxDavid Majnemer2014-07-221-2/+1
* Dramatically improves C++ demangling performance by introducing a new impleme...Kate Stone2014-07-223-2/+2220
OpenPOWER on IntegriCloud