Searched refs:bp_sp (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { argument
37 bp_sp->SetID(m_is_internal ? --m_next_break_id : ++m_next_break_id);
39 m_breakpoints.push_back(bp_sp);
42 NotifyChange(bp_sp, eBreakpointEventTypeAdded);
44 return bp_sp->GetID();
67 for (const auto &bp_sp : m_breakpoints)
68 bp_sp->RemoveInvalidLocations(arch);
73 for (const auto &bp_sp : m_breakpoints)
74 bp_sp->SetEnabled(enabled);
79 for (const auto &bp_sp
[all...]
H A DBreakpointName.cpp75 void BreakpointName::ConfigureBreakpoint(lldb::BreakpointSP bp_sp) argument
77 bp_sp->GetOptions().CopyOverSetOptions(GetOptions());
78 bp_sp->GetPermissions().MergeInto(GetPermissions());
H A DWatchpoint.cpp116 BreakpointSP bp_sp = target_sp->CreateBreakpoint(
118 if (!bp_sp || !bp_sp->HasResolvedLocations())
123 bp_sp->SetCallback(VariableWatchpointDisabler, baton_sp);
124 bp_sp->SetOneShot(true);
125 bp_sp->SetBreakpointKind("variable watchpoint disabler");
H A DBreakpoint.cpp1082 BreakpointSP bp_sp; local
1086 bp_sp = data->m_new_breakpoint_sp;
1088 return bp_sp;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp54 BreakpointSP bp_sp(
56 if (baton && bp_sp) {
58 lldb_private::Breakpoint *bp = bp_sp.get();
65 assert(bp_sp);
66 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id));
H A DSBBreakpoint.cpp54 SBBreakpoint::SBBreakpoint(const lldb::BreakpointSP &bp_sp) argument
55 : m_opaque_wp(bp_sp) {
56 LLDB_INSTRUMENT_VA(this, bp_sp);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp328 BreakpointSP bp_sp; local
331 bp_sp = m_internal_breakpoint_list.FindBreakpointByID(break_id);
333 bp_sp = m_breakpoint_list.FindBreakpointByID(break_id);
335 return bp_sp;
360 BreakpointSP bp_sp = CreateBreakpoint( local
369 if (!bp_sp) {
373 bp_sp->SetOneShot(true);
374 return bp_sp;
468 BreakpointSP bp_sp(CreateBreakpoint(so_addr, internal, hardware));
469 return bp_sp;
498 BreakpointSP bp_sp; local
523 BreakpointSP bp_sp; local
549 BreakpointSP bp_sp; local
696 BreakpointSP bp_sp; local
707 AddBreakpoint(lldb::BreakpointSP bp_sp, bool internal) argument
732 BreakpointSP bp_sp = local
743 AddNameToBreakpoint(BreakpointSP &bp_sp, llvm::StringRef name, Status &error) argument
795 RemoveNameFromBreakpoint(lldb::BreakpointSP &bp_sp, ConstString name) argument
1028 BreakpointSP bp_sp; local
1046 BreakpointSP bp_sp; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h31 /// Add the breakpoint \a bp_sp to the list.
33 /// \param[in] bp_sp
38 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify);
H A DBreakpointName.h185 void ConfigureBreakpoint(lldb::BreakpointSP bp_sp);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp562 BreakpointSP bp_sp = nullptr; variable
592 bp_sp = target.CreateBreakpoint(
608 bp_sp = target.CreateAddressInModuleBreakpoint(
611 bp_sp = target.CreateBreakpoint(m_options.m_load_addr, internal,
627 bp_sp = target.CreateBreakpoint(
653 bp_sp = target.CreateFuncRegexBreakpoint(
680 bp_sp = target.CreateSourceRegexBreakpoint(
687 bp_sp = target.CreateExceptionBreakpoint(
695 target.RemoveBreakpointByID(bp_sp->GetID());
702 bp_sp
1723 BreakpointSP bp_sp; variable
1833 BreakpointSP bp_sp = breakpoints.FindBreakpointByID(bp_id); variable
1912 BreakpointSP bp_sp = breakpoints.FindBreakpointByID(bp_id); variable
[all...]
H A DCommandObjectProcess.cpp573 BreakpointSP bp_sp variable
577 if (bp_sp->IsEnabled()) {
581 size_t num_locations = bp_sp->GetNumLocations();
584 = bp_sp->GetLocationAtIndex(loc_idx);
592 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id);
629 for (BreakpointSP bp_sp : bkpt_list.Breakpoints()) {
630 break_id_t bp_id = bp_sp->GetID();
635 if (!bkpts_seen.count(bp_id) && bp_sp->IsEnabled()) {
637 bp_sp->SetEnabled(false);
644 size_t num_locations = bp_sp
695 BreakpointSP bp_sp = bkpt_list.FindBreakpointByID(bp_id); variable
700 BreakpointSP bp_sp variable
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h166 SBBreakpoint(const lldb::BreakpointSP &bp_sp);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp509 lldb::BreakpointSiteSP bp_sp = local
512 if (bp_sp && bp_sp->IsEnabled()) {
514 bp_sp->GetID());
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6995 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); variable
6996 const size_t num_bps_locs = bp_sp->GetNumLocations();
6999 bp_sp->GetLocationAtIndex(bp_loc_idx);
7107 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); variable
7108 const size_t num_bps_locs = bp_sp->GetNumLocations();
7112 bp_sp->GetLocationAtIndex(bp_loc_idx);
7332 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( variable
7345 bp_sp->GetOptions().SetOneShot(true);
7356 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( variable
7361 bp_sp
7472 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); local
7492 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( local
7516 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx); local
7534 BreakpointSP bp_sp = local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h769 void AddNameToBreakpoint(lldb::BreakpointSP &bp_sp, llvm::StringRef name,
772 void RemoveNameFromBreakpoint(lldb::BreakpointSP &bp_sp, ConstString name);

Completed in 351 milliseconds