summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-29/+1
* Improve LLDB prompt handlingPavel Labath2015-05-271-111/+77
* Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't existIlia K2015-04-091-1/+1
* Rework LLDB system initialization.Zachary Turner2015-03-311-30/+17
* Support for truncate/append on log filesPavel Labath2015-03-201-1/+6
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-24/+5
* Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack2015-03-101-3/+22
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+4
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra2015-02-261-2/+2
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+15
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-1702/+36
* Three related changes to help:Kate Stone2015-01-151-0/+12
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-5/+9
* Fix the behavior of ${current-pc-arrow} in the default disassemblyJason Molenda2014-12-021-7/+8
* lldb can deadlock when launched with an non-existing executable:Greg Clayton2014-12-011-10/+26
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-0/+15
* Put the current pc arrow back into the default disassembly format.Jason Molenda2014-11-111-1/+1
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-1/+1
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-2/+15
* Update default disassembly format string so we getJason Molenda2014-10-311-2/+1
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+9
* Implement explicit thread stack size specification on Windows.Zachary Turner2014-10-241-5/+4
* Fix a problem where summary strings could not use a synthetically generated v...Enrico Granata2014-10-221-0/+1
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-2/+2
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-172/+8
* Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe...Greg Clayton2014-10-151-2/+12
* 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
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+1
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-15/+162
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-8/+6
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-121-16/+16
* Create a HostThread abstraction.Zachary Turner2014-09-091-30/+29
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-4/+5
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-3/+4
* When attempting to print function names with arguments in frame formatting, a...Enrico Granata2014-08-161-1/+23
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-081-0/+14
* Fix a few typos.Bruce Mitchener2014-06-271-3/+3
* Command files that switch input handlers didn't work, now they do.Greg Clayton2014-06-201-3/+23
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+103
* Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...Greg Clayton2014-04-251-0/+2
* <rdar://problem/14862302>Enrico Granata2014-03-251-3/+18
* Core: preprocess out TestPromptFormatsSaleem Abdulrasool2014-03-201-0/+2
* After doing all the work to compute the target ValueObject we want to evaluat...Jim Ingham2014-03-111-0/+7
* Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread...Jim Ingham2014-03-071-53/+58
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-1/+4
* Fixed all overlapping prompt issues.Greg Clayton2014-02-281-53/+81
OpenPOWER on IntegriCloud