| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-target.c | 30 const char *remote_file, *local_file; local 39 error (_("-target-file-get: Usage: REMOTE_FILE LOCAL_FILE")); 42 local_file = argv[oind + 1]; 44 remote_file_get (remote_file, local_file, 0); 54 const char *remote_file, *local_file; local 63 error (_("-target-file-put: Usage: LOCAL_FILE REMOTE_FILE")); 65 local_file = argv[oind]; 68 remote_file_put (local_file, remote_file, 0);
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-target.c | 30 const char *remote_file, *local_file; local 39 error (_("-target-file-get: Usage: REMOTE_FILE LOCAL_FILE")); 42 local_file = argv[oind + 1]; 44 remote_file_get (remote_file, local_file, 0); 54 const char *remote_file, *local_file; local 63 error (_("-target-file-put: Usage: LOCAL_FILE REMOTE_FILE")); 65 local_file = argv[oind]; 68 remote_file_put (local_file, remote_file, 0);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-c-symbols.c | 515 string_file local_file; local 517 generate_vla_size (compiler, &local_file, gdbarch, registers_used, pc, 520 stream->write (local_file.c_str (), local_file.size ()); 530 string_file local_file; local 532 computed_ops->generate_c_location (sym, &local_file, gdbarch, 535 stream->write (local_file.c_str (), local_file.size ());
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-c-symbols.c | 559 string_file local_file; 561 generate_vla_size (compiler, &local_file, gdbarch, registers_used, pc, 564 stream->write (local_file.c_str (), local_file.size ()); 574 string_file local_file; 576 computed_ops->generate_c_location (sym, &local_file, gdbarch, 579 stream->write (local_file.c_str (), local_file.size ()); 558 string_file local_file; local 573 string_file local_file; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| main.c | 328 const std::string &local_file () const function 367 *local_gdbinit = init_files->local_file ();
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| main.c | 326 const std::string &local_file () const function 365 *local_gdbinit = init_files->local_file ();
|