Home
last modified time | relevance | path

Searched refs:plans (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/src/gnu/usr.bin/cvs/
DDEVEL-CVS21 release (either source code or documentation), which someone plans
34 group's future plans for CVS; rather, they reflect a topic
/openbsd/src/gnu/llvm/lldb/
DCODE_OWNERS.txt19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
DInterceptResult.pm121 sub plans { shift->grep(has_plan => @_) } subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
DInterceptResult.t260 is_deeply($one->plans, [$one->[5]], "Got the plans");
/openbsd/src/gnu/llvm/lldb/source/Target/
DThread.cpp1076 ThreadPlanStack *plans = GetProcess()->FindThreadPlans(GetID()); in GetPlans() local
1077 if (plans) in GetPlans()
1078 return *plans; in GetPlans()
1125 const ThreadPlanStack &plans = GetPlans(); in AutoCompleteThreadPlans() local
1126 if (!plans.AnyPlans()) in AutoCompleteThreadPlans()
1132 while ((p = plans.GetPlanByIndex(i, false))) { in AutoCompleteThreadPlans()
/openbsd/src/gnu/llvm/lldb/docs/use/
Dpython-reference.rst430 types. LLDB's stepping is driven by a stack of "thread plans" and a fairly
431 simple state machine that runs the plans. You can create a Python class that
435 There is a longer discussion of scripted thread plans and the state machine,
445 plans are set to be "ControllingPlans", and not "OkayToDiscard".
455 | | | use one of the canned thread plans, you …
457 …`lldb.SBEvent` | Return True if this stop is part of your thread plans logic, false other…
480 into your __init__ function can also push several common plans (step
482 used to compose more complex stepping operations. When you use subsidiary plans
485 doesn't explain. For instance, step over plans don't explain a breakpoint hit
/openbsd/src/gnu/llvm/lldb/docs/resources/
Dfuzzing.rst37 Currently, there are plans to integrate the LLDB fuzzers into the `OSS Fuzz <https://github.com/goo…
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/
DREADME161 // 4: Future plans, to be done
168 testcases. All V3-keywords are of the form @xxx@. Currently plans
/openbsd/src/gnu/llvm/llvm/docs/
DMemTagSanitizer.rst21 CPU and memory. There are plans for a debug mode with slightly higher
DHowToBuildWithPGO.rst46 PGO does best when the profiles gathered represent how the user plans to use the
DStatepoints.rst786 no immediate plans to make changes due to this, but alternate models may be
/openbsd/src/gnu/usr.bin/perl/Porting/
Ddocs-team-charter.pod105 plans and decisions. It must be possible for the Steering Council to transfer
/openbsd/src/gnu/llvm/lldb/source/Commands/
DOptions.td1091 Desc<"Display more information about the thread plans">;
1093 Desc<"Display internal as well as user thread plans">;
1095 Arg<"ThreadID">, Desc<"List the thread plans for this TID, can be "
1098 Desc<"Display thread plans for unreported threads">;
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
DMeta_1_2.pod104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
DMeta_1_3.pod104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
DMeta_1_4.pod104 L<Module::Build design plans|http://www.nntp.perl.org/group/perl.makemaker/2002/04/msg407.html>
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod740 information is stored in the structure (there are plans to change this
Dperluniintro.pod13 Unicode is a character set standard which plans to codify all of the
Dperl5360delta.pod291 This is because the Perl team plans to change the behavior in this case. Since
/openbsd/src/games/fortune/datfiles/
Dfortunes-o1247 Democrats make up plans and then do something else.
1248 Republicans follow the plans their grandfathers made.
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/faq/
Dindex.txt172 no plans at this time to include non-Standard utilities in the
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-mca.rst1103 class is only a part of the in-order pipeline, but there are plans to add it
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreelang.texi686 The compiler stops after the first error. There are no plans to fix
/openbsd/src/gnu/gcc/gcc/treelang/
Dtreelang.texi693 The compiler stops after the first error. There are no plans to fix
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/faq/
Dindex.txt175 no plans at this time to include non-Standard utilities in the

123