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
*
[lldb] Expose more optional dependencies through GetBuildConfiguration()
Jonas Devlieghere
2019-12-20
1
-0
/
+12
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
1
-5
/
+1
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
1
-2
/
+3
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
1
-3
/
+2
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
1
-0
/
+1
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
1
-2
/
+3
*
[lldb/Reproducers] Add missing instrumentation for SBFile
Jonas Devlieghere
2019-12-04
1
-15
/
+15
*
remove FILE* usage from ReportEventState() and HandleProcessEvent()
Lawrence D'Anna
2019-10-14
1
-7
/
+37
*
update SBDebugger::SetInputFile() etc to work on native Files
Lawrence D'Anna
2019-10-10
1
-0
/
+27
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
1
-4
/
+2
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-2
/
+2
*
[Reproducer] Don't isntrument methods that get called from the signal handler.
Jonas Devlieghere
2019-10-08
1
-5
/
+4
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-4
/
+4
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
1
-14
/
+103
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-9
/
+6
*
[Reproducer] Move the command loader into the reproducer (NFC)
Jonas Devlieghere
2019-09-11
1
-48
/
+6
*
[NFC] Reformat SBDebugger before making changes
Jonas Devlieghere
2019-09-11
1
-31
/
+14
*
[dotest] Add @skipIfCursesSupportMissing and annotate the new gui test
Pavel Labath
2019-09-02
1
-0
/
+7
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-8
/
+8
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-53
/
+47
*
[Reproducers] Make reproducer relocatable
Jonas Devlieghere
2019-06-18
1
-0
/
+6
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
1
-1
/
+1
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-4
/
+4
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+183
*
[API] Remove unneded LLDB_DISABLE_PYTHON markers.
Davide Italiano
2019-03-18
1
-4
/
+0
*
[Reproducers] Implement log_append for function pointers.
Jonas Devlieghere
2019-03-11
1
-8
/
+11
*
[Reproducers] Replace callbacks with void*
Jonas Devlieghere
2019-03-11
1
-11
/
+8
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-3
/
+25
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-72
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-62
/
+331
*
[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
[next]