Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDexec.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()
HDgdbcore.h123 extern int write_files;
HDcorelow.c310 if (write_files) in core_open()
319 write_files ? FOPEN_RUB : FOPEN_RB, in core_open()
HDbsd-kvm.c89 write_files ? O_RDWR : O_RDONLY, errbuf); in bsd_kvm_open()
HDmain.c516 {"write", no_argument, &write_files, 1}, in captured_main()
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDtrgt.c115 write_files ? O_RDWR : O_RDONLY, kvm_err); in kgdb_trgt_open()