summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13764135>Greg Clayton2013-05-141-5/+18
* <rdar://problem/13457391>Greg Clayton2013-04-041-5/+5
* Call el_resize when the window size changes.Jim Ingham2013-02-221-1/+10
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-3/+24
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-0/+26
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* Initialize m_done to false in Driver constructor to avoid premature exit bug ...Daniel Malea2012-12-171-1/+2
* Trigger the display of error and output in sourced commands from the result o...Enrico Granata2012-12-141-3/+4
* <rdar://problem/12700464>Enrico Granata2012-12-131-0/+13
* Broadcast an event when the selected thread is changed.Jim Ingham2012-12-111-2/+4
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-2/+2
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-0/+20
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+4
* eArgTypePath was removed in r166533; change -c toJason Molenda2012-10-241-1/+1
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-161-2/+2
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-5/+11
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-3/+29
* Fix the extra space char being emitted in this message when breakpoints resol...Jason Molenda2012-09-281-1/+1
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-14/+14
* rdar://problem/12096295Johnny Chen2012-08-151-8/+30
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-3/+4
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+1
* rdar://problem/11649610Johnny Chen2012-06-191-2/+2
* If the Driver's input reader gets an Interrupt and the current command line i...Jim Ingham2012-06-011-4/+13
* Fix a typo.Johnny Chen2012-05-161-1/+1
* Don't intercept the quit command and override what is was doing. This was cau...Greg Clayton2012-05-111-12/+0
* Make ctrl-c terminate the current input line and start an empty line, instead...Johnny Chen2012-05-091-0/+2
* Print out a notification when the process of a target other than the currentl...Jim Ingham2012-05-081-5/+20
* Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...Jim Ingham2012-04-261-4/+2
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-1/+2
* <rdar://problem/10605072>Greg Clayton2012-02-291-5/+22
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+3
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-1/+46
* Fixed terminal settings not being properly restored when "quit" was run. Greg Clayton2012-02-021-6/+14
* Cleaned up the Communication class when it tears down ConnectionFileDescriptorGreg Clayton2012-01-311-0/+6
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-3/+3
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-2/+2
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-1/+1
* Track whether a process was Launched or Attached to. If Attached, the detach...Jim Ingham2011-09-151-15/+28
* Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham2011-09-131-16/+92
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-1/+0
* Better help string for "lldb -- file arg1 arg2..."Jim Ingham2011-08-161-2/+7
* Document how to pass program args to lldb command-line.Jim Ingham2011-08-161-3/+11
* Add a version of SBDebugger::Create which allows us to specify whether to sourceJim Ingham2011-08-131-1/+11
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-5/+2
* Remove some commented out code that doesn't connect to anything yet...Jim Ingham2011-08-091-6/+0
* Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton2011-05-291-0/+3
* Fix places that were writing directly to the debugger's outputCaroline Tice2011-05-161-3/+8
OpenPOWER on IntegriCloud