Searched refs:gdb_commands (Results 1 – 4 of 4) sorted by relevance
55 int clen = strlen(gdb_commands[i].str); in gdb_command_loop()56 if (!strncmp(gdb_commands[i].str, (char *)command.buf, in gdb_command_loop()58 gdb_commands[i].handler(&command, clen, &reply); in gdb_command_loop()
88 struct gdb_command gdb_commands[] = { variable97 const int gdb_command_count = ARRAY_SIZE(gdb_commands);
380 def start_gdb(gdb_path, gdb_commands, gdb_flags=None, lldb=False): argument391 os.write(script_fd, gdb_commands.encode())
42 extern struct gdb_command gdb_commands[];