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
*
Fix a -Wsign-compare error around wchar_t vs unsigned int.
Eric Christopher
2019-12-10
1
-1
/
+1
*
[lldb/Editline] Fix a -Wreturn-type warning with gcc
Pavel Labath
2019-12-04
1
-0
/
+1
*
[EditLine] Fix RecallHistory to make it go in the right direction.
Jonas Devlieghere
2019-12-03
1
-25
/
+72
*
[lldb][Editline] Support ctrl+left/right arrow word navigation.
Jordan Rupprecht
2019-11-14
1
-0
/
+9
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
1
-1
/
+1
*
[lldb] Allow partial completions to fix directory completion.
Raphael Isemann
2019-08-27
1
-0
/
+6
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-72
/
+83
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-3
/
+12
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-2
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+8
*
Ack, added DWARFTypeUnit to the wrong target...
Jim Ingham
2019-05-23
1
-1
/
+3
*
[EditLine] Rewrite GetHistoryFilePath
Jonas Devlieghere
2019-05-22
1
-13
/
+18
*
[EditLine] Check string pointers before dereferencing them.
Davide Italiano
2019-05-17
1
-2
/
+3
*
Editline: Fix an msan error
Pavel Labath
2019-04-29
1
-3
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] - Fix crash when listing the history with the key up.
George Rimar
2019-01-16
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+6
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-10
/
+34
*
[NFC] Use llvm_unreachable instead of lldb::assert
David Bolvansky
2018-09-03
1
-1
/
+1
*
[LLDB] Re-apply r303907 that's reverted by mistake
Tim Shen
2018-05-30
1
-4
/
+4
*
[LLDB] Revert r303907.
Tim Shen
2018-05-29
1
-4
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-64
/
+54
*
Fix bug #28898
Kamil Rytarowski
2017-05-25
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Fix segfault resulting from empty print prompt
Pavel Labath
2017-05-05
1
-1
/
+1
*
iwyu fixes on lldbUtility.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Fix syntax error when building with editline support.
Zachary Turner
2017-03-19
1
-1
/
+1
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-4
/
+2
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Consolidate file handle usage in Editline.cpp
Pavel Labath
2017-01-06
1
-10
/
+37
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1264
/
+1128
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-5
/
+5
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Editing multi-line content in a terminal environment involves a lot of
Kate Stone
2016-07-14
1
-37
/
+81
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
LLDB is leaking memory in Editline.cpp on MacOSX.
Greg Clayton
2016-06-07
1
-43
/
+62
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-12
/
+11
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-3
/
+2
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-2
/
+3
*
[Editline] Redesign automatic indentation fix command for robustness
Kate Stone
2015-12-14
1
-20
/
+33
*
Fix pessimizing moves. Found by clang.
Davide Italiano
2015-11-07
1
-1
/
+1
*
Fix editline unindentation code for more recent libedits.
Todd Fiala
2015-10-27
1
-2
/
+5
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-2
/
+2
[next]