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
/
Debugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-48
/
+45
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-1
/
+1
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
1
-2
/
+2
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-0
/
+4
*
[Core/Debugger] Remove some code that doesn't compile anymore.
Davide Italiano
2018-01-02
1
-69
/
+0
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-14
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+14
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-14
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+14
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-14
/
+0
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-0
/
+14
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-1
/
+1
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-1
/
+1
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-1
/
+1
*
Introduce new command: thread backtrace unique
Pavel Labath
2017-06-12
1
-22
/
+51
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-13
/
+14
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-50
/
+63
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-2
/
+2
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-7
/
+7
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-7
/
+7
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-7
/
+7
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-3
/
+4
*
Convert Log class to llvm streams
Pavel Labath
2017-02-10
1
-9
/
+19
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-1
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
One of the changes Jim made in r286288 (cleaning up the stop print
Jason Molenda
2017-01-28
1
-1
/
+1
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-2
/
+2
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-8
/
+5
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-3
/
+25
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-4
/
+4
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-0
/
+51
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1498
/
+1265
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+48
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-48
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-3
/
+48
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-2
/
+2
*
Fixed a threading race condition where we could crash after calling Debugger:...
Greg Clayton
2016-07-11
1
-2
/
+0
*
Guard against the C++ destructor chain by not letting the debugger list clean...
Greg Clayton
2016-05-26
1
-67
/
+49
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-41
/
+41
*
Don't let two threads call Debugger::Clear simultaneously.
Greg Clayton
2016-05-04
1
-24
/
+39
*
Corrected wording of REPL not available messaging (contained a repeated word ...
Kate Stone
2016-04-21
1
-1
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-12
/
+13
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-109
/
+100
*
[LLDB] Switch to assembly view if source is moved
Mohit K. Bhakkad
2015-12-03
1
-4
/
+5
*
Fix error handling when there are no REPLs installed.
Sean Callanan
2015-10-21
1
-0
/
+22
*
Fixed version of r250913, which actually implements all the static functions.
Sean Callanan
2015-10-21
1
-5
/
+0
[next]