| /xnu-11215/tests/nvram_tests/ |
| H A D | run_tests.py | 56 … 0, 1, 2], required=False, help='0=only builds, 1=only runs, 2=builds and runs') 58 required=False, help='Path to the build files') 60 required=False, help='Path to the test files') 62 … 0, 1], required=False, help='0=ignores the reset calls, 1=uses the reset calls') 64 0, 1], required=False, help='0=macos sdk, 1=iphoneos sdk')
|
| /xnu-11215/tools/trace/ |
| H A D | parse_ipc_trace.py | 822 …intgraph', '-g', dest='graph', default=None, type=argparse.FileType('w'), help='Output a DOT conne… 823 …parser.add_argument('--graphname', dest='name', default='ipcgraph', help='A name for the DOT graph… 828 …parser.add_argument('--gnuplot', dest='gnuplot', action='store_true', help='Write out a gnuplot fi… 831 …ummary', '-s', dest='summary', default=None, type=argparse.FileType('w'), help='Output a summary o… 839 …parser.add_argument('--tbfreq', '-T', dest='tbfreq', default=None, help='The value of sysctl hw.tb… 840 …parser.add_argument('--device', '-D', dest='device', nargs=1, metavar='DEV', help='The name of the… 842 …parser.add_argument('--traceargs', dest='traceargs', nargs='+', metavar='TRACE_OPT', help='Extra o… 844 …parser.add_argument('--psfile', dest='psfile', nargs='+', type=argparse.FileType('r'), help='Proce… 848 …parser.add_argument('--exflags', dest='exflags', metavar='0xFLAGS', nargs=1, help='Messages with a… 851 …parser.add_argument('--verbose', '-v', dest='verbose', action='count', help='be verbose (can be us… [all …]
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 9618 help = next; in dtrace_meta_register() 15337 if (help == NULL || gen > help->dthps_generation) in dtrace_helper_destroygen() 15392 help->dthps_provs[i] = help->dthps_provs[help->dthps_nprovs]; in dtrace_helper_destroygen() 15393 help->dthps_provs[help->dthps_nprovs] = NULL; in dtrace_helper_destroygen() 15598 if (help->dthps_maxprovs == help->dthps_nprovs) { in dtrace_helper_provider_add() 15611 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs * in dtrace_helper_provider_add() 15622 help->dthps_provs[help->dthps_nprovs] = hprov; in dtrace_helper_provider_add() 16380 return (help); in dtrace_helpers_create() 16442 help->dthps_next->dthps_prev = help->dthps_prev; in dtrace_helpers_destroy() 16444 help->dthps_prev->dthps_next = help->dthps_next; in dtrace_helpers_destroy() [all …]
|
| /xnu-11215/config/ |
| H A D | README.DEBUG-kernel.txt | 32 Loading Kernel GDB Macros package. Type "help kgm" for more info.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 127 If you need detailed help for a command please type 'help <command name>' and the documentation for… 130 (lldb) help pmap_walk 144 -h : show help string of a command 150 …help <cmdname> to know how each option operates on that particular command. For an example of how … 166 …3. Add documentation for Abc(). This is very important for lldb to show help for each command. [ F… 176 …he user. The framework will automatically catch this and show appropriate help using the function … 216 Just printing the value of first_zone as (zone_t) 0xd007c000 wouldnt have been much help. But with … 320 …* If you need help with format options take a look at http://docs.python.org/library/string.html#f…
|
| H A D | kcdata.py | 2674 help="List all known types", 2678 help="Generate a stackshot report file", 2681 …parser.add_argument("--multiple", help="look for multiple stackshots in a single file", action='st… 2684 help="output as plist", action="store_true") 2686 …parser.add_argument("-S", "--sdk", required=False, default="", help="sdk property passed to xcrun … 2687 …parser.add_argument("-P", "--pretty", default=False, action='store_true', help="make the output a … 2688 …parser.add_argument("-X", "--prettyhex", default=False, action='store_true', help="make the output… 2689 parser.add_argument("--incomplete", action='store_true', help="accept incomplete data") 2690 …parser.add_argument("kcdata_file", type=argparse.FileType('r'), help="Path to a kcdata binary file…
|
| /xnu-11215/tools/ |
| H A D | remote_build.sh | 93 help)
|
| /xnu-11215/doc/debugging/ |
| H A D | task_ref.md | 37 hierarchical. To help with debugging the following task reference group
|
| H A D | debugging.md | 374 # Show debugger's help 375 (Pdb) help
|
| /xnu-11215/ |
| H A D | Makefile | 215 help
|
| H A D | README.md | 504 See the README in that directory for their usage, or use the built-in LLDB help with: 507 (lldb) help showcurrentstacks
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 51 to automate this reasoning–ask the -fbounds-safety DRIs for help if you run into 77 changes that stick, and help reduce the likelihood of introducing problems that
|
| /xnu-11215/libkern/zlib/ |
| H A D | README | 30 for help.
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 37 The zone subsystem provides a `zalloc_permanent*` family of functions that help 276 multiple times. When -fbounds-safety is enabled, the compiler can help ensuring
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.top | 782 .PHONY: help 784 help:
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 118 …ved from the hierarchy. The root level also maintains the urgency bits to help with pre-emption de…
|