summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
AgeCommit message (Expand)Author
2015-03-18Merging r230694:llvmorg-3.5.2-rc1llvmorg-3.5.2release/3.5.xTom Stellard
2014-07-02Start converting usages of off_t to other types.Zachary Turner
2014-07-01Fix typos.Bruce Mitchener
2014-05-29iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton
2014-05-29Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...Greg Clayton
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-29lldb arm64 import.Jason Molenda
2014-03-25<rdar://problem/14515139>Enrico Granata
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-22Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison
2014-03-05Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson
2014-03-04Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets d...Greg Clayton
2014-03-04Temporarily revert part of Greg's changes in r202738 which are causing proble...Jason Molenda
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton
2014-02-06Implement ObjectFileMachO::SetLoadAddress().Greg Clayton
2014-02-06Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-10-11<rdar://problem/15191078>Greg Clayton
2013-10-03Changed the bool conversion operator on ConstStringSean Callanan
2013-09-24Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi
2013-09-20Fix lldb regressions due to r190812 in the case where debug info is present.Ashok Thirumurthi
2013-09-18Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an ad...Greg Clayton
2013-09-16Fixes symbol resolution for a function with a tail call because the PCAshok Thirumurthi
2013-09-12Added a 'jump' command, similar to GDBs.Richard Mitton
2013-08-13When adding a dSYM file, don't remove all sections for the Module's object fi...Greg Clayton
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-07-01Formatting cleanup.Jim Ingham
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-05-31<rdar://problem/11109316>Enrico Granata
2013-05-22<rdar://problem/13880690>Greg Clayton
2013-05-21Adding a newline for better overall readabilityEnrico Granata
2013-05-21<rdar://problem/13878726>Enrico Granata
2013-05-21s/to override/To override/Enrico Granata
2013-05-21Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata
2013-05-20<rdar://problem/13878726>Enrico Granata
2013-05-18<rdar://problem/11398407>Greg Clayton
2013-05-13<rdar://problem/13183720>Enrico Granata
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-03<rdar://problem/13506727> Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-23Only get the script interpreter if we find scripting resources in the symbol ...Greg Clayton
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec
2013-02-23<rdar://problem/13265297> Greg Clayton