summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding a newline for better overall readabilityEnrico Granata2013-05-211-1/+1
* <rdar://problem/13878726>Enrico Granata2013-05-211-5/+7
* s/to override/To override/Enrico Granata2013-05-211-1/+1
* Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata2013-05-211-5/+6
* <rdar://problem/13878726>Enrico Granata2013-05-201-3/+4
* <rdar://problem/11398407>Greg Clayton2013-05-181-5/+35
* <rdar://problem/13183720>Enrico Granata2013-05-131-1/+7
* <rdar://problem/13854277>Greg Clayton2013-05-101-7/+8
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-16/+23
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+10
* <rdar://problem/13506727> Greg Clayton2013-04-031-23/+141
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Only get the script interpreter if we find scripting resources in the symbol ...Greg Clayton2013-03-231-13/+13
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-4/+10
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* <rdar://problem/13159777> Greg Clayton2013-02-061-3/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-44/+39
* <rdar://problem/12973809> Greg Clayton2013-01-111-18/+34
* <rdar://problem/12953853>Greg Clayton2013-01-081-0/+19
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-2/+2
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-2/+2
* Separate initing the stdout/stderr for running the Python Script interpreter ...Jim Ingham2012-12-071-1/+3
* <rdar://problem/12749733>Greg Clayton2012-12-051-0/+13
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* <rdar://problem/12586350>Enrico Granata2012-11-081-1/+46
* <rdar://problem/12473003> Greg Clayton2012-10-221-3/+15
* llvm needs the OS to be set to either iOS or Mac OS XJason Molenda2012-10-161-0/+16
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-6/+6
* <rdar://problem/11791234>Greg Clayton2012-10-021-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-0/+14
OpenPOWER on IntegriCloud