summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2014-10-24Implement explicit thread stack size specification on Windows.Zachary Turner
2014-10-22Fix a problem where summary strings could not use a synthetically generated v...Enrico Granata
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton
2014-10-15Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe...Greg Clayton
2014-10-13Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if...Greg Clayton
2014-10-11Reinstate setting addr_width to the result of the computation,Eric Christopher
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-09-12Fix the ctor ivar initialization formatting for Debugger,Jason Molenda
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-27Update LLDB to use LLVM's DynamicLibrary.Zachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-08-16When attempting to print function names with arguments in frame formatting, a...Enrico Granata
2014-07-08If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham
2014-06-27Fix a few typos.Bruce Mitchener
2014-06-20Command files that switch input handlers didn't work, now they do.Greg Clayton
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-04-25Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...Greg Clayton
2014-03-25<rdar://problem/14862302>Enrico Granata
2014-03-20Core: preprocess out TestPromptFormatsSaleem Abdulrasool
2014-03-11After doing all the work to compute the target ValueObject we want to evaluat...Jim Ingham
2014-03-07Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread...Jim Ingham
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-02-28Fixed all overlapping prompt issues.Greg Clayton
2014-02-24Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...Greg Clayton
2014-01-31Check curr_thread is not empty before accessing it.Jim Ingham
2014-01-28Fixed a crasher when handling process events that is due to a translation fro...Greg Clayton
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-02Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-31Renaming the setting to enable/disable automatic one-lining of summaries as a...Enrico Granata
2013-10-25<rdar://problem/15319880>Enrico Granata
2013-10-04Made all other "operator bool"s explicit and ensuredSean Callanan
2013-09-30<rdar://problem/14393032>Enrico Granata
2013-09-05Remove spurious reference to radars in code (we try not to put Radar numbers ...Jim Ingham
2013-07-30Add format specifiers to various format ids so we can print thread ids in dec...Michael Sartain
2013-07-17simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-21Adding two new markers to the ${var..} specifierEnrico Granata
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata
2013-06-18<rdar://problem/12717717>Enrico Granata
2013-05-29Remove unused variable.Greg Clayton
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2013-05-21<rdar://problem/13878726>Enrico Granata
2013-05-21Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata