Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
API
/
SystemInitializerFull.cpp
98fc548
Add missing Initialize/Terminate for Architecture plugins
by Tatyana Krasnukha
· 7 years ago
1f6b247
Re-commit "Introduce ObjectFileBreakpad"
by Pavel Labath
· 7 years ago
48c7b4f
Revert "Introduce ObjectFileBreakpad"
by Shafik Yaghmour
· 7 years ago
d6e6e232
Introduce ObjectFileBreakpad
by Pavel Labath
· 7 years ago
15eacd7
[Reproducers] Change how reproducers are initialized.
by Jonas Devlieghere
· 7 years ago
454057d
Remove OCaml debugger plugin
by Jonas Devlieghere
· 7 years ago
0b8c5c9
Remove Java debugger plugin
by Jonas Devlieghere
· 7 years ago
77198bc
Remove Go debugger plugin
by Jonas Devlieghere
· 7 years ago
41ae8e7
[lldb] Introduce StackFrameRecognizer [take 3]
by Kuba Mracek
· 7 years ago
cb3628b
Revert r345686 due to build failures
by Kuba Mracek
· 7 years ago
8fddd98
[lldb] Introduce StackFrameRecognizer [take 2]
by Kuba Mracek
· 7 years ago
377f9f9
Revert r345678 (build failure on Linux machines).
by Kuba Mracek
· 7 years ago
ac0ba8c
[lldb] Introduce StackFrameRecognizer
by Kuba Mracek
· 7 years ago
32762fd
Upstreaming the BridgeOS device support and the
by Jason Molenda
· 7 years ago
3815e70
Add a "scripted" breakpoint type to lldb.
by Jim Ingham
· 7 years ago
d17cd90
Move SystemInitializerFull header to source/API
by Alex Langford
· 7 years ago
fa3fa5b
Move ObjectFile initialization out of SystemInitializerCommon
by Pavel Labath
· 7 years ago
4c7763e
Enable ProcessMachCore plugin on non-apple platforms
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
0858126
Re-add change for https://reviews.llvm.org/D42582 with added directories.
by Jim Ingham
· 8 years ago
d1faa56
Revert "Improve prologue handling to support functions with multiple entry points."
by Vedant Kumar
· 8 years ago
467b500
Improve prologue handling to support functions with multiple entry points.
by Jim Ingham
· 8 years ago
a535a7a
[LLDB] Initial version of PPC64 InstEmulation
by Pavel Labath
· 8 years ago
13e37d4
Move StopInfoOverride callback to the new architecture plugin
by Pavel Labath
· 8 years ago
38d0632
Move Timer and TraceOptions from Core to Utility
by Pavel Labath
· 8 years ago
2a1c09f
Shorten sanitizer plugin names
by Pavel Labath
· 8 years ago
ef45d8b
Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntime plugins.
by Kuba Mracek
· 8 years ago
f9d1647
Remove an expensive lock from Timer
by Pavel Labath
· 8 years ago
12801f1
[LLDB] OpenBSD support
by Kamil Rytarowski
· 9 years ago
f6ee79c
Fix build for mingw.
by Hafiz Abid Qadeer
· 9 years ago
4ad5def
Refactor LLDB's Windows process plugin (NFC)
by Adrian McCarthy
· 9 years ago
222fd13
Disable windows-only minidump plugin
by Pavel Labath
· 9 years ago
7b18dd4
Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plugin in SystemInitializerFull
by Dimitar Vlahovski
· 9 years ago
36e21a3
Removing the new Minidump plugin
by Dimitar Vlahovski
· 9 years ago
8cabfb7
Adding a new Minidump post-mortem debugging plugin
by Dimitar Vlahovski
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
7593001
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
a07e4a8
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
by Todd Fiala
· 9 years ago
aef7de8
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
f343968f
Delete Host/windows/win32.h
by Zachary Turner
· 9 years ago
00adc41
Support for OCaml native debugging
by Tamas Berghammer
· 9 years ago
9ab5dc2
Add a new DynamicLoader plugin that uses SPI that are in development
by Jason Molenda
· 9 years ago
f176353
Remove platform plugins from lldb-server
by Pavel Labath
· 9 years ago
bb00d0b
Support Linux on SystemZ as platform
by Ulrich Weigand
· 9 years ago
773c3b0
Move DynamicLoader plugins to SystemInitializerFull
by Pavel Labath
· 10 years ago
6a83143
Add ThreadSanitizer debugging support.
by Kuba Brecka
· 10 years ago
a7760cb
Move OperatingSystem plugins to SystemInitializerFull
by Pavel Labath
· 10 years ago
74e08ca
Add support for reading line tables from PDB files.
by Zachary Turner
· 10 years ago
87a9769
Add a set of new plugins to handle Java debugging
by Tamas Berghammer
· 10 years ago
81b4c5f
Strip trailing whitespace
by Ed Maste
· 10 years ago
bff0a21
Add Hexagon ABI to System Initialization
by Ted Woodward
· 10 years ago
5e88be9
Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),
by Jason Molenda
· 10 years ago
2dd8488
Add go data formatters.
by Ryan Brown
· 10 years ago
18a9135d
Refactor Windows process plugin to allow code sharing between live and mini dump debugging.
by Adrian McCarthy
· 10 years ago
9ac7a6c
[SBValue] Add a method GetNumChildren(uint32_t max)
by Siva Chandra
· 10 years ago
c5b41d6
Fix linkage of `init_lldb` SWIG method in Python 3.
by Zachary Turner
· 10 years ago
07a1c45
Create GoLanguageRuntime.
by Ryan Brown
· 10 years ago
56939cb
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions.
by Greg Clayton
· 10 years ago
980c048
Add support for language plugins to provide data formatters (second attempt)
by Enrico Granata
· 10 years ago
f15a167
Revert "Add support for language plugins to provide data formatters"
by Pavel Labath
· 10 years ago
2233895
Add support for language plugins to provide data formatters
by Enrico Granata
· 10 years ago
27785dd
Reorg code to allow Windows Process Plugins to share some common code.
by Adrian McCarthy
· 10 years ago
6e77677
Also initialize ScriptInterpreterNone if Python is disabled
by Keno Fischer
· 10 years ago
c96516f
Create a Windows mini-dump target Differential Revision: http://reviews.llvm.org/D11611
by Adrian McCarthy
· 10 years ago
2c1f46d
Convert the ScriptInterpreter system to a plugin-based one.
by Zachary Turner
· 10 years ago
38a1b7e
Move WindowsDYLD to the Plugins/DynamicLoader directory.
by Stephane Sezer
· 10 years ago
b289cba
Submitting patch from Abhishek for:
by Greg Clayton
· 10 years ago
b36f917
Remove old local-only linux debugging code
by Pavel Labath
· 10 years ago
13f5425
[LLDB][MIPS] ABI Plugin for MIPS64
by Bhushan D. Attarde
· 10 years ago
a8219f2
[LLDB][MIPS] ABI Plugin for MIPS32
by Bhushan D. Attarde
· 10 years ago
cdc22a8
[LLDB][MIPS] Software single stepping Patch by Jaydeep Patil
by Mohit K. Bhakkad
· 10 years ago
b78e05f
This patch adds support aarch64-linux-gnu (SysV) abi in lldb.
by Omair Javaid
· 10 years ago
52f825b
This patch adds required piece of code for SysV Abi for arm.
by Omair Javaid
· 10 years ago
d8c338d
Add single stepping logic for linux arm
by Tamas Berghammer
· 10 years ago
5ec532a
Initial language runtime support for RenderScript.
by Colin Riley
· 10 years ago
aa7f12b
Fix build error due to new plugin namespaces.
by Zachary Turner
· 10 years ago
e6e2bb3
Rework LLDB system initialization.
by Zachary Turner
· 10 years ago