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
*
[lldb/Core] Add missing include
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
1
-17
/
+17
*
[lldb][NFC] Move Curses interface implementation to own file
Raphael Isemann
2019-12-03
1
-4014
/
+0
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-4
/
+3
*
IOHandler: fall back on File::Read if a FILE* isn't available.
Lawrence D'Anna
2019-10-11
1
-71
/
+100
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
1
-8
/
+8
*
protect libedit and LLDB gui from receiving null FILE* streams
Lawrence D'Anna
2019-10-09
1
-1
/
+2
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-15
/
+15
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
1
-2
/
+2
*
Use _WIN32 instead of _MSC_VER
Haibo Huang
2019-09-22
1
-1
/
+1
*
[lldb][NFC] NFC cleanup for the completion code
Raphael Isemann
2019-08-22
1
-6
/
+3
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-42
/
+12
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-27
/
+27
*
[Gardening] Remove more dead code from IOHandler
Jonas Devlieghere
2019-08-07
1
-29
/
+6
*
[Gardening] Remove dead code from IOHandler (NFC)
Jonas Devlieghere
2019-08-06
1
-17
/
+0
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-12
/
+7
*
[StringList] Change LongestCommonPrefix API
Jonas Devlieghere
2019-07-31
1
-2
/
+1
*
[lldb] Fix crash when tab-completing in multi-line expr
Raphael Isemann
2019-07-30
1
-1
/
+1
*
check for interrupt from fgets on Windows
Nathan Lanza
2019-07-19
1
-0
/
+3
*
add a workaround in GetLine to account for ReadFile not reporintg error
Nathan Lanza
2019-07-16
1
-0
/
+11
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-1
/
+1
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-11
/
+20
*
[gui] Simplify SourceFileWindowDelegate::WindowDelegateDraw
Pavel Labath
2019-02-19
1
-5
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-30
/
+30
*
Some cleanup after moving to std::make_shared
Jonas Devlieghere
2019-02-11
1
-16
/
+9
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-10
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-1
/
+1
*
Remove dead code from IOHandler
Alex Langford
2018-11-27
1
-4
/
+0
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-18
/
+18
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-22
/
+18
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-0
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-2
/
+2
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-12
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-84
/
+71
*
include locale.h in IOHandler.cpp
Pavel Labath
2018-03-13
1
-0
/
+1
*
Remove uses of std::auto_ptr, it's going away in C++17.
Benjamin Kramer
2017-09-14
1
-1
/
+1
*
Fix LLDB build.
Zachary Turner
2017-06-23
1
-1
/
+1
*
Fix incorrect Status -> Error rename in IOHandler
Pavel Labath
2017-05-22
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-10
/
+31
*
Fix the variable view in the "gui" curses mode so that variables whose childr...
Greg Clayton
2016-12-28
1
-22
/
+42
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-9
/
+9
*
Change IOHandlerConfirm to use StringRefs.
Zachary Turner
2016-11-13
1
-1
/
+1
*
[lldb-mi] Fix prompt which can get inserted in the middle of program output i...
Dawn Perchik
2016-10-01
1
-1
/
+3
[next]