index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
driver
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13764135>
Greg Clayton
2013-05-14
1
-5
/
+18
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-5
/
+5
*
Call el_resize when the window size changes.
Jim Ingham
2013-02-22
1
-1
/
+10
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-3
/
+24
*
Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...
Jim Ingham
2012-12-21
1
-0
/
+26
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
1
-0
/
+1
*
Initialize m_done to false in Driver constructor to avoid premature exit bug ...
Daniel Malea
2012-12-17
1
-1
/
+2
*
Trigger the display of error and output in sourced commands from the result o...
Enrico Granata
2012-12-14
1
-3
/
+4
*
<rdar://problem/12700464>
Enrico Granata
2012-12-13
1
-0
/
+13
*
Broadcast an event when the selected thread is changed.
Jim Ingham
2012-12-11
1
-2
/
+4
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-2
/
+2
*
Save and restore terminal state when lldb is suspended with SIGTSTP and resum...
Jim Ingham
2012-11-30
1
-0
/
+20
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+4
*
eArgTypePath was removed in r166533; change -c to
Jason Molenda
2012-10-24
1
-1
/
+1
*
Removing the two extra GetXSize(bool) calls since we do not desire to support...
Enrico Granata
2012-10-16
1
-2
/
+2
*
<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...
Enrico Granata
2012-10-16
1
-5
/
+11
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-3
/
+29
*
Fix the extra space char being emitted in this message when breakpoints resol...
Jason Molenda
2012-09-28
1
-1
/
+1
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-14
/
+14
*
rdar://problem/12096295
Johnny Chen
2012-08-15
1
-8
/
+30
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-3
/
+4
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-1
/
+1
*
rdar://problem/11649610
Johnny Chen
2012-06-19
1
-2
/
+2
*
If the Driver's input reader gets an Interrupt and the current command line i...
Jim Ingham
2012-06-01
1
-4
/
+13
*
Fix a typo.
Johnny Chen
2012-05-16
1
-1
/
+1
*
Don't intercept the quit command and override what is was doing. This was cau...
Greg Clayton
2012-05-11
1
-12
/
+0
*
Make ctrl-c terminate the current input line and start an empty line, instead...
Johnny Chen
2012-05-09
1
-0
/
+2
*
Print out a notification when the process of a target other than the currentl...
Jim Ingham
2012-05-08
1
-5
/
+20
*
Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...
Jim Ingham
2012-04-26
1
-4
/
+2
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-1
/
+2
*
<rdar://problem/10605072>
Greg Clayton
2012-02-29
1
-5
/
+22
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-0
/
+3
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-1
/
+46
*
Fixed terminal settings not being properly restored when "quit" was run.
Greg Clayton
2012-02-02
1
-6
/
+14
*
Cleaned up the Communication class when it tears down ConnectionFileDescriptor
Greg Clayton
2012-01-31
1
-0
/
+6
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-3
/
+3
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-2
/
+2
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Track whether a process was Launched or Attached to. If Attached, the detach...
Jim Ingham
2011-09-15
1
-15
/
+28
*
Adding "-n", "-p" and "-w" flags to the lldb command-line tool to
Jim Ingham
2011-09-13
1
-16
/
+92
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-1
/
+0
*
Better help string for "lldb -- file arg1 arg2..."
Jim Ingham
2011-08-16
1
-2
/
+7
*
Document how to pass program args to lldb command-line.
Jim Ingham
2011-08-16
1
-3
/
+11
*
Add a version of SBDebugger::Create which allows us to specify whether to source
Jim Ingham
2011-08-13
1
-1
/
+11
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-10
1
-5
/
+2
*
Remove some commented out code that doesn't connect to anything yet...
Jim Ingham
2011-08-09
1
-6
/
+0
*
Don't have the debugger default to ignoring EOF. This is only what the driver
Greg Clayton
2011-05-29
1
-0
/
+3
*
Fix places that were writing directly to the debugger's output
Caroline Tice
2011-05-16
1
-3
/
+8
[next]