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