Searched refs:watch (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A Dreg-watch3 awk -f reg-watch.awk "$@"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A Dreg-watch3 awk -f reg-watch.awk "$@"
/netbsd-current/sys/ddb/
H A Ddb_watch.c71 db_watchpoint_t watch; local
73 if ((watch = db_free_watchpoints) != 0) {
74 db_free_watchpoints = watch->link;
75 return (watch);
81 watch = db_next_free_watchpoint;
84 return (watch);
88 db_watchpoint_free(db_watchpoint_t watch) argument
90 watch->link = db_free_watchpoints;
91 db_free_watchpoints = watch;
97 db_watchpoint_t watch; local
135 db_watchpoint_t watch; local
155 db_watchpoint_t watch; local
211 db_watchpoint_t watch; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dwatch_arg.exp20 standard_ada_testfile watch
28 set bp_location [gdb_get_line_number "BREAK1" ${testdir}/watch.adb]
29 runto "watch.adb:$bp_location"
33 gdb_test "watch x" \
38 set bp_location [gdb_get_line_number "BREAK2" ${testdir}/watch.adb]
39 gdb_test "break watch.adb:$bp_location" \
40 "Breakpoint \[0-9\]+ at.*: file .*watch.adb, line \[0-9\]+." \
41 "insert second breakpoint in watch.adb"
56 "Breakpoint \[0-9\]+, watch \\(\\).*" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dwatch_arg.exp20 standard_ada_testfile watch
28 set bp_location [gdb_get_line_number "BREAK1" ${testdir}/watch.adb]
29 runto "watch.adb:$bp_location"
33 gdb_test "watch x" \
38 set bp_location [gdb_get_line_number "BREAK2" ${testdir}/watch.adb]
39 gdb_test "break watch.adb:$bp_location" \
40 "Breakpoint \[0-9\]+ at.*: file .*watch.adb, line \[0-9\]+." \
41 "insert second breakpoint in watch.adb"
56 "Breakpoint \[0-9\]+, watch \\(\\).*" \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dwatch-notconst.exp17 set test "watch-notconst"
30 {watch-notconst.c watch-notconst2.S} {nodebug}] } {
39 gdb_test "watch x" ".*\[Ww\]atchpoint 2: x" "watch x"
H A Dwatch-notconst2.S18 /* This source file was generated from watch-notconst2.c using the following
21 gcc -m32 -dA -S -g -O2 watch-notconst2.c -o watch-notconst2.S
26 .file "watch-notconst2.c"
41 .file 1 "watch-notconst2.c"
42 # watch-notconst2.c:30
54 # watch-notconst2.c:30
58 # watch-notconst2.c:32
63 # watch-notconst2.c:34
66 # watch
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dwatch-notconst.exp17 set test "watch-notconst"
30 {watch-notconst.c watch-notconst2.S} {nodebug}] } {
39 gdb_test "watch x" ".*\[Ww\]atchpoint 2: x" "watch x"
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-watch.c58 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
60 / (watch->nr_interrupts + 1));
69 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
71 % (watch->nr_interrupts + 1));
80 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
81 return ((type * (watch->nr_interrupts + 1))
94 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
95 sim_watch_point **entry = &watch->points;
137 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
140 else if (interrupt_nr >= watch
150 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
178 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
216 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
239 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
360 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
393 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.c52 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
54 / (watch->nr_interrupts + 1));
63 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
65 % (watch->nr_interrupts + 1));
74 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
75 return ((type * (watch->nr_interrupts + 1))
88 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
89 sim_watch_point **entry = &watch->points;
131 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
134 else if (interrupt_nr >= watch
144 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
172 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
208 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
231 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
352 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
394 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatch-bitfields.exp25 proc watch { expr } {
29 gdb_test "watch $expr" \
46 with_test_prefix "-location watch against bitfields" {
51 watch "-location q.a"
52 watch "-location q.e"
71 with_test_prefix "regular watch against bitfields" {
76 watch "q.d + q.f + q.g"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatch-bitfields.exp34 proc watch { expr } {
38 gdb_test "watch $expr" \
55 with_test_prefix "-location watch against bitfields" {
60 watch "-location q.a"
61 watch "-location q.e"
80 with_test_prefix "regular watch against bitfields" {
85 watch "q.d + q.f + q.g"
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_common.c59 DBusWatch *watch, eloop_event_type type)
66 dbus_watch_handle(watch, DBUS_WATCH_READABLE);
68 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE);
70 dbus_watch_handle(watch, DBUS_WATCH_ERROR);
99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
105 if (!dbus_watch_get_enabled(watch))
108 flags = dbus_watch_get_flags(watch);
109 fd = dbus_watch_get_unix_fd(watch);
112 priv, watch);
116 priv, watch);
58 process_watch(struct wpas_dbus_priv *priv, DBusWatch *watch, eloop_event_type type) argument
129 remove_watch(DBusWatch *watch, void *data) argument
148 watch_toggled(DBusWatch *watch, void *data) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.exp28 standard_testfile watch-loc.c watch-loc-dw.S
40 {name watch}
76 # watch -l will rewrite the expression to "*(watch.tstruct *) 0x12345",
78 gdb_test "watch -l my_data" ".*atchpoint \[0-9\]+: -location my_data"
81 gdb_test "print *(watch.tstruct *) &my_data" "{<No data fields>}"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.exp28 standard_testfile watch-loc.c watch-loc-dw.S
46 {name watch}
86 # watch -l will rewrite the expression to "*(watch.tstruct *) 0x12345",
88 gdb_test "watch -l my_data" ".*atchpoint \[0-9\]+: -location my_data"
91 gdb_test "print *(watch.tstruct *) &my_data" "{<No data fields>}"
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_client.c55 const char *path2, struct xenbus_watch *watch,
64 watch->node_sz = strlen(path) + 1 + strlen(path2) + 1;
65 state = kmem_alloc(watch->node_sz, KM_SLEEP);
70 watch->node = state;
71 watch->xbw_callback = callback;
73 err = register_xenbus_watch(watch);
76 watch->node = NULL;
77 watch->node_sz = 0;
78 watch->xbw_callback = NULL;
79 xenbus_dev_fatal(dev, err, "adding watch o
54 xenbus_watch_path2(struct xenbus_device *dev, const char *path, const char *path2, struct xenbus_watch *watch, void (*callback)(struct xenbus_watch *, const char **, unsigned int)) argument
86 xenbus_unwatch_path(struct xenbus_watch *watch) argument
[all...]
H A Dxenbus_xs.c69 /* Queued watch events. */
74 } watch; member in union:xs_stored_msg::__anon7
94 /* List of pending watch callback events, and a lock to protect it. */
599 /* Register callback to watch this node. */
601 register_xenbus_watch(struct xenbus_watch *watch) argument
604 char token[sizeof(watch) * 2 + 1];
607 snprintf(token, sizeof(token), "%lX", (long)watch);
611 SLIST_INSERT_HEAD(&watches, watch, watch_next);
614 err = xs_watch(watch->node, token);
619 SLIST_REMOVE(&watches, watch, xenbus_watc
626 unregister_xenbus_watch(struct xenbus_watch *watch) argument
675 struct xenbus_watch *watch; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dpending.c22 int watch = 0; variable
H A Dmi-watch-nonstop.exp45 standard_testfile watch-nonstop.c
63 mi_gdb_test "111-break-watch global" \
65 "break-watch operation"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dwatch-precsave.exp25 standard_testfile watch-reverse.c
26 set precsave [standard_output_file watch.precsave]
70 gdb_test "watch ival3" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dpending.c22 int watch = 0; variable
H A Dmi-watch-nonstop.exp40 standard_testfile watch-nonstop.c
59 mi_gdb_test "111-break-watch global" \
61 "break-watch operation"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dwatch-precsave.exp25 standard_testfile watch-reverse.c
26 set precsave [standard_output_file watch.precsave]
70 gdb_test "watch ival3" \
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d299 void watch(string msg, int value)
319 void watch(string msg, int value)
352 a.value = 3; // should not call o.watch()
353 a.connect(&o.watch); // o.watch is the slot
354 a.connect(&o2.watch);
355 a.connect(&o3.watch);
356 a.connect(&o4.watch);
357 a.connect(&o5.watch);
358 a.value = 4; // should call o.watch()
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d286 void watch(string msg, int value)
306 void watch(string msg, int value)
339 a.value = 3; // should not call o.watch()
340 a.connect(&o.watch); // o.watch is the slot
341 a.connect(&o2.watch);
342 a.connect(&o3.watch);
343 a.connect(&o4.watch);
344 a.connect(&o5.watch);
345 a.value = 4; // should call o.watch()
[all...]

Completed in 273 milliseconds

123