Home
last modified time | relevance | path

Searched refs:breakpoints (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp142 BreakpointList &breakpoints = target.GetBreakpointList(i == 1); in ToJSON() local
144 breakpoints.GetListMutex(lock); in ToJSON()
145 size_t num_breakpoints = breakpoints.GetSize(); in ToJSON()
147 Breakpoint *bp = breakpoints.GetBreakpointAtIndex(i).get(); in ToJSON()
170 BreakpointList &breakpoints = target.GetBreakpointList(/* internal */ true); in ToJSON() local
172 breakpoints.GetListMutex(lock); in ToJSON()
173 size_t num_breakpoints = breakpoints.GetSize(); in ToJSON()
175 Breakpoint *bp = breakpoints.GetBreakpointAtIndex(i).get(); in ToJSON()
H A DTargetProperties.td16 Desc<"Move breakpoints to nearest code.">;
45 Desc<"Skip function prologues when setting breakpoints by name.">;
104 def BreakpointUseAvoidList: Property<"breakpoints-use-platform-avoid-list", "Boolean">,
106 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
149breakpoints by file and line. Breakpoint locations can end up being inlined by the compiler, so th…
191 Desc<"Require all breakpoints to be hardware breakpoints.">;
214 def IgnoreBreakpointsInExpressions: Property<"ignore-breakpoints-in-expressions", "Boolean">,
217 Desc<"If true, breakpoints will be ignored during expression evaluation.">;
316 def EnableFilterForLineBreakpoints: Property<"enable-filter-for-line-breakpoints", "Boolean">,
318 …Desc<"If true, allow Language plugins to filter locations when setting breakpoints by line number …
H A DTarget.cpp1113 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile() local
1115 size_t num_breakpoints = breakpoints.GetSize(); in SerializeBreakpointsToFile()
1117 Breakpoint *bp = breakpoints.GetBreakpointAtIndex(i).get(); in SerializeBreakpointsToFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp328 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local
329 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
486 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local
487 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
553 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute() local
554 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
H A DCommandObjectBreakpoint.cpp911 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local
913 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
1017 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local
1018 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
1153 const BreakpointList &breakpoints = in DoExecute() local
1158 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
1172 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(i).get(); in DoExecute()
1284 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local
1285 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
1298 BreakIDs.push_back(breakpoints.GetBreakpointAtIndex(i)->GetID()); in DoExecute()
[all …]
H A DOptions.td60 Desc<"Show debugger internal breakpoints">;
68 def blist_dummy_bp : Option<"dummy-breakpoints", "D">,
69 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
110 Option<"dummy-breakpoints", "D">, Group<1>,
111 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
121 Desc<"Require the breakpoint to use hardware breakpoints.">;
126 "standard include file extensions. To set breakpoints on .c/.cpp/.m/.mm "
195 "expression (note: currently only implemented for setting breakpoints on "
211 Desc<"Move breakpoints to nearest code. If not set the "
215 Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
[all …]
H A DCommandCompletions.cpp649 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints() local
654 size_t num_breakpoints = breakpoints.GetSize(); in Breakpoints()
659 lldb::BreakpointSP bp = breakpoints.GetBreakpointAtIndex(i); in Breakpoints()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c160 static TAILQ_HEAD(, breakpoint) breakpoints;
930 if (!TAILQ_EMPTY(&breakpoints)) { in gdb_cpu_add()
1091 TAILQ_FOREACH(bp, &breakpoints, link) { in find_breakpoint()
1504 if (TAILQ_EMPTY(&breakpoints)) in remove_all_sw_breakpoints()
1507 TAILQ_FOREACH_SAFE(bp, &breakpoints, link, nbp) { in remove_all_sw_breakpoints()
1511 TAILQ_REMOVE(&breakpoints, bp, link); in remove_all_sw_breakpoints()
1514 TAILQ_INIT(&breakpoints); in remove_all_sw_breakpoints()
1558 if (TAILQ_EMPTY(&breakpoints) && in update_sw_breakpoint()
1567 TAILQ_INSERT_TAIL(&breakpoints, bp, link); in update_sw_breakpoint()
1575 TAILQ_REMOVE(&breakpoints, bp, link); in update_sw_breakpoint()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp202 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges() local
203 const size_t num_breakpoints = breakpoints.GetSize(); in FindAndReplaceIDRanges()
205 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(j).get(); in FindAndReplaceIDRanges()
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dbrcm,gisb-arb.txt14 for breakpoints.
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i184breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5454 BreakpointList &breakpoints = target->GetBreakpointList(false); in GetBreakpoint() local
5455 return breakpoints.GetBreakpointAtIndex(item.GetIdentifier()); in GetBreakpoint()
5512 BreakpointList &breakpoints = target->GetBreakpointList(false); in TreeDelegateGenerateChildren() local
5514 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()
5520 item.Resize(breakpoints.GetSize(), *m_breakpoint_delegate_sp, true); in TreeDelegateGenerateChildren()
5521 for (size_t i = 0; i < breakpoints.GetSize(); i++) { in TreeDelegateGenerateChildren()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg3193 * single step, breakpoints and program load.
/freebsd/crypto/openssl/
H A DINSTALL.md848 non-compliant. It is useful when setting breakpoints in FIPS algorithms.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt18414 Implemented sticky user breakpoints in the AML debugger.