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
/
API
/
SBDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-2
/
+51
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
1
-5
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
1
-13
/
+12
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-3
/
+9
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-0
/
+11
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-4
/
+9
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Skip core file tests on build configurations lacking necessary components
Pavel Labath
2018-06-28
1
-0
/
+12
*
Move SystemInitializerFull header to source/API
Alex Langford
2018-05-25
1
-1
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-15
/
+11
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-2
/
+3
*
Add SBDebugger::GetBuildConfiguration and use it to skip an XML test
Pavel Labath
2018-02-19
1
-0
/
+21
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-12
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+12
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-12
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+12
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
Fix a compile warning on linux
Stephane Sezer
2017-10-24
1
-1
/
+1
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-12
/
+0
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-0
/
+12
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-0
/
+14
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
1
-0
/
+64
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-2
/
+3
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-2
/
+11
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-2
/
+2
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-2
/
+1
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-3
/
+4
*
Add unit tests for a few string conversion functions in Args.
Zachary Turner
2016-09-16
1
-1
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1091
/
+846
*
Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.
Jason Molenda
2016-08-24
1
-0
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+1
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-1
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+1
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-4
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Add API to support retrieving the formatters category for a specific language
Enrico Granata
2015-12-18
1
-0
/
+10
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-134
/
+92
*
Fix an error message (the debugger was invalid, not the target.)
Jim Ingham
2015-10-30
1
-1
/
+1
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-0
/
+1
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-0
/
+11
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-28
/
+33
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-3
/
+3
[next]