Home
last modified time | relevance | path

Searched refs:target_kill (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/crash_test/
H A Dtask.py315 self.target_kill = context.current_case
316 self.description = "Force kill {}".format(self.target_kill)
318 self.cmd = "killall -9 {}".format(self.target_kill)
322 self.expected = self.EXPECTED[self.target_kill][0]
324 self.expected = self.EXPECTED[self.target_kill][1]
343 content_key = "{}-l".format(self.target_kill)
345 content_key = self.target_kill
393 rc, pid = utils.get_process_status(self.target_kill)
395 raise TaskError("Process {} is not running!".format(self.target_kill))
402 rc, pid = utils.get_process_status(self.target_kill)
[all …]
/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h65 char *target_kill(char *pkt);
H A Ddebug.cc335 case 'k': result = target_kill(buf); break; in targetloop()
376 Debug::target_kill(char *pkt) in target_kill() function in Debug
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinflow.c586 target_kill (); in kill_command()
H A Dtarget.h689 #define target_kill() \ macro
H A Dinfcmd.c392 target_kill (); in kill_if_already_running()
1780 target_kill (); in attach_command()
H A Dtarget.c317 target_kill (); in kill_or_be_killed()
1251 target_kill (); in target_preopen()
H A Dtop.c1488 target_kill (); in quit_target()
H A Dremote-vx.c720 target_kill (); in vx_load_command()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinflow.c586 target_kill (); in kill_command()
H A Dtarget.h689 #define target_kill() \ macro
H A Dinfcmd.c392 target_kill (); in kill_if_already_running()
1780 target_kill (); in attach_command()
H A Dtarget.c317 target_kill (); in kill_or_be_killed()
1251 target_kill (); in target_preopen()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Drecord.c175 target_kill (); in record_kill()
H A Dinfcmd.c498 target_kill (); in kill_if_already_running()
2337 target_kill (); in kill_command()
2547 target_kill (); in attach_command()
H A Dinferior.c684 target_kill (); in kill_inferior_command()
H A Dtop.c1216 target_kill (); in kill_or_detach()
H A Dtarget.h1229 extern void target_kill (void);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dinfcmd.c482 target_kill (); in kill_if_already_running()
2237 target_kill (); in kill_command()
2444 target_kill (); in attach_command()
H A Dinferior.c681 target_kill (); in kill_inferior_command()
H A Dtarget.h1004 extern void target_kill (void);
H A Dtop.c1161 target_kill (); in kill_or_detach()
/dports/devel/gdb/gdb-11.1/gdb/
H A Drecord.c231 target_kill (); in record_kill()
H A Dinfcmd.c377 target_kill (); in kill_if_already_running()
2402 target_kill (); in kill_command()
2572 target_kill (); in attach_command()
H A Dinferior.c631 target_kill (); in kill_inferior_command()

123