Searched refs:panic (Results 1 - 25 of 78) sorted by relevance

1234

/external/libunwind/tests/
H A Dia64-test-sig.c33 #define panic(args...) \ macro
50 panic ("unw_init() failed!\n");
54 panic ("unw_step() failed!\n");
59 panic ("failed to find signal frame!\n");
62 panic ("unw_step() failed!\n");
65 panic ("failed to get IP!\n");
73 panic ("failed to set IP!\n");
77 panic ("unexpected return from unw_resume()!\n");
H A DLtest-cxx-exceptions.cxx30 #define panic(args...) \ macro
73 panic("Counter non-zero\n");
77 panic("Int was thrown why are we here?\n");
H A DGia64-test-readonly.c35 #define panic(args...) \ macro
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n",
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n",
H A DGia64-test-nat.c48 #define panic(args...) \ macro
149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno);
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno);
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
191 panic ("sigaction: %s\n", strerror (errno));
203 panic ("sigaction: %s\n", strerror (errno));
220 panic ("%s: failed to read register r%d, error=%d\n",
225 panic ("%s: failed to read register nat%d, error=%d\n",
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i);
243 panic ("
[all...]
H A DGtest-resume-sig.c44 #define panic(args...) \ macro
104 panic ("unw_getcontext() failed: ret=%d\n", ret);
110 panic ("unw_init_local() failed: ret=%d\n", ret);
113 panic ("unw_step(1) failed: ret=%d\n", ret);
116 panic ("unw_step(2) failed: ret=%d\n", ret);
119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret);
136 panic ("Got unexpected signal %d\n", sig);
180 panic ("failed to get SIGUSR2\n");
H A DGtest-exc.c41 #define panic(args...) \ macro
61 panic ("unw_init_local() failed!\n");
69 panic ("unw_step() failed!\n");
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
H A Dppc64-test-altivec.c12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
56 panic ("unw_init_local failed!\n");
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n",
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n",
74 panic
104 panic ("unw_get_proc_name returned %d\n", ret);
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret,
H A Dtest-proc-info.c43 #define panic(args...) \ macro
111 panic ("%s() got called!\n", __FUNCTION__);
122 panic ("%s() got called!\n", __FUNCTION__);
148 panic ("unw_create_addr_space() failed\n");
154 panic ("unw_init_remote() returned %d instead of 0\n", ret);
158 panic ("First call to unw_step() returned %d instead of %d\n",
163 panic ("Second call to unw_step() returned %d instead of %d\n",
H A DGia64-test-stack.c37 #define panic(args...) \ macro
111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof);
117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32);
127 panic ("\texpected sof=96, found sof=%lu\n", sof);
129 panic ("\texpected sol=95, found sol=%lu\n", sol);
140 panic ("\texpected loc%d to be a NaT!\n", l);
145 panic ("\tloc%d is unexpectedly a NaT!\n", l);
148 panic ("\tloc%d expected to be %lx, found to be %lx\n",
158 panic ("libunwind returned %d\n", ret);
H A Dtest-ptrace.c67 #define panic(args...) \ macro
87 panic ("unw_init_remote() failed: ret=%d\n", ret);
93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret);
115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret);
126 panic ("unw_get_reg() failed: ret=%d\n", ret);
138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n",
145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n",
151 panic ("Too many errors (%d)!\n", nerrors);
158 panic ("unwind failed with ret=%d\n", ret);
177 panic ("unw_create_addr_spac
[all...]
H A DGtest-nomalloc.c30 #define panic(args...) \ macro
64 panic ("unw_init_local failed!\n");
H A DGtest-init.cxx38 #define panic(args...) \ macro
71 panic ("FAILURE: didn't reach beginning of unwind-chain\n");
76 panic ("FAILURE: unw_step() returned %d\n", ret);
H A Dtest-mem.c38 #define panic(args...) \ macro
53 panic ("unw_init_local failed!\n");
67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
H A Dtest-async-sig.c63 #define panic(args...) \ macro
84 panic ("unw_init_local failed!\n");
117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth);
150 panic ("Too many errors (%d)\n", nerrors);
H A DGia64-test-rbs.c39 #define panic(args...) \ macro
106 panic ("unw_init_local (ret=%d)", ret);
110 panic ("unw_step (ret=%d)", ret);
116 panic ("failed to redirect to resumption_point\n");
122 panic ("unw_get_reg() failed\n");
128 panic ("unw_resume() returned (ret=%d)!!\n", ret);
167 panic ("test%d: load() returned %d\n", test, ret);
169 panic ("test%d: resumed wrong frame: expected %d, got %d\n",
H A DLtest-nocalloc.c33 #define panic(args...) \ macro
120 panic ("FAILURE: unable to create key %d\n", i);
H A Dtest-init-remote.c42 #define panic(args...) \ macro
58 panic ("unw_init_remote failed!\n");
/external/owasp/sanitizer/tools/
H A Dupload_jars_to_googlecode_downloads.sh41 function panic() { function
54 "$@" || panic "command failed: $@"
62 panic "missing trunk/tools in $VERSION_BASE"
75 panic "$DOWNLOADS_ZIP is not up-to-date"
/external/toybox/toys/other/
H A Dswitch_root.c17 -h Hang instead of exiting on failure (avoids kernel panic)
58 goto panic;
66 goto panic;
78 goto panic;
83 goto panic;
92 goto panic;
98 goto panic;
104 goto panic;
114 panic:
/external/compiler-rt/lib/builtins/
H A Dint_util.c26 NORETURN extern void panic(const char *, ...);
31 panic("%s:%d: abort in %s", file, line, function);
/external/linux-kselftest/tools/testing/selftests/pstore/
H A Dpstore_crash_test17 # setting to reboot in 3 seconds after panic
18 echo 3 > /proc/sys/kernel/panic
/external/google-breakpad/android/
H A Dtest-shell.sh47 panic "No test program/script name on the command-line!"
51 panic "Can't find test program/script: $TEST_PROGRAM"
57 panic "Can't create test directory on device: $TEST_DIR"
H A Drun-checks.sh77 -*) panic "Invalid option '$opt', see --help for details.";;
78 *) panic "This script doesn't take any parameters. See --help for details."
173 panic "Please define ANDROID_NDK_ROOT in your environment, or use \
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
271 panic "Can't extract ABI from connected device!"
283 panic "Please use --no-device to skip device tests."
312 panic "Unknown CPU ABI '$ABI'. Valid values are: $VALID_ABIS"
432 panic "Device requires '$ABI' binaries. None found!"
444 panic "Test program did *not* crash as expected!"
455 panic "Tes
[all...]
/external/valgrind/auxprogs/
H A Dvalgrind-listener.c71 static void panic ( const char* str ) function
116 panic("set_nonblocking");
127 panic("set_blocking");
300 panic("main -- create socket");
309 panic("main -- enable address reuse");
320 panic("main -- bind port");
326 panic("main -- listen");
350 panic("main -- accept connection");
391 panic("poll(main) failed");
/external/valgrind/tests/
H A Dcheck_headers_and_includes236 my $panic = `grep 'VG_(core_panic)' $file`;
237 if ($panic ne "") {
270 my $panic = `grep 'VG_(tool_panic)' $file`;
271 if ($panic ne "") {
272 chomp($panic);
275 ($panic eq "void VG_(tool_panic) ( const HChar* str )")) {
307 my $panic = `grep 'VG_(core_panic)' $file`;
308 if ($panic ne "") {

Completed in 1479 milliseconds

1234