| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpointCommand.cpp | 369 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local 370 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 542 const BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local 543 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 622 const BreakpointList &breakpoints = target->GetBreakpointList(); in DoExecute() local 623 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 909 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 1022 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 1168 const BreakpointList &breakpoints = in DoExecute() local 1173 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 1302 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local 1303 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 1452 BreakpointList &breakpoints = target.GetBreakpointList(); in DoExecute() local 1454 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() 1494 for (auto breakpoint_sp : breakpoints.Breakpoints()) { in DoExecute() 1820 size_t num_breakpoints = breakpoints.GetSize(); in DoExecute() [all …]
|
| H A D | Options.td | 51 Desc<"Show debugger internal breakpoints">; 60 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is " 101 Option<"dummy-breakpoints", "D">, Group<1>, 102 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is " 228 Group<1>, Desc<"Delete Dummy breakpoints - i.e. breakpoints set before a " 241 Group<3>, Desc<"Operate on Dummy breakpoints - i.e. breakpoints set before " 253 "name or when all breakpoints are disabled.">; 256 "name or when all breakpoints are deleted.">; 287 Desc<"Sets Dummy breakpoints - i.e. breakpoints set before a file is " 293 Option<"dummy-breakpoints", "D">, Group<1>, [all …]
|
| H A D | CommandCompletions.cpp | 622 const BreakpointList &breakpoints = target->GetBreakpointList(); in Breakpoints() local 627 size_t num_breakpoints = breakpoints.GetSize(); in Breakpoints() 632 lldb::BreakpointSP bp = breakpoints.GetBreakpointAtIndex(i); in Breakpoints()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | gdb.c | 131 static TAILQ_HEAD(, breakpoint) breakpoints; 758 if (!TAILQ_EMPTY(&breakpoints)) { in gdb_cpu_add() 864 TAILQ_FOREACH(bp, &breakpoints, link) { in find_breakpoint() 1218 if (TAILQ_EMPTY(&breakpoints)) in remove_all_sw_breakpoints() 1225 TAILQ_REMOVE(&breakpoints, bp, link); in remove_all_sw_breakpoints() 1228 TAILQ_INIT(&breakpoints); in remove_all_sw_breakpoints() 1272 if (TAILQ_EMPTY(&breakpoints) && in update_sw_breakpoint() 1281 TAILQ_INSERT_TAIL(&breakpoints, bp, link); in update_sw_breakpoint() 1288 TAILQ_REMOVE(&breakpoints, bp, link); in update_sw_breakpoint() 1290 if (TAILQ_EMPTY(&breakpoints)) in update_sw_breakpoint() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 16 Desc<"Move breakpoints to nearest code.">; 36 Desc<"Skip function prologues when setting breakpoints by name.">; 81 def BreakpointUseAvoidList: Property<"breakpoints-use-platform-avoid-list", "Boolean">, 83 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">; 126 …breakpoints by file and line. Breakpoint locations can end up being inlined by the compiler, so th… 171 Desc<"Require all breakpoints to be hardware breakpoints.">; 194 def IgnoreBreakpointsInExpressions: Property<"ignore-breakpoints-in-expressions", "Boolean">, 197 Desc<"If true, breakpoints will be ignored during expression evaluation.">;
|
| H A D | Target.cpp | 1039 const BreakpointList &breakpoints = GetBreakpointList(); in SerializeBreakpointsToFile() local 1041 size_t num_breakpoints = breakpoints.GetSize(); in SerializeBreakpointsToFile() 1043 Breakpoint *bp = breakpoints.GetBreakpointAtIndex(i).get(); in SerializeBreakpointsToFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 249 const BreakpointList &breakpoints = target->GetBreakpointList(); in FindAndReplaceIDRanges() local 250 const size_t num_breakpoints = breakpoints.GetSize(); in FindAndReplaceIDRanges() 252 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex(j).get(); in FindAndReplaceIDRanges()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A D | overview.rst | 41 runs. Whether settings breakpoints by file and line, by symbol name, by symbol 42 regular expression, or by address, breakpoints will keep trying to resolve new 45 be scoped to be set only in a specific shared library. By default, breakpoints 50 locations. This allows flexibility when dealing with breakpoints and allows us
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 3195 * single step, breakpoints and program load.
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 17737 Implemented sticky user breakpoints in the AML debugger.
|