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
...
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-20
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-5096
/
+4165
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-3
/
+3
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-3
/
+3
*
Fix for missing prompt on Windows
Ted Woodward
2016-03-24
1
-0
/
+23
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-182
/
+153
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Fix typo in a comment
Kamil Rytarowski
2015-12-04
1
-1
/
+1
*
Reuse native curses(8) library on NetBSD
Bruce Mitchener
2015-11-06
1
-1
/
+3
*
Fix build break on OS X from cleanup check-in.
Todd Fiala
2015-10-28
1
-0
/
+5
*
Fix Clang-tidy modernize-use-override warnings in some files in source; other...
Eugene Zelenko
2015-10-26
1
-111
/
+66
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-48
/
+23
*
Added a new command in ProcessGDBRemote that can figure out the performance c...
Greg Clayton
2015-05-21
1
-2
/
+5
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-2
/
+4
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-4
/
+2
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-2
/
+4
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
Remove unused functions that were causing warnings.
Greg Clayton
2015-04-14
1
-15
/
+0
*
Allow the variable view to get synthetic values if they are available in "gui...
Greg Clayton
2015-04-10
1
-1
/
+13
*
Cleanup virtual methods and mark them as "override" and remove "virtual".
Greg Clayton
2015-04-10
1
-90
/
+95
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-9
/
+19
*
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
[prev]