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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SystemInitializerFull] Fix header sorting (NFC)
Jonas Devlieghere
2019-04-24
1
-2
/
+1
*
[CMake] Emit LLDB.framework.dSYM to avoid potential name collision with drive...
Stefan Granitz
2019-04-18
1
-0
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
9
-40
/
+0
*
Remove unneeded #ifdef SWIGs
Pavel Labath
2019-04-09
2
-20
/
+3
*
Get the run locker before you ask if your thread is valid.
Jim Ingham
2019-04-09
1
-3
/
+3
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-2
/
+3
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
56
-75
/
+74
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
3
-0
/
+45
*
[Python] Remove Python include from ScriptInterpreterPython.h
Jonas Devlieghere
2019-03-29
2
-8
/
+0
*
[Platform] Remove Kalimba Platform
Jonas Devlieghere
2019-03-27
1
-3
/
+0
*
[Python] Remove dynamic indirection
Jonas Devlieghere
2019-03-26
2
-4
/
+0
*
[Python] Define empty SWIG wrapper for unit testin"
Jonas Devlieghere
2019-03-26
1
-0
/
+5
*
[Python] Move SWIG wrapper dependency into the plugin
Jonas Devlieghere
2019-03-25
1
-5
/
+0
*
[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)
Jonas Devlieghere
2019-03-25
1
-169
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
67
-2900
/
+3513
*
[API] Remove unneded LLDB_DISABLE_PYTHON markers.
Davide Italiano
2019-03-18
7
-45
/
+0
*
Fix some "variable 'foo' set but not used" warnings
Pavel Labath
2019-03-18
2
-6
/
+2
*
[Reproducers] Support capturing a reproducer without an explicit path.
Jonas Devlieghere
2019-03-12
1
-0
/
+9
*
[Reproducers] Implement log_append for function pointers.
Jonas Devlieghere
2019-03-11
3
-10
/
+13
*
[Reproducers] Replace callbacks with void*
Jonas Devlieghere
2019-03-11
3
-13
/
+10
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
56
-0
/
+305
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
11
-7
/
+105
*
[Reproducers] Add LLDB_RECORD_DUMMY
Jonas Devlieghere
2019-03-08
1
-3
/
+6
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
38
-3024
/
+75
*
[Reproducers] Disable registering lldb::thread_t everywhere
Jonas Devlieghere
2019-03-07
1
-11
/
+0
*
Repair the build when LLDB_DISABLE_PYTHON is set
Alex Langford
2019-03-07
1
-20
/
+28
*
Pass /bigobj for SBReproducer.cpp with MSVC
Zachary Turner
2019-03-06
1
-0
/
+4
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
[Reproducers] Guard register macros that take lldb::thread_t on Windows
Jonas Devlieghere
2019-03-06
1
-0
/
+4
*
[Reproducers] Don't use VLA in SBReproducer redirect
Jonas Devlieghere
2019-03-06
1
-1
/
+1
*
Re-commit logging for SBCompileUnit::GetNumLineEntries.
Jason Molenda
2019-03-06
1
-1
/
+7
*
[Reproducers] Enable replay from SBRepro.
Jonas Devlieghere
2019-03-06
1
-3
/
+0
*
[Reproducers] Don't intercept SBDebugger::SetInputFileHandle
Jonas Devlieghere
2019-03-06
1
-3
/
+1
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
66
-983
/
+8842
*
[SBAPI] Don't check IsValid in constructor
Jonas Devlieghere
2019-03-06
20
-150
/
+136
*
Revert logging addition to SBCompileUnit::GetNumLineEntries,
Jason Molenda
2019-03-05
1
-6
/
+1
*
Add logging to SBCompileUnit::GetNumLineEntries.
Jason Molenda
2019-03-05
1
-1
/
+6
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
3
-1
/
+3
*
[build] Rename clang-headers to clang-resource-headers
Shoaib Meenai
2019-03-04
1
-1
/
+1
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-2
/
+51
*
[CMake] Make liblldb depend on clang-headers
Alex Langford
2019-02-28
1
-0
/
+4
*
[Reprodicuers] Check initialization
Jonas Devlieghere
2019-02-28
1
-0
/
+4
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
6
-64
/
+35
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
25
-636
/
+636
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
10
-34
/
+54
*
Update files to the new header that were incorrectly landed with the old
Chandler Carruth
2019-02-11
2
-8
/
+6
*
[Reproducers] SBReproducer framework: Capture & Replay
Jonas Devlieghere
2019-02-06
3
-0
/
+124
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-0
/
+81
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
70
-280
/
+210
[prev]
[next]