gdb/NEWS: Fix typo and stray full stop
Some errors introduced in commit:
commit edeaceda7b
Date: Thu Aug 27 16:53:13 2020 +0100
gdb: startup commands to control Python extension language
gdb/ChangeLog:
* NEWS: Fix typo and stray full stop.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* NEWS: Fix typo and stray full stop.
|
||||
|
||||
2021-04-28 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* ada-exp.y (primary): Use new type for null pointer.
|
||||
|
||||
@@ -109,7 +109,7 @@ show print type hex
|
||||
set python ignore-environment on|off
|
||||
show python ignore-environment
|
||||
When 'on', this causes GDB's builtin Python to ignore any
|
||||
environment variables that would otherwise effect how Python
|
||||
environment variables that would otherwise affect how Python
|
||||
behaves. This command needs to be added to an early initialization
|
||||
file (e.g. ~/.config/gdb/gdbearlyinit) in order to affect GDB.
|
||||
|
||||
@@ -120,7 +120,7 @@ show python dont-write-bytecode
|
||||
an early initialization file (e.g. ~/.config/gdb/gdbearlyinit) in
|
||||
order to affect GDB. When 'off' byte-code will always be written.
|
||||
When set to 'auto' (the default) Python will check the
|
||||
PYTHONDONTWRITEBYTECODE. environment variable.
|
||||
PYTHONDONTWRITEBYTECODE environment variable.
|
||||
|
||||
* Changed commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user