summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Make sure that "add-dsym" can't crash us when using it.Greg Clayton2015-03-311-8/+38
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-1/+9
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-5/+6
* Fix Bug 20400Chaoren Lin2015-02-261-1/+1
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-3/+10
* If we say:Greg Clayton2015-01-281-1/+1
* Don't stomp the triple when loading a PECOFF target.Zachary Turner2015-01-221-3/+7
* Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...Jim Ingham2014-10-251-20/+11
* Fixed name lookups for names that contain "::" but aren't actually C++ qualif...Greg Clayton2014-10-221-0/+2
* Add error report when Module::GetObjectFile() fails to find a plugin to open ...Todd Fiala2014-09-051-0/+4
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+11
* Don't search for module resources at all if the setting is set to "false". Greg Clayton2014-08-181-2/+3
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-161-1/+2
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-1/+1
* Fix typos.Bruce Mitchener2014-07-011-6/+6
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-8/+38
* Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...Greg Clayton2014-05-291-2/+2
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-10/+11
* lldb arm64 import.Jason Molenda2014-03-291-0/+1
* <rdar://problem/14515139>Enrico Granata2014-03-251-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+57
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-1/+1
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-3/+3
* Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets d...Greg Clayton2014-03-041-13/+42
* Temporarily revert part of Greg's changes in r202738 which are causing proble...Jason Molenda2014-03-041-42/+13
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-13/+42
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-2/+2
* Implement ObjectFileMachO::SetLoadAddress().Greg Clayton2014-02-061-1/+6
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-20/+4
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+2
* <rdar://problem/15191078>Greg Clayton2013-10-111-0/+32
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-3/+3
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-4/+14
* Fix lldb regressions due to r190812 in the case where debug info is present.Ashok Thirumurthi2013-09-201-2/+2
* Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an ad...Greg Clayton2013-09-181-2/+2
* Fixes symbol resolution for a function with a tail call because the PCAshok Thirumurthi2013-09-161-11/+41
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-1/+23
* When adding a dSYM file, don't remove all sections for the Module's object fi...Greg Clayton2013-08-131-1/+3
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-12/+16
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-35/+37
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-40/+72
* Formatting cleanup.Jim Ingham2013-07-011-3/+10
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-7/+42
* <rdar://problem/11109316>Enrico Granata2013-05-311-1/+1
* <rdar://problem/13880690>Greg Clayton2013-05-221-0/+3
OpenPOWER on IntegriCloud