summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2011-07-06bug fix in summary strings:Enrico Granata
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton
2011-07-06new syntax for summary strings:Enrico Granata
2011-07-02Fix Linux build errorsPeter Collingbourne
2011-07-02several improvements to "type summary":Enrico Granata
2011-06-29This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata
2011-06-23Centralized all of the format to c-string and to format character code insideGreg Clayton
2011-06-23Committing type format code for Enrico Granata.Greg Clayton
2011-06-16Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice
2011-06-02Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham
2011-06-02Create new class, InputReaderStack, to better handle Caroline Tice
2011-05-29Protect the input reader stack with a recursive mutex.Greg Clayton
2011-05-29Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton
2011-05-15Added generic register numbers for simple ABI argument registers and definedGreg Clayton
2011-05-09Make sure writing asynchronous output only backs upCaroline Tice
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton
2011-05-02This patch captures and serializes all output being written by theCaroline Tice
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-03-10The UserSettings controllers must be initialized & terminated in theCaroline Tice
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-02-10Add a new function to Debugger for finding the top/current Caroline Tice
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2011-02-07Abtract terminal stuff into a new lldb_private::Terminal classGreg Clayton
2011-02-07More termios fixes. We need to currently make sure to include:Greg Clayton
2011-02-07More termios fixes from Kirk Beitz.Greg Clayton
2011-02-05Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton
2011-01-22Add API and implementation for SBDebugger::Destroy and Debugger::Destroy.Caroline Tice
2011-01-17Replace Mutex guarding python interpreter access with Predicate,Caroline Tice
2011-01-14Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-12-20Add code to make sure InputReaders finish and are cleaned up whenCaroline Tice
2010-12-04More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton
2010-12-04Added the ability for a process to inherit the current host environment. ThisGreg Clayton
2010-12-02Add proper EOF handling to Communication & Connection classes:Caroline Tice
2010-11-19Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice
2010-11-19Print out addresses with the correct width for 32 bit programs.Greg Clayton
2010-11-19Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton
2010-11-18Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton
2010-11-16Make processes use InputReaders for their input. Move the processCaroline Tice
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-11-02Fixed our overly verbose stop reasons which by default included the threadGreg Clayton
2010-10-22Fix the default prompt to have a space. Greg Clayton
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham
2010-10-04Add an "auto-confirm" setting to the debugger so you can turn off the confirm...Jim Ingham
2010-10-04Fixed and issue where we weren't seeing inlined functions anymore. We also no...Greg Clayton
2010-10-04Added file and line back to the default thread format.Greg Clayton