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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compatibility version to liblldb in framework builds
Alex Langford
2018-09-12
1
-0
/
+1
*
Introduce install-lldb-framework target
Alex Langford
2018-08-01
1
-0
/
+11
*
Revert "Stop building liblldb with CMake's framework functionality"
Alex Langford
2018-07-27
1
-14
/
+9
*
Stop building liblldb with CMake's framework functionality
Alex Langford
2018-07-27
1
-9
/
+14
*
Invert dependency between lldb-framework and lldb-suite
Alex Langford
2018-07-17
1
-2
/
+4
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-5
/
+0
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-54
/
+0
*
Disable warnings for the generated LLDB wrapper source
Raphael Isemann
2018-06-12
1
-6
/
+5
*
Add dependency on clang-headers when building LLDB.framework using CMake
Alex Langford
2018-06-01
1
-0
/
+3
*
Remove lldb-private headers when building LLDB.framework with CMake
Alex Langford
2018-05-29
1
-2
/
+1
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
1
-7
/
+10
*
Add new files to the cmake lists.
Jim Ingham
2017-09-14
1
-0
/
+2
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
1
-0
/
+1
*
[CMake] Add SharingPtr.h to the Framework header list
Chris Bieneman
2017-07-28
1
-1
/
+1
*
[CMake] Cleanup of header fixup and installation
Chris Bieneman
2017-07-28
1
-11
/
+7
*
[CMake] Update Framework construction for iOS
Chris Bieneman
2017-07-25
1
-6
/
+12
*
[CMake] Rework construction of framework bundle
Chris Bieneman
2017-07-25
1
-5
/
+27
*
Initial implementation of SB APIs for Tracing support.
Ravitheja Addepally
2017-04-26
1
-0
/
+2
*
[CMake] Adding API dependency on Utility
Chris Bieneman
2017-02-13
1
-0
/
+1
*
[CMake] Final dependency cleanup patch!
Chris Bieneman
2017-02-08
1
-0
/
+17
*
[CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later
Chris Bieneman
2016-12-15
1
-17
/
+8
*
[CMake] Populate the build directory's framework
Chris Bieneman
2016-10-31
1
-3
/
+9
*
Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols
Todd Fiala
2016-10-29
1
-6
/
+3
*
[CMake] Populate LLDB.framework's headers directory
Chris Bieneman
2016-10-14
1
-1
/
+17
*
Disable warnings in LLDBWrapPython.cpp with -Werror.
Zachary Turner
2016-10-05
1
-0
/
+8
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
1
-0
/
+14
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+1
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-1
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+1
*
Remove cmake legacy code
Pavel Labath
2016-08-17
1
-1
/
+1
*
Add MemoryRegionInfo to SB API
Howard Hellyer
2016-06-23
1
-0
/
+2
*
cmake: provide flag that enables 'log enable --stack' to provide useful file/...
Todd Fiala
2015-10-14
1
-1
/
+15
*
Fix handling of LLDB_VERS_GENERATED_FILE.
Bruce Mitchener
2015-10-09
1
-2
/
+1
*
Only export public symbols with the cmake build.
Bruce Mitchener
2015-09-04
1
-0
/
+4
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-0
/
+7
*
Add language option in -gdb-show command (MI)
Ilia K
2015-04-28
1
-0
/
+1
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-0
/
+1
*
Fix linking of unit tests via CMake on Windows.
Zachary Turner
2015-03-18
1
-16
/
+31
*
Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."
Zachary Turner
2015-02-24
1
-2
/
+17
*
Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."
Zachary Turner
2015-02-24
1
-17
/
+2
*
[CMake] Change lldbAPI to be a CMake OBJECT library.
Zachary Turner
2015-02-24
1
-2
/
+17
*
Remove the CMake duplication for liblldb.
Zachary Turner
2015-02-17
1
-3
/
+4
*
Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...
Zachary Turner
2015-02-17
1
-0
/
+1
*
Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...
Zachary Turner
2015-02-17
1
-1
/
+0
*
Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...
Oleksiy Vyalov
2015-02-16
1
-0
/
+1
*
I had recently added a new SBFrame::GetVariables() overload with yet another ...
Enrico Granata
2015-02-12
1
-0
/
+1
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-0
/
+1
*
[cmake] Include the new file in the CMake lists. Without this every
Chandler Carruth
2014-10-01
1
-0
/
+1
*
Fix cmake build for new thread plan files.
Todd Fiala
2014-09-30
1
-0
/
+1
[next]