Home
last modified time | relevance | path

Searched refs:crash (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-external.txt13 # Simple uses of 'not --crash'
15 # RUN: not not --crash %{python} pass.py
16 # RUN: not not --crash %{python} fail.py
17 # RUN: not not --crash not %{python} pass.py
18 # RUN: not not --crash not %{python} fail.py
48 # Various patterns of 'not', 'not --crash', and 'env'
50 # RUN: not env FOO=1 BAR=1 env FOO=2 BAR=2 not --crash %{python} pass.py \
53 # RUN: not env FOO=1 BAR=1 not --crash not %{python} pass.py \
56 # RUN: not not --crash env -u BAR not env -u FOO BAR=1 %{python} pass.py \
H A Dnot-calls-diff-with-crash.txt1 # Lit's diff is out-of-process, so check that "not --crash diff" fails because
2 # diff doesn't crash rather than because "not --crash diff" isn't supported.
6 # RUN: not --crash diff -u %t.foo %t.bar
H A Dnot-args-last-is-crash.txt1 # RUN: not --crash
H A Dnot-calls-colon.txt3 # RUN: not --crash :
H A Dnot-calls-rm.txt2 # RUN: not --crash rm foobar
H A Dnot-calls-mkdir.txt2 # RUN: not --crash mkdir foobar
H A Dnot-calls-export.txt3 # RUN: not --crash export BAZ=3
H A Dnot-calls-cd.txt3 # RUN: not --crash cd foobar
/openbsd/gnu/llvm/llvm/docs/
H A DHowToSubmitABug.rst52 the crash is in the front-end. Jump ahead to :ref:`front-end bugs
53 <frontend-crash>`.
57 :ref:`middle-end bugs <middleend-crash>`.
60 generator bugs <backend-crash>`.
62 .. _frontend-crash:
83 compiler crash.
87 .. _middleend-crash:
103 bug <frontend-crash>`.
123 ``llvm-reduce`` is still fairly immature and may crash.
129 .. _backend-crash:
[all …]
H A DBugpoint.rst16 optimization (or combination of optimizations) that causes the crash, and reduce
17 the file down to a small example which triggers the crash.
41 program. If any of the passes crash, or if they produce malformed output (which
42 causes the verifier to abort), ``bugpoint`` starts the `crash debugger`_.
48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on
77 failure. At the end, ``bugpoint`` should tell you what passes crash, give you a
124 * In the `crash debugger`_, ``bugpoint`` does not distinguish different crashes
125 during reduction. Thus, if new crash or miscompilation happens, ``bugpoint``
126 will continue with the new crash instead. If you would like to stick to
127 particular crash, you should write check scripts to validate the error
/openbsd/gnu/llvm/lldb/docs/use/
H A Dsymbolication.rst10 used to symbolicate your crash logs and can often provide more information than
93 When symbolicating your crash logs, it can be tedious if you always have to
143 Lets say we have a Darwin crash log that contains the following images:
245 crash logs have register information for your threads.
252 added in the darwin crash log example above:
302 it from text that might have been extracted from a crash log file.
340 in the lldb.utils.symbolication to symbolicate the crash logs.
343 interpreter so that you can use it to parse and symbolicate macOS crash
350 (lldb) crashlog /tmp/crash.log
363 disassemble the location of the crash for the first frame of the crashed
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py219 crashes = (pretty(crash) for crash in read_crashes(output_dir))
512 def predicate(crash): argument
515 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
516 encode_value(crash, 'problem', escape)
517 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
518 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
519 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x)))
520 return crash
/openbsd/usr.bin/rpcgen/
H A Drpc_main.c247 crash(); in open_output()
253 crash(); in open_output()
288 crash(); in find_cpp()
295 crash(); in find_cpp()
334 crash(); in open_input()
444 crash(); in generate_guard()
803 crash();
817 crash();
838 crash();
848 crash();
H A Drpc_util.c269 crash();
277 crash() in crash() function
295 crash();
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9732a.C14 int crash(const value* capt, value* jet) { in crash() function
30 return crash (&capt, &jet); in distance()
H A Deh2.C47 void crash(Vector& v ) { in crash() function
52 crash( v ); in do_something()
H A Dnet13.C7 struct crash { struct
/openbsd/games/worm/
H A Dworm.c72 __dead void crash(void);
325 crash(); in process()
328 crash(); in process()
358 crash(); in process()
388 crash(void) in crash() function
/openbsd/regress/usr.bin/lastcomm/
H A DMakefile23 PROGS= crash trapstack callstack syscallwx unveil
101 run-trap: crash
103 cp -f crash regress-trap
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dfuzzing.rst52 …ll also create directories that will store any inputs that caused LLDB to crash, timeout or run ou…
65crash, timeout or run out of memory, the input is saved to a file in the build directory. When run…
67 …your build directory. The input files will have the name ``<fuzzer name>-<crash/timeout/oom>-<hash…
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Doptions.inc56 "crash. Only one crash per sampled allocation will ever be recorded, and "
57 "if a sampled allocation does actually cause a crash, it'll permanently "
/openbsd/regress/usr.sbin/btrace/
H A Dread-map-after-clear.ok1 => Print after clear should not crash 0:
H A Dread-map-after-clear.bt5 printf("=> Print after clear should not crash %d:\n", @map);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash42.C10 void crash() in crash() function
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/
H A Dlit.cfg2 config.name = 'googletest-crash'

12345678910>>...14