summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/JITLoaderList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a Process::ModulesDidLoad() method to handle process-related tasks, ↵Andrew MacPherson2014-03-131-0/+8
| | | | | | as suggested by Jim Ingham. Make JITLoader instances use this to probe only new modules for relevant JIT symbols. Also re-enable the JITLoader hooks in Process. llvm-svn: 203774
* Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since ↵Greg Clayton2014-03-061-0/+69
the header files were in "include/lldb/Target". Also enabled the ELF Core file support in all builds since the header files have been properly separated from ProcessMonitor. llvm-svn: 203035
OpenPOWER on IntegriCloud