This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
672e6f59c5e487b83b81c8b13ce162dfda7fdddf
clang-p2996
/
lldb
/
source
/
Plugins
/
ObjectFile
/
ELF
History
Jim Ingham
672e6f59c5
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation.
...
llvm-svn: 127194
2011-03-07 23:44:08 +00:00
..
ELFHeader.cpp
Combine 32 and 64 bit ELF readers.
2010-07-13 23:07:23 +00:00
ELFHeader.h
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
2011-01-08 20:28:42 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
ObjectFileELF.cpp
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation.
2011-03-07 23:44:08 +00:00
ObjectFileELF.h
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation.
2011-03-07 23:44:08 +00:00