summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...Greg Clayton2014-02-241-1/+1
* Check curr_thread is not empty before accessing it.Jim Ingham2014-01-311-1/+1
* Fixed a crasher when handling process events that is due to a translation fro...Greg Clayton2014-01-281-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-208/+688
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-37/+16
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-5/+5
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-5/+5
* Renaming the setting to enable/disable automatic one-lining of summaries as a...Enrico Granata2013-10-311-4/+4
* <rdar://problem/15319880>Enrico Granata2013-10-251-0/+10
* Made all other "operator bool"s explicit and ensuredSean Callanan2013-10-041-8/+8
* <rdar://problem/14393032>Enrico Granata2013-09-301-1/+1
* Remove spurious reference to radars in code (we try not to put Radar numbers ...Jim Ingham2013-09-051-2/+0
* Add format specifiers to various format ids so we can print thread ids in dec...Michael Sartain2013-07-301-109/+167
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-1/+6
* Huge change to clean up types.Greg Clayton2013-07-111-3/+4
* Adding two new markers to the ${var..} specifierEnrico Granata2013-06-211-0/+6
* In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata2013-06-201-0/+72
* <rdar://problem/12717717>Enrico Granata2013-06-181-11/+9
* Remove unused variable.Greg Clayton2013-05-291-1/+0
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-216/+60
* <rdar://problem/13878726>Enrico Granata2013-05-211-3/+3
* Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata2013-05-211-5/+8
* <rdar://problem/13878726>Enrico Granata2013-05-201-0/+24
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+1
* <rdar://problem/13621080>Enrico Granata2013-05-081-11/+7
* Converting ScanFormatDescriptor to use std::string instead of a manually mana...Enrico Granata2013-05-061-24/+29
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-1/+1
* <rdar://problem/13700260>Greg Clayton2013-05-011-0/+5
* <rdar://problem/13209140>Enrico Granata2013-04-241-2/+15
* <rdar://problem/13449987>Greg Clayton2013-04-041-0/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-2/+1
* <rdar://problem/13502196> Greg Clayton2013-03-261-1/+10
* <rdar://problem/13498879> Greg Clayton2013-03-251-9/+2
* <rdar://problem/13443931>Greg Clayton2013-03-191-1/+10
* Call Process::Finalize directly in Debugger::Destroy, rather than having it d...Jim Ingham2013-02-271-4/+1
* Moving from std::auto_ptr<char> to std::string for simple string memory manag...Enrico Granata2013-02-011-11/+10
* <rdar://problem/12978143>Enrico Granata2013-01-281-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+6
OpenPOWER on IntegriCloud