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
/
IOChannel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-656
/
+0
*
Patch enabling lldb command line driver to run on windows.
Deepak Panickal
2013-10-15
1
-68
/
+39
*
Fixed a race condition where the prompt would randomly go missing.
Richard Mitton
2013-09-25
1
-1
/
+39
*
<rdar://problem/13063912>
Enrico Granata
2013-05-06
1
-5
/
+20
*
Call el_resize when the window size changes.
Jim Ingham
2013-02-22
1
-0
/
+6
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-1
/
+1
*
<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...
Enrico Granata
2012-10-16
1
-2
/
+2
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-1
/
+9
*
Added an editline fix to make the delete key act
Sean Callanan
2012-07-11
1
-0
/
+1
*
Add an API to determine whether there are any characters on the current input...
Jim Ingham
2012-06-01
1
-0
/
+11
*
Make ctrl-c terminate the current input line and start an empty line, instead...
Johnny Chen
2012-05-09
1
-0
/
+7
*
Move the el_source() call after the section of code which sets up the default...
Johnny Chen
2012-05-07
1
-3
/
+3
*
Jason Molenda convinced me that we should make ctrl-w on the command line bin...
Johnny Chen
2012-05-05
1
-0
/
+1
*
Fixes the occasional crash on exit when quitting lldb with control-D.
Jason Molenda
2011-08-12
1
-0
/
+9
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-10
1
-2
/
+2
*
Added "command history" command to dump the command history.
Jim Ingham
2011-07-12
1
-0
/
+6
*
Make sure writing asynchronous output only backs up
Caroline Tice
2011-05-09
1
-1
/
+1
*
Add ability to search backwards through command
Caroline Tice
2011-05-04
1
-2
/
+3
*
Minor cleanup: When asynchronous output comes along,
Caroline Tice
2011-05-04
1
-2
/
+5
*
Make the driver listen for asynchronous output, rather than
Caroline Tice
2011-05-03
1
-19
/
+13
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-80
/
+80
*
Patch that allows for thread_t to be something more complex than an
Greg Clayton
2011-02-08
1
-3
/
+3
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-5
/
+5
*
Fix various timing/threading problems in IOChannel & Driver that
Caroline Tice
2010-09-29
1
-2
/
+133
*
o Exposed SBFileSpec to the Python APIs in lldb.py.
Johnny Chen
2010-08-27
1
-2
/
+2
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-2
/
+2
*
Misc warning fixes.
Eli Friedman
2010-07-09
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-3
/
+6
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-8
/
+7
*
Add a few more missing includes.
Eli Friedman
2010-06-09
1
-0
/
+3
*
Misc minor warning/error fixes.
Eli Friedman
2010-06-09
1
-8
/
+8
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+449