summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
AgeCommit message (Expand)Author
2015-09-01Have the Process hold a weak_ptr to the Target.Zachary Turner
2015-04-29Don't force a vendor check in ProcessMachCore::CanDebug() -- if thisJason Molenda
2015-04-03Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer
2015-04-03[Plugin/Process] Use std::call_once() to initialize.Davide Italiano
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-02-12Search through all memory regions of the core file forJason Molenda
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2014-08-26Don't have ProcessMachCore::CanDebug use the Target's arch whenJason Molenda
2014-08-15Don't crash when specifying a core file that isn't readable.Greg Clayton
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-03-07Verify we have a correct ELF or Mach core file before we return a valid insta...Greg Clayton
2014-01-03Fix a mistake in the last change I made to ProcessMachCore.cpp.Jason Molenda
2013-12-24Add a new setting (currently fixed) for how toJason Molenda
2013-12-18When ProcessMachCore::DoLoadCore() finds *BOTH* a user process dyld and a mac...Jason Molenda
2013-09-14One bit of that last commit wasn't meant to be included.Jason Molenda
2013-09-14Change ProcessMachCore to search for both a user-process dyld binaryJason Molenda
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis
2013-06-04Add a more clear explanation of what is missing for core files with no LC_THR...Greg Clayton
2013-06-04Make sure a core file has thread contexts before we try and load it.Greg Clayton
2013-05-22<rdar://problem/13956179>Greg Clayton
2013-05-11Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda
2013-05-11A couple of small fixes to make core file debugging less noisy.Jason Molenda
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-02ProcessMachCore had (until 2013-01-29) some simple checks to find a kernelJason Molenda
2013-01-30<rdar://problem/12491235> Jason Molenda
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-10-09Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda
2012-10-02Handle KASLR kernel loading for kernel corefiles.Jason Molenda
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton