binutils-gdb/gdb/python
Andrew Burgess 4eba08320b gdb/python: fix 'set python ignore-environment' white space
I noticed that the help text for set/show python ignore-environment
was messed up, some lines had unwanted leading white space, like this:

  (gdb) help set python ignore-environment
  Set whether the Python interpreter should ignore environment variables.
   When enabled GDB's Python interpreter will ignore any Python related
          flags in the environment.  This is equivalent to passing `-E' to a
          python executable.
  (gdb)

This has been present since the ignore-environment setting was added
in commit:

  commit edeaceda7b
  Date:   Thu Aug 27 16:53:13 2020 +0100

      gdb: startup commands to control Python extension language

Fixed in this commit.
2024-02-10 17:54:10 +00:00
..
lib/gdb Emit stopped event for DAP attach request 2024-01-24 08:50:01 -07:00
py-all-events.def Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-arch.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-auto-load.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-block.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-bpevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-breakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-cmd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-connection.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-continueevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-dap.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-disasm.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event-types.def Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-event.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-events.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-evtregistry.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-evts.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-exitedevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-finishbreakpoint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-frame.c Use domain_search_flags in lookup_symbol et al 2024-01-28 10:58:16 -07:00
py-framefilter.c Fix raw-frame-arguments in combination with frame-filters 2024-02-07 19:52:06 +01:00
py-function.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-gdb-readline.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-inferior.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-infevents.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-infthread.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-instruction.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-instruction.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-lazy-string.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-linetable.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-membuf.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-mi.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-micmd.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-newobjfileevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-objfile.c Use domain_search_flags in lookup_symbol et al 2024-01-28 10:58:16 -07:00
py-param.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-prettyprint.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-progspace.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-btrace.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-full.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record-full.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-record.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-ref.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-registers.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-signalevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-stopevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-stopevent.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-symbol.c Rename SEARCH_ALL 2024-02-01 07:10:57 -07:00
py-symtab.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-threadevent.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-tui.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-type.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-uiout.h gdb: Buffer output streams during events that might download debuginfo 2024-01-19 00:18:00 -05:00
py-unwind.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-utils.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-value.c Allow calling of C++ methods from python 2024-02-08 20:09:56 +01:00
py-varobj.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
py-xmethods.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
python-config.py gdb/python-config: replace deprecated distutils.sysconfig 2022-09-01 04:51:33 -04:00
python-internal.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
python.c gdb/python: fix 'set python ignore-environment' white space 2024-02-10 17:54:10 +00:00
python.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00