HomeSort by: relevance | last modified time | path
    Searched refs:stop_signal (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/python/
py-signalevent.c 24 enum gdb_signal stop_signal)
32 const char *signal_name = gdb_signal_to_name (stop_signal);
38 "stop_signal",
py-stopevent.h 29 enum gdb_signal stop_signal);
36 enum gdb_signal stop_signal);
py-stopevent.c 45 py_print_bpstat (bpstat *bs, enum gdb_signal stop_signal)
65 if (stop_signal != GDB_SIGNAL_0 && stop_signal != GDB_SIGNAL_TRAP)
66 print_signal_received_reason (&uiout, stop_signal);
106 emit_stop_event (struct bpstat *bs, enum gdb_signal stop_signal)
116 gdbpy_ref<> dict = py_print_bpstat (bs, stop_signal);
154 if (stop_signal != GDB_SIGNAL_0
155 && stop_signal != GDB_SIGNAL_TRAP)
157 stop_event_obj = create_signal_event_object (dict, stop_signal);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-signalevent.c 24 enum gdb_signal stop_signal)
32 const char *signal_name = gdb_signal_to_name (stop_signal);
38 "stop_signal",
py-stopevent.h 29 enum gdb_signal stop_signal);
36 enum gdb_signal stop_signal);
py-stopevent.c 45 py_print_bpstat (bpstat *bs, enum gdb_signal stop_signal)
65 if (stop_signal != GDB_SIGNAL_0 && stop_signal != GDB_SIGNAL_TRAP)
66 print_signal_received_reason (&uiout, stop_signal);
107 emit_stop_event (struct bpstat *bs, enum gdb_signal stop_signal)
117 gdbpy_ref<> dict = py_print_bpstat (bs, stop_signal);
155 if (stop_signal != GDB_SIGNAL_0
156 && stop_signal != GDB_SIGNAL_TRAP)
158 stop_event_obj = create_signal_event_object (dict, stop_signal);
  /src/external/gpl3/gdb/dist/gdb/
