diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -54,14 +54,13 @@ set exec-file-mismatch -- Set exec-file-mismatch handling (ask|warn|off). show exec-file-mismatch -- Show exec-file-mismatch handling (ask|warn|off). - Set or show the option 'exec-file-mismatch'. When GDB attaches to - a running process and can determine the name of the executable file - the process runs, this new option indicates whether to detect mismatch - between the name of the current executable file loaded by GDB - and the name of the executable file used to start the process. - If 'ask', the default, display a warning and ask the user - whether to load the process executable file; if 'warn', just display - a warning; if 'off', don't attempt to detect a mismatch. + Set or show the option 'exec-file-mismatch'. When GDB attaches to a + running process, this new option indicates whether to detect + a mismatch between the current executable file loaded by GDB and the + executable file used to start the process. If 'ask', the default, + display a warning and ask the user whether to load the process + executable file; if 'warn', just display a warning; if 'off', don't + attempt to detect a mismatch. tui new-layout NAME WINDOW WEIGHT [WINDOW WEIGHT]... Define a new TUI layout, specifying its name and the windows that |