Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 124) sorted by relevance

12345

/external/libunwind/tests/
DGia64-test-nat.c48 #define panic(args...) \ macro
149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler()
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler()
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler()
191 panic ("sigaction: %s\n", strerror (errno)); in enable_sighandler()
203 panic ("sigaction: %s\n", strerror (errno)); in disable_sighandler()
220 panic ("%s: failed to read register r%d, error=%d\n", in check_static_to_stacked()
225 panic ("%s: failed to read register nat%d, error=%d\n", in check_static_to_stacked()
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked()
243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked()
[all …]
Dia64-test-sig.c33 #define panic(args...) \ macro
50 panic ("unw_init() failed!\n"); in sighandler()
54 panic ("unw_step() failed!\n"); in sighandler()
59 panic ("failed to find signal frame!\n"); in sighandler()
62 panic ("unw_step() failed!\n"); in sighandler()
65 panic ("failed to get IP!\n"); in sighandler()
73 panic ("failed to set IP!\n"); in sighandler()
77 panic ("unexpected return from unw_resume()!\n"); in sighandler()
Dtest-ptrace.c67 #define panic(args...) \ macro
87 panic ("unw_init_remote() failed: ret=%d\n", ret); in do_backtrace()
93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret); in do_backtrace()
115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in do_backtrace()
126 panic ("unw_get_reg() failed: ret=%d\n", ret); in do_backtrace()
138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", in do_backtrace()
145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n", in do_backtrace()
151 panic ("Too many errors (%d)!\n", nerrors); in do_backtrace()
158 panic ("unwind failed with ret=%d\n", ret); in do_backtrace()
177 panic ("unw_create_addr_space() failed"); in main()
[all …]
DGia64-test-readonly.c35 #define panic(args...) \ macro
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker()
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n", in checker()
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n", in checker()
DGtest-resume-sig.c44 #define panic(args...) \ macro
104 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler()
110 panic ("unw_init_local() failed: ret=%d\n", ret); in handler()
113 panic ("unw_step(1) failed: ret=%d\n", ret); in handler()
116 panic ("unw_step(2) failed: ret=%d\n", ret); in handler()
119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler()
136 panic ("Got unexpected signal %d\n", sig); in handler()
180 panic ("failed to get SIGUSR2\n"); in main()
DGia64-test-stack.c37 #define panic(args...) \ macro
111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof); in do_unwind_tests()
117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32); in do_unwind_tests()
127 panic ("\texpected sof=96, found sof=%lu\n", sof); in do_unwind_tests()
129 panic ("\texpected sol=95, found sol=%lu\n", sol); in do_unwind_tests()
140 panic ("\texpected loc%d to be a NaT!\n", l); in do_unwind_tests()
145 panic ("\tloc%d is unexpectedly a NaT!\n", l); in do_unwind_tests()
148 panic ("\tloc%d expected to be %lx, found to be %lx\n", in do_unwind_tests()
158 panic ("libunwind returned %d\n", ret); in do_unwind_tests()
Dtest-proc-info.c43 #define panic(args...) \ macro
111 panic ("%s() got called!\n", __FUNCTION__); in resume()
122 panic ("%s() got called!\n", __FUNCTION__); in get_proc_name()
148 panic ("unw_create_addr_space() failed\n"); in main()
154 panic ("unw_init_remote() returned %d instead of 0\n", ret); in main()
158 panic ("First call to unw_step() returned %d instead of %d\n", in main()
163 panic ("Second call to unw_step() returned %d instead of %d\n", in main()
Dppc64-test-altivec.c12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
56 panic ("unw_init_local failed!\n"); in vec_stack()
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", in vec_stack()
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", in vec_stack()
74 panic in vec_stack()
104 panic ("unw_get_proc_name returned %d\n", ret); in vec_stack()
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, in vec_stack()
DGia64-test-rbs.c39 #define panic(args...) \ macro
106 panic ("unw_init_local (ret=%d)", ret); in unwind_and_resume()
110 panic ("unw_step (ret=%d)", ret); in unwind_and_resume()
116 panic ("failed to redirect to resumption_point\n"); in unwind_and_resume()
122 panic ("unw_get_reg() failed\n"); in unwind_and_resume()
128 panic ("unw_resume() returned (ret=%d)!!\n", ret); in unwind_and_resume()
167 panic ("test%d: load() returned %d\n", test, ret); in run_check()
169 panic ("test%d: resumed wrong frame: expected %d, got %d\n", in run_check()
DGtest-exc.c41 #define panic(args...) \ macro
61 panic ("unw_init_local() failed!\n"); in raise_exception()
69 panic ("unw_step() failed!\n"); in raise_exception()
130 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
Dtest-async-sig.c63 #define panic(args...) \ macro
84 panic ("unw_init_local failed!\n"); in do_backtrace()
117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); in do_backtrace()
150 panic ("Too many errors (%d)\n", nerrors); in sighandler()
DLtest-cxx-exceptions.cxx30 #define panic(args...) \ macro
73 panic("Counter non-zero\n"); in main()
77 panic("Int was thrown why are we here?\n"); in main()
DGtest-dyn1.c46 #define panic(args...) \ macro
121 panic ("failed to find signal frame!\n"); in sighandler()
125 panic ("Too many steps to the signal frame (%d)\n", count); in sighandler()
146 panic ("Too many steps (%d)\n", count); in sighandler()
154 panic ("FAILURE: expected 13, not %d frames below signal frame\n", count); in sighandler()
DGtest-init.cxx38 #define panic(args...) \ macro
71 panic ("FAILURE: didn't reach beginning of unwind-chain\n"); in do_backtrace()
76 panic ("FAILURE: unw_step() returned %d\n", ret); in do_backtrace()
Dtest-mem.c38 #define panic(args...) \ macro
53 panic ("unw_init_local failed!\n"); in do_backtrace()
67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
DGtest-bt.c43 #define panic(args...) \ macro
69 panic ("unw_init_local failed!\n"); in do_backtrace()
225 panic ("sigaction: %s\n", strerror (errno)); in main()
235 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE); in main()
239 panic ("sigaltstack: %s\n", strerror (errno)); in main()
245 panic ("sigaction: %s\n", strerror (errno)); in main()
DGtest-trace.c42 #define panic(args...) \ macro
70 panic ("unw_init_local failed!\n"); in do_backtrace()
239 panic ("sigaction: %s\n", strerror (errno)); in main()
249 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE); in main()
253 panic ("sigaltstack: %s\n", strerror (errno)); in main()
259 panic ("sigaction: %s\n", strerror (errno)); in main()
/external/valgrind/main/auxprogs/
Dvalgrind-listener.c67 static void panic ( const char* str ) in panic() function
112 panic("set_nonblocking"); in set_nonblocking()
123 panic("set_blocking"); in set_blocking()
269 panic("main -- create socket"); in main()
278 panic("main -- enable address reuse"); in main()
289 panic("main -- bind port"); in main()
295 panic("main -- listen"); in main()
319 panic("main -- accept connection"); in main()
331 panic("main -- too many concurrent connections"); in main()
358 panic("poll(main) failed"); in main()
/external/ipsec-tools/src/libipsec/
Dkey_debug.c99 #define panic(param) { printf(param); exit(1); } macro
115 panic("kdebug_sadb: NULL pointer was passed.\n");
221 panic("kdebug_sadb_prop: NULL pointer was passed.\n");
270 panic("kdebug_sadb_identity: NULL pointer was passed.\n");
314 panic("kdebug_sadb_supported: NULL pointer was passed.\n");
359 panic("kdebug_sadb_sa: NULL pointer was passed.\n");
378 panic("kdebug_sadb_address: NULL pointer was passed.\n");
398 panic("kdebug_sadb_key: NULL pointer was passed.\n");
426 panic("kdebug_sadb_x_sa2: NULL pointer was passed.\n");
446 panic("kdebug_sadb_x_policy: NULL pointer was passed.\n");
[all …]
/external/owasp/sanitizer/tools/
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/valgrind/main/memcheck/tests/vbit-test/
Dvbits.c32 panic(__func__); in get_bits64()
68 panic(__func__); in print_vbits()
94 panic(__func__); in undefined_vbits()
121 panic(__func__); in defined_vbits()
146 panic(__func__); in equal_vbits()
177 panic(__func__); in truncate_vbits()
186 panic(__func__); in truncate_vbits()
205 panic(__func__); in truncate_vbits()
276 panic(__func__); in left_vbits()
343 panic(__func__); in left_vbits()
[all …]
/external/qemu/
Dandroid-rebuild.sh39 panic () { function
72 panic "Configuration error, please run ./android-configure.sh to see why."
76 panic "Could not build sources, please run 'make' to see why."
112 panic "Unit test failures: $FAILURES"
/external/chromium_org/build/android/
Dadb_gdb52 panic () { function
58 if [ $? != 0 ]; then panic "$@"; fi
197 panic "Unknown option $OPT, see --help." >&2
201 panic "You can only provide a single package name as argument!\
394 *) panic "You can't run this script on this system: $HOST_OS";;
410 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
516 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
563 panic "Can't find Android gdb client in your path, check your \
576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \
588 panic "Can't find 'adb' tool in your path. Install it or use \
[all …]
/external/valgrind/main/VEX/useful/
Dhd_fpu.c216 if (flagno < 0 || flagno > 15) panic("fp_get_statusword_flag"); in fp_get_statusword_flag()
224 if (flagno < 0 || flagno > 15) panic("fp_get_controlword_flag"); in fp_get_controlword_flag()
233 if (flagno < 0 || flagno > 15) panic("fp_set_statusword_flag_to"); in fp_set_statusword_flag_to()
262 if (tos < 0 || tos > 7) panic("fp_set_tos"); in fp_set_tos()
306 if (regno < 0 || regno > 7) panic("fp_get_tag"); in fp_get_tag()
314 if (stregno < 0 || stregno > 7) panic("fp_get_tag_ST"); in fp_get_tag_ST()
323 val < 0 || val > 3) panic("fp_get_tag"); in fp_set_tag()
332 if (stregno < 0 || stregno > 7) panic("fp_set_tag_ST"); in fp_set_tag_ST()
341 if (r < 0 || r > 7) panic("fp_set_reg"); in fp_set_reg()
352 if (str < 0 || str > 7) panic("fp_set_reg_ST"); in fp_set_reg_ST()
[all …]
/external/qemu/distrib/
Dpackage-release.sh13 panic () { function
89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
129 panic "Can't get package prefix from $PKG_FILE_BASENAME"
144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!"
166 panic "Not a Git directory: $GIT_DIR"

12345