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
/
source
/
Core
/
IOHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable Editline on Windows.
Zachary Turner
2014-11-17
1
-7
/
+4
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-45
/
+138
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-3
/
+45
*
Multi-line expressions in Xcode now have a space between the line number and ...
Greg Clayton
2014-06-11
1
-1
/
+1
*
Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...
Colin Riley
2014-06-03
1
-1
/
+2
*
"process kill" and "process detach" were causing double prompts or prompts th...
Greg Clayton
2014-05-08
1
-2
/
+4
*
Revert bad checkin that use incorrect member field.
Greg Clayton
2014-05-08
1
-1
/
+0
*
Set the current line to invalid when done getting multiple lines.
Greg Clayton
2014-05-08
1
-0
/
+1
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+6
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-16
/
+39
*
Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...
Greg Clayton
2014-04-23
1
-0
/
+1
*
Use the default TID format in curses UI
Ed Maste
2014-04-09
1
-3
/
+7
*
Fixed a case where we could spin indefinitely if we got an error from fgets t...
Greg Clayton
2014-04-07
1
-0
/
+6
*
Don’t exit the command interpreter if we get interrupted by an EINTR when c...
Greg Clayton
2014-04-04
1
-1
/
+4
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-46
/
+41
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-30
/
+32
*
Change the backtrace view into a process tree view where you can expand the p...
Greg Clayton
2014-03-19
1
-87
/
+219
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-3
/
+2
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-0
/
+23
*
remove useless declarations found thanks to scan-build
Sylvestre Ledru
2014-02-27
1
-3
/
+1
*
Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...
Greg Clayton
2014-02-24
1
-0
/
+11
*
Fixed an issue where "command source" would not do the right thing:
Greg Clayton
2014-02-05
1
-26
/
+26
*
LLDB exits the command interpreter and thus LLDB when using a pty or file as ...
Greg Clayton
2014-02-04
1
-0
/
+5
*
Fixing the Windows build for the changes brought in from the iohandler merge.
Deepak Panickal
2014-01-31
1
-2
/
+15
*
Show help dialog the first time the "gui" is run to help users find their way.
Greg Clayton
2014-01-28
1
-6
/
+61
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+5221