Home
last modified time | relevance | path

Searched refs:write_files (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.c74 int write_files = 0; variable
215 write_files ? O_RDWR | O_BINARY : O_RDONLY | O_BINARY, in exec_file_attach()
226 write_files ? O_RDWR | O_BINARY : O_RDONLY | O_BINARY, in exec_file_attach()
240 if (write_files) in exec_file_attach()
956 add_setshow_boolean_cmd ("write", class_support, &write_files, _("\ in _initialize_exec()
H A Dgdbcore.h123 extern int write_files;
H A Dcorelow.c310 if (write_files) in core_open()
319 write_files ? FOPEN_RUB : FOPEN_RB, in core_open()
H A Dbsd-kvm.c89 write_files ? O_RDWR : O_RDONLY, errbuf); in bsd_kvm_open()
H A Dmain.c516 {"write", no_argument, &write_files, 1}, in captured_main()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c115 write_files ? O_RDWR : O_RDONLY, kvm_err); in kgdb_trgt_open()