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
/
lldb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+7
*
Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r20...
Jason Molenda
2014-03-07
1
-4
/
+0
*
Todd points out that my change to ProcessElfCore is probably
Jason Molenda
2014-03-07
1
-0
/
+4
*
Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
Greg Clayton
2014-03-06
1
-5
/
+1
*
Fix Windows build break introduced in r203035.
Ahmed Charles
2014-03-06
1
-1
/
+5
*
Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...
Greg Clayton
2014-03-06
1
-23
/
+18
*
Build JITLoader on FreeBSD also
Ed Maste
2014-03-05
1
-3
/
+3
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-0
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+2
*
Commit a work-in-progress system runtime for Mac OS X which won't
Jason Molenda
2013-11-15
1
-0
/
+3
*
Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...
Deepak Panickal
2013-10-15
1
-4
/
+6
*
Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a...
Sylvestre Ledru
2013-10-14
1
-0
/
+2
*
Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...
Sylvestre Ledru
2013-09-28
1
-2
/
+0
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+1
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-1
/
+12
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-4
/
+1
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-1
/
+4
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-0
/
+7
*
Remove the initialization/termination of the now-removed OperatingSystemDarwi...
Jason Molenda
2013-05-03
1
-3
/
+0
*
Add a new PlatformDarwinKernel for kernel debugging. This Platform
Jason Molenda
2013-04-05
1
-0
/
+3
*
Updated Apple LLDB version to lldb-300.99.0. Also
Sean Callanan
2013-03-07
1
-3
/
+18
*
Made lldb.cpp build with clang 5.0.
Greg Clayton
2013-02-28
1
-45
/
+57
*
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
Daniel Malea
2013-02-28
1
-0
/
+55
*
Enable ProcessGDBRemote plugin on Linux
Daniel Malea
2013-01-08
1
-6
/
+3
*
Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non...
Andrew Kaylor
2012-12-14
1
-5
/
+5
*
Rmoved the old LLVM disassembler based on libedis.
Sean Callanan
2012-12-14
1
-3
/
+0
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-5
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Added a hollowed out version of an OperatingSystem plugin that will use a cla...
Greg Clayton
2012-08-23
1
-0
/
+11
*
Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin
Jason Molenda
2012-06-01
1
-2
/
+2
*
Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
Johnny Chen
2012-04-14
1
-0
/
+3
*
Revert r154086. It may be needed for Darwin. But the symbols are still missin...
Bill Wendling
2012-04-05
1
-4
/
+2
*
The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems.
Bill Wendling
2012-04-05
1
-2
/
+4
*
Since we are having issues with the new LLVM MC disassembler, we can have
Greg Clayton
2012-03-22
1
-8
/
+0
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-1
/
+1
*
Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used
Greg Clayton
2012-02-27
1
-13
/
+6
*
Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project
Greg Clayton
2012-02-27
1
-0
/
+3
*
<rdar://problem/9886712>
Greg Clayton
2012-02-25
1
-0
/
+3
*
Updated LLVM to take some fixes that make the
Sean Callanan
2012-02-23
1
-1
/
+1
*
Added a new disassembler plugin, DisassemblerLLVMC,
Sean Callanan
2012-02-17
1
-0
/
+10
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-0
/
+4
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-5
/
+12
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-0
/
+1
*
Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all
Greg Clayton
2011-10-11
1
-4
/
+0
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
1
-0
/
+4
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-0
/
+1
*
Convert over to the latest and greatest on disc accelerator
Greg Clayton
2011-09-28
1
-2
/
+2
*
Added first pass at PE COFF file reading support. It parses the sections
Greg Clayton
2011-09-09
1
-2
/
+3
*
Added support for accessing and loading our new .debug_names and .debug_types
Greg Clayton
2011-09-01
1
-0
/
+2
[next]