Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
15732b718bada82b45e78dacd8ebd5401ad1a49b
/
lldb
/
source
/
lldb.cpp
bd3d026
One more cleanup to lldb version printing
by Chris Bieneman
· 9 years ago
1778f69
Fixing the Xcode build that I broke in r286479
by Chris Bieneman
· 9 years ago
b92cfe6
Unify Darwin and Non-Darwin printing of version output
by Chris Bieneman
· 9 years ago
aa098de
[CMake] Generate LLDB_REVISION at build time
by Chris Bieneman
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
d31113f
Add more NetBSD platform glue for lldb
by Bruce Mitchener
· 10 years ago
3a00691
Move LLDB initialization/shutdown to Initialization.
by Zachary Turner
· 11 years ago
5023257
Move some functions from source/lldb.cpp to Utility.
by Zachary Turner
· 11 years ago
3294de2
Move lldb-log.cpp to core/Logging.cpp
by Zachary Turner
· 11 years ago
29e5937
Initial Assembly profiler for mips64
by Bhushan D. Attarde
· 11 years ago
ed5e4a4
Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)
by Ilia K
· 11 years ago
5f4b6c7
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
by Robert Flack
· 11 years ago
d6c9bd5
Reduce the number of components initialized for LLGS further.
by Robert Flack
· 11 years ago
f196c93
Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.
by Robert Flack
· 11 years ago
b3237de
Move Python Init from InitializeForLLGS to Initialize
by Vince Harron
· 11 years ago
ab3269d
Reduce the number of components initialized by lldb-server to reduce static binary size.
by Robert Flack
· 11 years ago
686b1fe
Fix FileSpec::GetPath to return null-terminated strings
by Ilia K
· 11 years ago
e08dc42
Test commit - fix typo.
by Robert Flack
· 11 years ago
3c4f89d
Add Initialize/Terminate method to Platform base plugin
by Tamas Berghammer
· 11 years ago
00e305d
Create new platform: remote-android
by Tamas Berghammer
· 11 years ago
c4d5ed0
Fix Mingw build.
by Hafiz Abid Qadeer
· 11 years ago
555a7a6
Add a method to disable the Windows crash / assert dialogs.
by Zachary Turner
· 11 years ago
e589e7e
The lldb unwinder can now use the unwind information from the compact-unwind
by Jason Molenda
· 11 years ago
cfd3b1a
Implement an empty DynamicLoader plugin for Windows.
by Zachary Turner
· 11 years ago
db39cdf
Fix some bugs from D5988
by Justin Hibbits
· 11 years ago
6256a0e
First cut of PowerPC(64) support in LLDB.
by Justin Hibbits
· 11 years ago
afdf842
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction
by Kuba Brecka
· 11 years ago
beed821
ASan malloc/free history threads
by Kuba Brecka
· 11 years ago
0de7ecd
Initialize LLVM when LLDB is initialized, and install a crash handler.
by Sean Callanan
· 11 years ago
673b6e4
Convert static constructors to be explicitly initialized at startup
by Zachary Turner
· 11 years ago
35ed132
Teach LLDB about Windows processes.
by Zachary Turner
· 11 years ago
cfee963
Add kalimba as a platform.
by Todd Fiala
· 11 years ago
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 12 years ago
a332978
lldb arm64 import.
by Jason Molenda
· 12 years ago
790b4e5
Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274
by Jason Molenda
· 12 years ago
e4ea6f5
Todd points out that my change to ProcessElfCore is probably
by Jason Molenda
· 12 years ago
0e4b605
Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
by Greg Clayton
· 12 years ago
943d4a6
Fix Windows build break introduced in r203035.
by Ahmed Charles
· 12 years ago
4b047f2
Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target".
by Greg Clayton
· 12 years ago
32aa12b
Build JITLoader on FreeBSD also
by Ed Maste
· 12 years ago
17220c1
Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
by Andrew MacPherson
· 12 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
a7b5afa
Commit a work-in-progress system runtime for Mac OS X which won't
by Jason Molenda
· 12 years ago
a0154f9
Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch.
by Deepak Panickal
· 12 years ago
6e2c7cb
Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a comment
by Sylvestre Ledru
· 12 years ago
30eff98
Remove useless declaration. If match_type == eNameMatchIgnore, we already left this function at the beginning of the method. Found by coverity. Fixes CID 1094188
by Sylvestre Ledru
· 12 years ago
e0f8f57
merge lldb-platform-work branch (and assorted fixes) into trunk
by Daniel Malea
· 12 years ago
4f01ff8
Re-introduces ELF core file support for Linux x86-64
by Ashok Thirumurthi
· 12 years ago
3deb0e7
Revert the ELF core file support until a few things can be worked out:
by Greg Clayton
· 12 years ago
c037383
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
by Ashok Thirumurthi
· 12 years ago
a7499c9
Split symbol support for ELF and Linux.
by Michael Sartain
· 12 years ago
90e536c
Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel.
by Jason Molenda
· 13 years ago
1c62754
Add a new PlatformDarwinKernel for kernel debugging. This Platform
by Jason Molenda
· 13 years ago
3d27e66
Updated Apple LLDB version to lldb-300.99.0. Also
by Sean Callanan
· 13 years ago
7170f3f
Made lldb.cpp build with clang 5.0.
by Greg Clayton
· 13 years ago
3b92f00
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
by Daniel Malea
· 13 years ago
97059d4
Enable ProcessGDBRemote plugin on Linux - Fixes test case TestConnectRemote
by Daniel Malea
· 13 years ago
7b6376b
Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non-Apple platforms.
by Andrew Kaylor
· 13 years ago
2dd8b49
Rmoved the old LLVM disassembler based on libedis.
by Sean Callanan
· 13 years ago
89660bf
More Linux warnings fixes (remove default labels as needed):
by Daniel Malea
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
b3e7760
Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory.
by Greg Clayton
· 13 years ago
382dcfd
Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin
by Jason Molenda
· 14 years ago
7b9f93a
Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
by Johnny Chen
· 14 years ago
e50ab40
Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib.
by Bill Wendling
· 14 years ago
e914660
The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems.
by Bill Wendling
· 14 years ago
f8712de
Since we are having issues with the new LLVM MC disassembler, we can have
by Greg Clayton
· 14 years ago
b3a40ba
Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command.
by Greg Clayton
· 14 years ago
ea5e0cc
Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used
by Greg Clayton
· 14 years ago
d10a038
Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project
by Greg Clayton
· 14 years ago
722cec2
<rdar://problem/9886712>
by Greg Clayton
· 14 years ago
6f298a6
Updated LLVM to take some fixes that make the Intel disassembler usable.
by Sean Callanan
· 14 years ago
95e5c63
Added a new disassembler plugin, DisassemblerLLVMC,
by Sean Callanan
· 14 years ago
c3776bf
First pass at mach-o core file support is in. It currently works for x86_64
by Greg Clayton
· 14 years ago
30213ff
This patch combines common code from Linux and FreeBSD into
by Johnny Chen
· 14 years ago
5009f9d
Added support for the new ".apple_objc" accelerator tables. These tables are
by Greg Clayton
· 14 years ago
f324a89
Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all
by Greg Clayton
· 14 years ago
48d042b
Patch from dawn@burble.org to build on linux!
by Johnny Chen
· 14 years ago
7f99513
Enable all the new accelerator tables if they are present and don't manually
by Greg Clayton
· 14 years ago
1767440
Convert over to the latest and greatest on disc accelerator
by Greg Clayton
· 14 years ago
f754f88
Added first pass at PE COFF file reading support. It parses the sections
by Greg Clayton
· 14 years ago
f9eec20
Added support for accessing and loading our new .debug_names and .debug_types
by Greg Clayton
· 14 years ago
944b828
Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".
by Greg Clayton
· 14 years ago
56d9a1b
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
by Greg Clayton
· 14 years ago
8f3d838
Patch by David Forsythe to build lldb on FreeBSD!
by Johnny Chen
· 14 years ago
89f138a
Remove the deprecated MacOSX native plug-in.
by Greg Clayton
· 14 years ago
3a29bdb
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
by Greg Clayton
· 14 years ago
df0b7d5
LLDB now has a Kernel dynamic linker that can detect where kexts are
by Greg Clayton
· 14 years ago
1b27dac
Build and initialise the Darwin ABI plugins on all platforms
by Peter Collingbourne
· 15 years ago
a09bfca
Initialise the Darwin ABI plugins only on Darwin
by Peter Collingbourne
· 15 years ago
31f1d2f
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
by Greg Clayton
· 15 years ago
2ed751b
Changed the emulate instruction function to take emulate options which
by Greg Clayton
· 15 years ago
078daac
Even more renaming.
by Greg Clayton
· 15 years ago
ffc922e3
More moving things around for the unwind plan and assembly unwind plug-ins.
by Greg Clayton
· 15 years ago
dc5eb69
Put plug-ins into the correct directories as they were incorrectly located
by Greg Clayton
· 15 years ago
ad379efc
by Caroline Tice
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
1cb6496
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 15 years ago
fc36f791
Abtracted the innards of lldb-core away from the SB interface. There was some
by Greg Clayton
· 15 years ago
ded470d
Added more platform support. There are now some new commands:
by Greg Clayton
· 15 years ago
Next »