summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2010-10-04Fixed an issue with the default frame format settings string where if a frameGreg Clayton
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton
2010-09-30Cleaned up a unused member variable in Debugger.Greg Clayton
2010-09-20Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-09-20Fixed wrong logic in validating term-width value; should be && instead of ||.Johnny Chen
2010-09-20Fixed lldb 'settings set term-widt 70' command not working.Johnny Chen
2010-09-19Added code that will allow completely customizable prompts for use inGreg Clayton
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-16Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice
2010-09-14Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0Johnny Chen
2010-09-10When the debugger updates its symbol context, if no thread or frame are selec...Jim Ingham
2010-09-09Add comments to InstanceSettings constructors explaining why they have Caroline Tice
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice
2010-09-08Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice
2010-09-07Move common code from GetSettingsController in Process & Debugger into static...Jim Ingham
2010-09-07Fix various minor bugs in the Settings stuff.Caroline Tice
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice
2010-09-03Fixed an lldb infrastructure bug, where the debugger should reaaly update itsJohnny Chen
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-07-20Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton
2010-06-30Add a unique ID to each debugger instance.Caroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner