diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-04-29 10:29:41 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-04-29 10:31:16 +0100 |
commit | 8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17 (patch) | |
tree | 944ef7385834daa238d23ee458f9b5a10b9292e0 /gdb | |
parent | ae95c78d266a3def29258e67fd364264a0579d9d (diff) | |
download | gdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.zip gdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.tar.gz gdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.tar.bz2 |
gdb/NEWS: Fix typo and stray full stop
Some errors introduced in commit:
commit edeaceda7b2f33b2c3bf78c732e67f3188e7f0b9
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa25cee..f240754 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |