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
/
Host
/
common
/
Editline.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-2
/
+2
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-38
/
+67
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-4
/
+4
*
Cast EOF to get a proper comparison.
Justin Hibbits
2015-02-12
1
-1
/
+1
*
Workaround for what looks like an OS X-specific libedit issue
Kate Stone
2015-01-23
1
-0
/
+21
*
Disable Editline on Windows.
Zachary Turner
2014-11-17
1
-0
/
+4
*
Small tweaks to make the editline sources match the lldb
Jason Molenda
2014-11-17
1
-36
/
+72
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-610
/
+1097
*
"process kill" and "process detach" were causing double prompts or prompts th...
Greg Clayton
2014-05-08
1
-46
/
+35
*
control-D on empty line to quit lldb stopped working in Release builds on Mac...
Greg Clayton
2014-05-06
1
-1
/
+2
*
EOF is outside the value range of char on architectures with unsigned
Joerg Sonnenberger
2014-05-02
1
-1
/
+1
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-27
/
+65
*
Since one or more Editline instances of the same kind (lldb commands, express...
Greg Clayton
2014-04-25
1
-57
/
+157
*
Change the default key bindings for multi-line mode:
Greg Clayton
2014-04-23
1
-2
/
+3
*
Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...
Greg Clayton
2014-04-23
1
-6
/
+18
*
Add the "lldb_complete" .editrc command back in case veteran users of LLDB ha...
Greg Clayton
2014-03-26
1
-1
/
+2
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-0
/
+1
*
Check call to fgetc for EINTR.
Jim Ingham
2014-02-27
1
-20
/
+31
*
Fix the LLDB prompt for older Editline versions, specifically running on Ubun...
Deepak Panickal
2014-02-17
1
-0
/
+5
*
Host: unconstify editline paramters
Saleem Abdulrasool
2014-02-10
1
-4
/
+8
*
Only set EL_PROMPT_ESC when existing - fix typo
Sylvestre Ledru
2014-02-08
1
-1
/
+1
*
Only set EL_PROMPT_ESC when existing
Sylvestre Ledru
2014-02-08
1
-0
/
+2
*
Pressing ^D in a non-empty input terminates LLDB. This was due to the fact th...
Greg Clayton
2014-01-30
1
-1
/
+15
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+671