elf-none-tdep.c 93 gdb_signal stop_signal; local
95 stop_signal = signalled_thr->stop_signal ();
97 stop_signal = GDB_SIGNAL_0;
101 stop_signal, obfd, &note_data,
108 gcore_elf_build_thread_register_notes (gdbarch, thr, stop_signal, obfd,
gcore-elf.h 32 STOP_SIGNAL. The core file is being written to OBFD, and GDBARCH is the
36 (struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
gcore-elf.c 35 bfd *obfd, ptid_t ptid, gdb_signal stop_signal,
39 stop_signal (stop_signal)
55 enum gdb_signal stop_signal; member in struct:gcore_elf_collect_regset_section_cb_data
92 gdb_signal_to_host (data->stop_signal),
106 which the core file is being created, and STOP_SIGNAL is the signal that
113 enum gdb_signal stop_signal)
117 ptid, stop_signal,
127 (struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
134 note_data, note_size, stop_signal);
    [all...]
gdbthread.h 192 enum gdb_signal stop_signal = GDB_SIGNAL_0; member in struct:thread_suspend_state
430 gdb_signal stop_signal () const function in class:thread_info
432 return m_suspend.stop_signal;
439 m_suspend.stop_signal = sig;
infrun.c 1004 && thread->stop_signal () == GDB_SIGNAL_0)
3085 if (!signal_pass_state (tp->stop_signal ()))
6870 && ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP)
6915 the stop_signal here, because some kernels don't ignore a
6935 && (ecs->event_thread->stop_signal () == GDB_SIGNAL_STOP
6936 || ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP
6937 || ecs->event_thread->stop_signal () == GDB_SIGNAL_0))
6950 if (ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP)
6982 if (ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP
7060 && !(ecs->event_thread->stop_signal () == GDB_SIGNAL_TRA
7231 enum gdb_signal stop_signal = ecs->event_thread->stop_signal (); local
    [all...]
procfs.c 3489 int *note_size, enum gdb_signal stop_signal)
3510 stop_signal,
3524 int *note_size, gdb_signal stop_signal)
3526 stop_signal (stop_signal)
3532 enum gdb_signal stop_signal; member in struct:procfs_corefile_thread_data
3548 args->stop_signal);
3556 if (info->stop_signal () != GDB_SIGNAL_0
3570 return info->stop_signal ();
3583 enum gdb_signal stop_signal; local
    [all...]
infcmd.c 1214 if (tp->stop_signal () != GDB_SIGNAL_0
1215 && signal_pass_state (tp->stop_signal ()))
1221 gdb_signal_to_name (tp->stop_signal ()),
1222 gdb_signal_to_string (tp->stop_signal ()));
2001 else if (tp->stop_signal () != GDB_SIGNAL_0)
2004 gdb_signal_to_name (tp->stop_signal ()),
2005 gdb_signal_to_string (tp->stop_signal ()));
2492 && thread->stop_signal () == GDB_SIGNAL_0)
2567 if (inferior_thread ()->stop_signal () == GDB_SIGNAL_0)
2719 need a way for handle_inferior_event to reset the stop_signal
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
elf-none-tdep.c 92 gdb_signal stop_signal; local
94 stop_signal = signalled_thr->stop_signal ();
96 stop_signal = GDB_SIGNAL_0;
100 stop_signal, obfd, &note_data,
107 gcore_elf_build_thread_register_notes (gdbarch, thr, stop_signal, obfd,
gcore-elf.h 32 STOP_SIGNAL. The core file is being written to OBFD, and GDBARCH is the
36 (struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
gcore-elf.c 35 bfd *obfd, ptid_t ptid, gdb_signal stop_signal,
39 stop_signal (stop_signal)
55 enum gdb_signal stop_signal; member in struct:gcore_elf_collect_regset_section_cb_data
92 gdb_signal_to_host (data->stop_signal),
106 which the core file is being created, and STOP_SIGNAL is the signal that
113 enum gdb_signal stop_signal)
117 ptid, stop_signal,
127 (struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
134 note_data, note_size, stop_signal);
    [all...]
gdbthread.h 192 enum gdb_signal stop_signal = GDB_SIGNAL_0; member in struct:thread_suspend_state
430 gdb_signal stop_signal () const function in class:thread_info
432 return m_suspend.stop_signal;
439 m_suspend.stop_signal = sig;
infrun.c 1000 && thread->stop_signal () == GDB_SIGNAL_0)
3080 if (!signal_pass_state (tp->stop_signal ()))
6865 && ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP)
6910 the stop_signal here, because some kernels don't ignore a
6930 && (ecs->event_thread->stop_signal () == GDB_SIGNAL_STOP
6931 || ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP
6932 || ecs->event_thread->stop_signal () == GDB_SIGNAL_0))
6945 if (ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP)
6977 if (ecs->event_thread->stop_signal () == GDB_SIGNAL_TRAP
7055 && !(ecs->event_thread->stop_signal () == GDB_SIGNAL_TRA
7226 enum gdb_signal stop_signal = ecs->event_thread->stop_signal (); local
    [all...]
procfs.c 3484 int *note_size, enum gdb_signal stop_signal)
3505 stop_signal,
3519 int *note_size, gdb_signal stop_signal)
3521 stop_signal (stop_signal)
3527 enum gdb_signal stop_signal; member in struct:procfs_corefile_thread_data
3543 args->stop_signal);
3551 if (info->stop_signal () != GDB_SIGNAL_0
3565 return info->stop_signal ();
3578 enum gdb_signal stop_signal; local
    [all...]
infcmd.c 1210 if (tp->stop_signal () != GDB_SIGNAL_0
1211 && signal_pass_state (tp->stop_signal ()))
1217 gdb_signal_to_name (tp->stop_signal ()),
1218 gdb_signal_to_string (tp->stop_signal ()));
1997 else if (tp->stop_signal () != GDB_SIGNAL_0)
2000 gdb_signal_to_name (tp->stop_signal ()),
2001 gdb_signal_to_string (tp->stop_signal ()));
2489 && thread->stop_signal () == GDB_SIGNAL_0)
2564 if (inferior_thread ()->stop_signal () == GDB_SIGNAL_0)
2716 need a way for handle_inferior_event to reset the stop_signal
    [all...]
linux-tdep.c 1836 int *note_size, gdb_signal stop_signal)
1838 gcore_elf_build_thread_register_notes (gdbarch, info, stop_signal, obfd,
2088 gdb_signal stop_signal; local
2090 stop_signal = signalled_thr->stop_signal ();
2092 stop_signal = GDB_SIGNAL_0;
2104 obfd, note_data, note_size, stop_signal);
2118 obfd, note_data, note_size, stop_signal);
  /src/external/mpl/bind/dist/bin/tests/system/
stop.pl 106 stop_signal($name, "TERM");
112 stop_signal($name, "TERM", 1);
120 stop_signal($name, "ABRT");
125 stop_signal($name, "ABRT", 1);
212 sub stop_signal { subroutine
  /src/external/bsd/openldap/dist/tests/scripts/
gdb.py 64 if event.stop_signal == "SIGHUP":
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-events.py 26 print("stop signal: %s" % (event.stop_signal))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-events.py 26 print("stop signal: %s" % (event.stop_signal))

Completed in 64 milliseconds

1 2