summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SectionLoadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-17/+12
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+19
* <rdar://problem/14717184>Greg Clayton2013-08-131-51/+69
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-12/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* <rdar://problem/13092722>Greg Clayton2013-02-011-2/+3
* <rdar://problem/12524607>Greg Clayton2013-01-291-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* <rdar://problem/11620586>Greg Clayton2012-07-311-6/+10
* <rdar://problem/11357711>Greg Clayton2012-07-071-36/+39
* Fixed the ability to load multiple __LINKEDIT segments at the same address fo...Greg Clayton2012-04-161-2/+14
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+8
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+16
* One more fix to:Greg Clayton2011-05-181-5/+7
* Fixed an issue where addresses would not get resolved for the last Greg Clayton2011-05-171-10/+27
* Added a quicker lookup in the SectionLoadList when looking things up byGreg Clayton2011-02-051-36/+51
* RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get aJason Molenda2010-12-221-6/+8
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-6/+21
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-29/+71
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...Jim Ingham2010-11-051-3/+3
* Clear the section list when a our current process is destroyed.Greg Clayton2010-09-141-0/+135
OpenPOWER on IntegriCloud