hanchenye-llvm-project/lldb/source/Target
Greg Clayton 2540a8a7bc Fixed GetModuleSpecifications() to work better overall:
- MachO files now correctly extract the UUID all the time
- More file size and offset verification done for universal mach-o files to watch for truncated files
- ObjectContainerBSDArchive now supports enumerating all objects in BSD archives (.a files)
- lldb_private::Module() can not be properly constructed using a ModuleSpec for a .o file in a .a file
- The BSD archive plug-in shares its cache for GetModuleSpecifications() and the create callback
- Improved printing for ModuleSpec objects

llvm-svn: 186211
2013-07-12 22:07:46 +00:00
..
ABI.cpp Fixed build warnings. 2012-10-30 23:56:14 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
CPPLanguageRuntime.cpp <rdar://problem/11398407> 2013-05-18 00:11:21 +00:00
ExecutionContext.cpp <rdar://problem/13643315> 2013-05-24 00:58:29 +00:00
LanguageRuntime.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
Makefile
Memory.cpp <rdar://problem/13892516> 2013-05-21 01:00:52 +00:00
ObjCLanguageRuntime.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
OperatingSystem.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
PathMappingList.cpp <rdar://problem/12537646> 2013-03-14 22:52:17 +00:00
Platform.cpp Fix various build warnings. 2013-06-03 18:00:07 +00:00
Process.cpp Remove obsolete comment 2013-07-02 16:35:47 +00:00
RegisterContext.cpp
SectionLoadList.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
StackFrame.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
StackFrameList.cpp <rdar://problem/13643315> 2013-05-24 00:58:29 +00:00
StackID.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
StopInfo.cpp Mark the "step over single instruction" plan private in the StopInfoWatchpoint::PerformAction to 2013-07-02 21:12:44 +00:00
Target.cpp Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. 2013-07-02 02:09:46 +00:00
TargetList.cpp Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Thread.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ThreadList.cpp Adding support for setting thread stop state when a process stops. 2013-05-10 17:19:04 +00:00
ThreadPlan.cpp Add some useful logging for tracking thread matching problems. 2013-06-22 00:27:45 +00:00
ThreadPlanBase.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanCallFunction.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanCallUserExpression.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanRunToAddress.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanShouldStopHere.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ThreadPlanStepInRange.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanStepInstruction.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanStepOut.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ThreadPlanStepOverBreakpoint.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanStepOverRange.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanStepRange.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ThreadPlanStepThrough.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepUntil.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
ThreadPlanTracer.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ThreadSpec.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UnixSignals.cpp
UnwindAssembly.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00