Searched refs:StopInfo (Results 1 - 18 of 18) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h19 #include "lldb/Target/StopInfo.h"
23 class StopInfoMachException : public StopInfo
34 StopInfo (thread, exc_type),
57 // exception into the correct StopInfo.
H A DStopInfoMachException.cpp303 return StopInfo::CreateStopReasonToTrace (thread);
332 return StopInfo::CreateStopReasonWithExec (thread);
351 return StopInfo::CreateStopReasonWithSignal (thread, exc_sub_code);
366 return StopInfo::CreateStopReasonToTrace(thread);
379 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID());
414 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID());
418 return StopInfo::CreateStopReasonToTrace(thread);
458 return StopInfo::CreateStopReasonWithBreakpointSiteID (thread, bp_site_sp->GetID());
466 return StopInfo::CreateStopReasonToTrace (thread);
/external/lldb/source/Target/
H A DStopInfo.cpp1 //===-- StopInfo.cpp ---------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/StopInfo.h"
37 StopInfo::StopInfo (Thread &thread, uint64_t value) : function in class:StopInfo
48 StopInfo::IsValid () const
57 StopInfo::MakeStopInfoValid ()
68 StopInfo::HasTargetRunSinceMe ()
108 class StopInfoBreakpoint : public StopInfo
113 StopInfo (thread, break_id),
126 StopInfo (threa
[all...]
H A DAndroid.mk27 StopInfo.cpp \
H A DThreadPlanStepInRange.cpp470 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread));
H A DThread.cpp27 #include "lldb/Target/StopInfo.h"
380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject());
481 SetStopInfo (StopInfo::CreateStopReasonWithSignal (*this, LLDB_INVALID_SIGNAL_NUMBER));
623 StopInfo *stop_info = GetPrivateStopInfo().get();
743 log->Printf ("StopInfo::ShouldStop async callback says we should not stop, returning ShouldStop of false.");
/external/lldb/include/lldb/Target/
H A DStopInfo.h1 //===-- StopInfo.h ----------------------------------------------*- C++ -*-===//
24 class StopInfo class in namespace:lldb_private
33 StopInfo (Thread &thread, uint64_t value);
35 virtual ~StopInfo()
55 // The value of the StopInfo depends on the StopReason.
120 // regardless of what the ordinary logic for that StopInfo would dictate. The main example
123 // Use OverrideShouldStop on the StopInfo to implement this.
146 // This creates a StopInfo for the thread where the should_stop is already set, and won't be recalculated.
189 // at this StopInfo, that must be done in the PerformAction.
222 DISALLOW_COPY_AND_ASSIGN (StopInfo);
[all...]
H A DProcess.h1364 friend class StopInfo;
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.h17 #include "lldb/Target/StopInfo.h"
24 /// @brief Simple base class for all POSIX-specific StopInfo objects.
27 : public lldb_private::StopInfo
31 : StopInfo(thread, status)
H A DPOSIXThread.cpp24 #include "lldb/Target/StopInfo.h"
408 SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id));
463 SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID(*this,
471 SetStopInfo (StopInfo::CreateStopReasonToTrace(*this));
485 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo));
494 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo));
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp22 #include "lldb/Target/StopInfo.h"
126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp21 #include "lldb/Target/StopInfo.h"
163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp12 #include "lldb/Target/StopInfo.h"
125 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, m_signo));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1601 thread_sp->SetStopInfo (StopInfo::CreateStopReasonToTrace (*thread_sp));
1616 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));
1634 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID (*thread_sp, watch_id));
1639 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithException(*thread_sp, description.c_str()));
1645 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithExec(*thread_sp));
1667 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));
1681 thread_sp->SetStopInfo (StopInfo::CreateStopReasonToTrace (*thread_sp));
1683 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithSignal(*thread_sp, signo));
1687 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithSignal (*thread_sp, signo));
1699 thread_sp->SetStopInfo (StopInfo
[all...]
/external/lldb/include/lldb/
H A Dlldb-forward.h185 class StopInfo;
337 typedef std::shared_ptr<lldb_private::StopInfo> StopInfoSP;
/external/lldb/source/API/
H A DSBThread.cpp27 #include "lldb/Target/StopInfo.h"
410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);
/external/lldb/source/Core/
H A DDebugger.cpp49 #include "lldb/Target/StopInfo.h"
1983 ValueObjectSP return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 9860 milliseconds