summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/11740973>Greg Clayton2012-07-121-41/+35
* <rdar://problem/11357711>Greg Clayton2012-07-071-3/+3
* <rdar://problem/11819635>Greg Clayton2012-07-061-4/+0
* Added the ability to log a message with a backtrace when verbose logging is e...Greg Clayton2012-04-231-0/+18
* <rdar://problem/11282938>Greg Clayton2012-04-231-2/+5
* Don't put the address of the module in the module basename as this hoses up o...Greg Clayton2012-04-201-6/+5
* <rdar://problem/11202426> Greg Clayton2012-04-091-1/+2
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-8/+9
* <rdar://problem/11113279>Greg Clayton2012-03-261-32/+50
* <rdar://problem/11072382>Greg Clayton2012-03-191-0/+7
* <rdar://problem/8196933>Greg Clayton2012-03-151-0/+9
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-0/+83
* Fixed a crasher that was happening after making ObjectFile objects have aGreg Clayton2012-02-241-57/+53
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+17
* Extended function lookup to allow the user toSean Callanan2012-02-101-4/+6
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+89
OpenPOWER on IntegriCloud