January 2024 Archives by author
Starting: Mon Jan 1 07:49:41 GMT 2024
Ending: Wed Jan 31 21:20:00 GMT 2024
Messages: 720
- Ping^2: [PATCH] toplevel: don't override gettext-runtime/configure-discovered build args
Arsen Arsenović
- [PATCHv2 1/3] gdb: don't try to style content in error calls
John Baldwin
- [PATCHv2 0/3] Changes to error reporting from the expression parser
John Baldwin
- [PATCH] gdb: add trailing '/' when using 'complete' with directory names
John Baldwin
- [PATCHv3] gdb: add trailing '/' when using 'complete' with directory names
John Baldwin
- [PATCH 00/19] Add hash table to gdbsupport
John Baldwin
- [PATCH] Mask x86 segment registers in Windows gdbserver
John Baldwin
- [PATCH] Really fix Windows gdbserver segment registers
John Baldwin
- [PATCH v2] [gdb] Fix assert in delete_breakpoint
Thiago Jung Bauermann
- [PATCH] gdb/testsuite: Fix testing of "info copying"
Thiago Jung Bauermann
- [PATCH] gdb/arm: Fix epilogue frame id
Thiago Jung Bauermann
- [PATCH] gdb/arm: Fix epilogue frame id
Thiago Jung Bauermann
- [PATCH] Make `linux_info_proc` prefer using the LWP over the PID
Matheus Branco Borella
- [PATCH v2] Add support for symbol addition to the Python API
Matheus Branco Borella
- [PATCH v3] Add support for creating new types from the Python API
Matheus Branco Borella
- [PATCH v4] Add support for creating new types from the Python API
Matheus Branco Borella
- [PATCH v3] Add support for creating new types from the Python API
Matheus Branco Borella
- No subject
Matheus Branco Borella
- [PATCH v4] Add support for creating new types from the Python API
Matheus Branco Borella
- [PATCH v4] Add support for creating new types from the Python API
Matheus Branco Borella
- [PATCH v2] Make `linux_info_proc` prefer using the LWP over the PID
Matheus Branco Borella
- [PATCH] Make `linux_info_proc` prefer using the LWP over the PID
Matheus Branco Borella
- [PATCH 1/3] [gdb] Make variable printed bool in info_checkpoints_command
Kevin Buettner
- [PATCH 2/3] [gdb] Fix info checkpoints
Kevin Buettner
- [PATCH 3/3] [gdb] Fix assertion failure for checkpoint delete 0
Kevin Buettner
- [PATCH] [gdb/testsuite] Extend gdb.base/kill-during-detach.exp
Kevin Buettner
- [PATCH] gdb/infrun: lazily load curr_frame_id in process_event_stop_test
Kevin Buettner
- [PATCH] Fix handling of DW_OP_GNU_push_tls_address
Kevin Buettner
- [PATCH v2] gdb: remove SYMBOL_*_OPS macros
Kevin Buettner
- [PATCH] gdb/unwinders: better support for $pc not saved
Kevin Buettner
- [PATCHv2 0/3] Changes to error reporting from the expression parser
Andrew Burgess
- [PATCHv2 1/3] gdb: don't try to style content in error calls
Andrew Burgess
- [PATCHv2 2/3] gdb: merge error handling from different expression parsers
Andrew Burgess
- [PATCHv2 3/3] gdb: improve error reporting from expression parser
Andrew Burgess
- [PATCHv10 0/5] Infcalls from B/P conditions in multi-threaded inferiors
Andrew Burgess
- [PATCHv10 1/5] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
Andrew Burgess
- [PATCHv10 2/5] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
Andrew Burgess
- [PATCHv10 3/5] gdb: add timeouts for inferior function calls
Andrew Burgess
- [PATCHv10 4/5] gdb: introduce unwind-on-timeout setting
Andrew Burgess
- [PATCHv10 5/5] gdb: rename unwindonsignal to unwind-on-signal
Andrew Burgess
- [PATCHv2 2/3] gdb: merge error handling from different expression parsers
Andrew Burgess
- [PATCH] gdb: add trailing '/' when using 'complete' with directory names
Andrew Burgess
- [PATCHv2 0/3] Changes to error reporting from the expression parser
Andrew Burgess
- [PATCHv2] gdb: add trailing '/' when using 'complete' with directory names
Andrew Burgess
- [PATCH 0/6] Python __repr__() methods and new __dict__ attributes
Andrew Burgess
- [PATCH 1/6] gdb/python: hoist common invalid object repr code into py-utils.c
Andrew Burgess
- [PATCH 2/6] gdb/python: add gdb.InferiorThread.__repr__() method
Andrew Burgess
- [PATCH 3/6] gdb/python: add gdb.Frame.__repr__() method
Andrew Burgess
- [PATCH 4/6] gdb/python: remove users ability to create gdb.Progspace objects
Andrew Burgess
- [PATCH 5/6] gdb/python: Add gdb.Inferior.__dict__ attribute
Andrew Burgess
- [PATCH 6/6] gdb/python: Add gdb.InferiorThread.__dict__ attribute
Andrew Burgess
- [PATCH] remote.c: Make packet_check_result return a structure
Andrew Burgess
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Andrew Burgess
- [PATCH 01/16] libiberty/buildargv: POSIX behaviour for backslash handling
Andrew Burgess
- [PATCH 02/16] gdb/testsuite: add some xfail in gdb.base/startup-with-shell.exp
Andrew Burgess
- [PATCH 03/16] gdb: Support some escaping of args with startup-with-shell being off
Andrew Burgess
- [PATCH 04/16] gdb: remove the !startup_with_shell path from construct_inferior_arguments
Andrew Burgess
- [PATCH 05/16] gdbserver: convert program_args to a single string
Andrew Burgess
- [PATCH 06/16] gdbsupport: have construct_inferior_arguments take an escape function
Andrew Burgess
- [PATCH 07/16] gdbsupport: split escape_shell_characters in two
Andrew Burgess
- [PATCH 08/16] gdb: move remote arg splitting and joining into gdbsupport/
Andrew Burgess
- [PATCH 09/16] gdb/python: change escaping rules when setting arguments
Andrew Burgess
- [PATCH 10/16] gdb: add remote argument passing self tests
Andrew Burgess
- [PATCH 11/16] gdb/gdbserver: pass inferior arguments as a single string
Andrew Burgess
- [PATCH 12/16] gdb/gdbserver: add a '--no-escape-args' command line option
Andrew Burgess
- [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
Andrew Burgess
- [PATCH 14/16] gdb/gdbserver: remove some uses of free_vector_argv
Andrew Burgess
- [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues
Andrew Burgess
- [PATCH 16/16] gdb/gdbserver: rework argument splitting and joining
Andrew Burgess
- [PATCH] gdb/python: New InferiorThread.ptid_string attribute
Andrew Burgess
- [PATCH v5 1/2] [sim/riscv] Fix crash during instruction decoding
Andrew Burgess
- [PATCH 6/6] gdb/python: Add gdb.InferiorThread.__dict__ attribute
Andrew Burgess
- [PATCHv2 0/8] Python __repr__() methods and new __dict__ attributes
Andrew Burgess
- [PATCHv2 1/8] gdb/python: hoist common invalid object repr code into py-utils.c
Andrew Burgess
- [PATCH] gdb/python: New InferiorThread.ptid_string attribute
Andrew Burgess
- [PATCHv2 2/8] gdb/python: add gdb.InferiorThread.__repr__() method
Andrew Burgess
- [PATCHv2 3/8] gdb/python: add gdb.Frame.__repr__() method
Andrew Burgess
- [PATCHv2 4/8] gdb/python: remove users ability to create gdb.Progspace objects
Andrew Burgess
- [PATCHv2 5/8] gdb/python: Add gdb.Inferior.__dict__ attribute
Andrew Burgess
- [PATCHv2 6/8] gdb/python: Add gdb.InferiorThread.__dict__ attribute
Andrew Burgess
- [PATCHv2 7/8] gdb/doc: add some notes on selecting suitable attribute names
Andrew Burgess
- [PATCHv2 8/8] gdb/doc: update examples in gdb.Progspace and gdb.Objfile docs
Andrew Burgess
- [PATCHv2 7/8] gdb/doc: add some notes on selecting suitable attribute names
Andrew Burgess
- [PATCHv3] gdb: add trailing '/' when using 'complete' with directory names
Andrew Burgess
- [PUSHED] gdb/python: New InferiorThread.ptid_string attribute
Andrew Burgess
- [PATCHv3] gdb: add trailing '/' when using 'complete' with directory names
Andrew Burgess
- [PATCHv2 0/8] Python __repr__() methods and new __dict__ attributes
Andrew Burgess
- [FYI] Copyright year updates
Andrew Burgess
- [PATCHv2 0/8] Python __repr__() methods and new __dict__ attributes
Andrew Burgess
- [PATCH] Pass GUILE down to subdirectories
Andrew Burgess
- [PATCH 0/5] Cleanup and changes for file name completion
Andrew Burgess
- [PATCH 1/5] gdb: remove skip_quoted and skip_quoted_chars
Andrew Burgess
- [PATCH 2/5] gdb: fix bug where quote characters would become nullptr
Andrew Burgess
- [PATCH 3/5] gdb: allow double quotes for quoting filenames
Andrew Burgess
- [PATCH 4/5] gdb: remove some dead code from completer.c
Andrew Burgess
- [PATCH 5/5] gdb: remove special case completion word handling for filenames
Andrew Burgess
- [PATCH] gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.exp
Andrew Burgess
- [PATCH] gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.exp
Andrew Burgess
- [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Andrew Burgess
- [PATCH 5/5] gdb: remove special case completion word handling for filenames
Andrew Burgess
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Andrew Burgess
- [PATCH 2/4 v3] gdb/progspace: Add reverse safe iterator
Andrew Burgess
- [PATCH 3/4 v5] gdb/debuginfod: Support on-demand debuginfo downloading
Andrew Burgess
- [PATCH] gdb: remove deprecated_exec_file_display_hook and associated code
Andrew Burgess
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Andrew Burgess
- [PATCH v6 1/2] sim: riscv: Fix crash during instruction decoding
Andrew Burgess
- [PATCH v6 2/2] sim: riscv: Add support for compressed integer instructions
Andrew Burgess
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Andrew Burgess
- [PATCH] gdb/unwinders: better support for $pc not saved
Andrew Burgess
- [PATCH] gdb: attach to a process when the executable has been deleted
Andrew Burgess
- [PATCH v4] remote.c: Make packet_check_result return a structure
Andrew Burgess
- [PATCH] Fix backtrace limit stopping on inline frame
Andrew Burgess
- [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Andrew Burgess
- [PATCH v7 1/1] sim: riscv: Add support for compressed integer instructions
Andrew Burgess
- Commit: Sync config.sub and config.guess
Nick Clifton
- Commit: Sync top level configure and makefiles
Nick Clifton
- Commit: Add multilib.am to src-release.sh's list of top level files
Nick Clifton
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Palmer Dabbelt
- [PATCH] gdb/python: Fix segfault when iterating over empty linetable
Toby Lloyd Davies
- [PATCH] gdb/infcall: Fix freed frame dereferenced in inferior call
Toby Lloyd Davies
- [PATCH] gdb/infcall: Fix freed frame dereferenced in inferior call
Toby Lloyd Davies
- [PATCH] gdb/python: Fix segfault when iterating over empty linetable
Toby Lloyd Davies
- [PATCH] gdb/python: Fix segfault when iterating over empty linetable
Toby Lloyd Davies
- [PATCH] gdb: Fix bps on inline callsites stopping in wrong frame
Toby Lloyd Davies
- [PATCH] sim: Fix compile errors
Dimitar Dimitrov
- [PATCH] Fix raw-frame-arguments in combination with frame-filters
Hannes Domani
- [PATCH] Allow calling of C++ methods from python
Hannes Domani
- [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PATCH] Fix backtrace limit stopping on inline frame
Hannes Domani
- [PATCH] Fix raw-frame-arguments in combination with frame-filters
Hannes Domani
- [PATCH] Allow calling of C++ methods from python
Hannes Domani
- [PING 2] [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PING] [PATCH] Fix backtrace limit stopping on inline frame
Hannes Domani
- [PATCH 5/5] gdb: remove special case completion word handling for filenames
Hannes Domani
- [PATCH] Fix raw-frame-arguments in combination with frame-filters
Hannes Domani
- [PATCH] Allow calling of C++ methods from python
Hannes Domani
- [PING 2] [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PING] [PATCH] Fix backtrace limit stopping on inline frame
Hannes Domani
- [PATCH] Fix backtrace limit stopping on inline frame
Hannes Domani
- [PATCH v3] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PATCH 1/5] [dap & linetable]: Add column to linetable entry
Simon Farre
- [PATCH 2/5] [dap & linetable]: Add column to maint info linetable output
Simon Farre
- [PATCH 3/5] [dap & linetable]: Change gdb.LineTableEntry & Add gdb.lookup_linetable
Simon Farre
- [PATCH 4/5] [dap & linetable]: Add breakpointLocations request
Simon Farre
- [PATCH 5/5] [dap & linetable]: Added docs
Simon Farre
- [PATCH v2 1/5] [dap & linetable]: Add column to linetable entry
Simon Farre
- [PATCH v2 2/5] [dap & linetable]: Add column to maint info linetable output
Simon Farre
- [PATCH v2 4/5] [dap & linetable]: Add breakpointLocations request
Simon Farre
- [PATCH v3 1/5] [dap & linetable]: Add column to linetable entry
Simon Farre
- [PATCH v3 2/5] [dap & linetable]: Add column to maint info linetable output
Simon Farre
- [PATCH v3 3/5] [dap & linetable]: Change gdb.LineTableEntry & Add gdb.lookup_linetable
Simon Farre
- [PATCH v3 4/5] [dap & linetable]: Add breakpointLocations request
Simon Farre
- [PATCH v3 5/5] [dap & linetable]: Added docs
Simon Farre
- [PATCH] [sim] Fix pervasive typo
Mike Frysinger
- [PATCH/committed] sim: ppc: drop unused host bitsize settings
Mike Frysinger
- [PATCH/committed] sim: igen: remove libigen.a when cleaning
Mike Frysinger
- [PATCH/committed] sim: ppc: simplify filter_host.c logic
Mike Frysinger
- [PATCH/committed] sim: ppc: drop build-config.h usage
Mike Frysinger
- [PATCH/committed 1/8] sim: ppc: hoist igen compilation into top-level
Mike Frysinger
- [PATCH/committed 2/8] sim: ppc: replace filter_filename with lbasename
Mike Frysinger
- [PATCH/committed 3/8] sim: ppc: unify igen filter_filename implementations
Mike Frysinger
- [PATCH/committed 4/8] sim: igen: minor constify logic
Mike Frysinger
- [PATCH/committed 5/8] sim: ppc: rename igen max_insn_bit_size
Mike Frysinger
- [PATCH/committed 6/8] sim: igen: extend error to take arguments
Mike Frysinger
- [PATCH/committed 7/8] sim: ppc: rework igen error to match common
Mike Frysinger
- [PATCH/committed 8/8] sim: ppc: merge misc igen APIs
Mike Frysinger
- [PATCH/submitted] sim: ppc: delete unused build compile & link settings
Mike Frysinger
- [PATCH/submitted 1/5] sim: ppc: fix bad AC_CACHE_CHECK call with semun
Mike Frysinger
- [PATCH/submitted 2/5] sim: ppc: merge System V semaphores checks
Mike Frysinger
- [PATCH/submitted 3/5] sim: ppc: change SysV sem & shm tests to compile-time
Mike Frysinger
- [PATCH/submitted 4/5] sim: ppc: always compile in the sysv sem & shm device files
Mike Frysinger
- [PATCH/submitted 5/5] sim: ppc: hoist sysv tests to top-level
Mike Frysinger
- [PATCH/submitted 01/10] sim: ppc: move long long test to top-level
Mike Frysinger
- [PATCH/submitted 02/10] sim: ppc: move struct statfs to top-level
Mike Frysinger
- [PATCH/submitted 03/10] sim: ppc: move termio defines to config.h
Mike Frysinger
- [PATCH/submitted 04/10] sim: ppc: switch struct member checks to AC_CHECK_MEMBER
Mike Frysinger
- [PATCH/submitted 05/10] sim: ppc: switch to AC_CACHE_CHECK
Mike Frysinger
- [PATCH/submitted 06/10] sim: ppc: move termios probes to top-level
Mike Frysinger
- [PATCH/submitted 07/10] sim: ppc: stop including headers from gdb/
Mike Frysinger
- [PATCH/submitted 08/10] sim: ppc: drop custom config.h header
Mike Frysinger
- [PATCH/submitted 09/10] sim: ppc: drop configure compiler checks
Mike Frysinger
- [PATCH/submitted 10/10] sim: ppc: move defines.h generation to the top-level
Mike Frysinger
- [PATCH/submitted 1/5] sim: ppc: drop now unused config.in
Mike Frysinger
- [PATCH/submitted 2/5] sim: ppc: switch to AS_HELP_STRING for automatic formatting
Mike Frysinger
- [PATCH/submitted 3/5] sim: ppc: standardize configure option processing
Mike Frysinger
- [PATCH/submitted 4/5] sim: ppc: scope configure options to --enable-sim-ppc-xxx
Mike Frysinger
- [PATCH/submitted 5/5] sim: ppc: merge configure logic into top-level
Mike Frysinger
- [PATCH/submitted 1/3] sim: ppc: hoist igen execution to top-level
Mike Frysinger
- [PATCH/submitted 2/3] sim: ppc: hoist hw.[ch] creation to top-level
Mike Frysinger
- [PATCH/submitted 3/3] sim: ppc: hoist pk.h creation to top-level
Mike Frysinger
- [PATCH/committed 1/5] sim: ppc: move main.o compilation to top-level
Mike Frysinger
- [PATCH/committed 2/5] sim: ppc: move libsim.a creation to top-level
Mike Frysinger
- [PATCH/committed 3/5] sim: drop support for automatic subdir recursion
Mike Frysinger
- [PATCH/committed 4/5] sim: ppc: hoist compilation up to top-level
Mike Frysinger
- [PATCH/committed 5/5] sim: drop support for recursive makes entirely
Mike Frysinger
- [PATCH/committed] sim: configure: switch to m4_map
Mike Frysinger
- [PATCH/committed] sim: cr16: cleanup unused variable compiler warnings
Mike Frysinger
- [PATCH/committed 1/4] sim: ppc: sync WITH_TARGET_{ADDRESS, CELL}_BITSIZE with common/
Mike Frysinger
- [PATCH/committed 2/4] sim: ppc: rename local ALU SIGNED64 macros
Mike Frysinger
- [PATCH/committed 3/4] sim: common: include sim-types.h in the endian header directly
Mike Frysinger
- [PATCH/committed 4/4] sim: ppc: switch to common endian code
Mike Frysinger
- [PATCH/committed 1/3] sim: igen: clean up headers a bit
Mike Frysinger
- [PATCH/committed 2/3] sim: ppc: unify igen line number output modules
Mike Frysinger
- [PATCH/committed 3/3] sim: ppc: unify igen filter modules
Mike Frysinger
- [PATCH v5 0/2] sim: riscv: Compressed instruction simulation
Mike Frysinger
- [PATCH] sim: warnings: disable -Wshift-negative-value
Mike Frysinger
- [PATCH] sim: cgen: rework DI macros to avoid signed left shifts
Mike Frysinger
- [PATCH] sim: bfin: avoid left shifting negative values
Mike Frysinger
- [PATCH] sim: sh: avoid left shifting negative values
Mike Frysinger
- [PATCH] sim: ppc: workaround uninitialized variable compiler warnings
Mike Frysinger
- [PATCH/committed] sim: mips: drop old clean workaround
Mike Frysinger
- [PATCH/committed] sim: build: clean more generated outputs
Mike Frysinger
- [PATCH/committed] sim: warnings: mark local funcs/vars as static
Mike Frysinger
- [PATCH/committed] sim: warnings: fix unused variable warnings
Mike Frysinger
- [PATCH/committed] sim: m32c: fix declaration-after-statement warnings
Mike Frysinger
- [PATCH/committed] sim: m68hc11: gencode: add printf markings
Mike Frysinger
- [PATCH/committed] sim: igen: fix format-zero-length warnings
Mike Frysinger
- [PATCH/committed] sim: warnings: compile build tools with -Werror too
Mike Frysinger
- [PATCH/committed 2/8] sim: ppc: replace filter_filename with lbasename
Mike Frysinger
- [PATCH/submitted 01/10] sim: ppc: move long long test to top-level
Mike Frysinger
- [PATCH 1/5] gdb: move libiberty.m4 to gdbsupport
Mike Frysinger
- [PATCH 2/5] gdb: libiberty: switch to AC_CHECK_DECLS_ONCE
Mike Frysinger
- [PATCH 3/5] sim: ppc: rework defines.h to handle HAVE symbols defined to 0
Mike Frysinger
- [PATCH 4/5] sim: build: switch to gdbsupport/libiberty.m4
Mike Frysinger
- [PATCH 5/5] gdbsupport: tighten up libiberty code a bit with dnl
Mike Frysinger
- [PATCH/committed] sim: igen: add printf attributes to the prototypes too
Mike Frysinger
- [PATCH/committed 1/5] sim: m32r: cleanup unused variables
Mike Frysinger
- [PATCH/committed 2/5] sim: m32r: migrate ftime() to clock_gettime()
Mike Frysinger
- [PATCH/committed 3/5] sim: m32r: fix missing break statement
Mike Frysinger
- [PATCH/committed 4/5] sim: m32r: fixup some of the int<->pointer casts
Mike Frysinger
- [PATCH/committed 5/5] sim: m32r: enable warnings in traps.c
Mike Frysinger
- [PATCH/committed] sim: ppc: return register error when unhandled
Mike Frysinger
- [PATCH] sim: ppc: switch register read/writes to union to avoid aliasing issues
Mike Frysinger
- [PATCH 1/2] sim: ppc: implement 128-bit register read/writes with sim-endian APIs
Mike Frysinger
- [PATCH 2/2] sim: endian: leverage __int128 when available
Mike Frysinger
- [PATCH] sim: Fix compile errors
Mike Frysinger
- [PATCH] gdb/sim: switch raw echo to AC_MSG_NOTICE
Mike Frysinger
- [PATCH] sim: Fix some -Werror=shadow=compatible-local issues in aarch64/simulator.c
Mike Frysinger
- [PATCH] sim: Fix cc -Werror=shadow=local in cr16/simops.c
Mike Frysinger
- [PATCH] sim: Fix -Werror=shadow=local issue in m32c/gdb-if.c
Mike Frysinger
- [PATCH] sim: Fix -Wincompatible-pointer-types in frv/sem.c
Mike Frysinger
- [PATCH] sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write}
Mike Frysinger
- [PATCH] sim: Fix -Wincompatible-pointer-types in frv/sem.c
Mike Frysinger
- [PATCH v6 1/2] sim: riscv: Fix crash during instruction decoding
Mike Frysinger
- [PATCH] sim: sh: fix nested braces in struct init
Mike Frysinger
- [PATCH] Pass GUILE down to subdirectories
Eric Gallager
- [PATCH] Pass GUILE down to subdirectories
Eric Gallager
- [PING 3][PATCH v5 0/4] GDB support for DW_AT_trampoline
George, Jini Susan
- [PING 3][PATCH v5 0/4] GDB support for DW_AT_trampoline
George, Jini Susan
- [PATCH 1/3] [gdb/symtab] Allow changing of added cooked_index entries
Alexandra Petlanova Hajkova
- [PATCH 2/3] [gdb/symtab] Make cooked_index_entry::parent_entry private
Alexandra Petlanova Hajkova
- [PATCH v2] remote.c: Make packet_check_result return a structure
Alexandra Hájková
- [PATCH v2 0/6] Add vDefaultInferiorFd feature
Alexandra Hájková
- [PATCH v2 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start.
Alexandra Hájková
- [PATCH v2] remote.c: Make packet_check_result return a structure
Alexandra Hájková
- [PATCH v2 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
Alexandra Hájková
- [PATCH v2 3/6] Add new vDefaultInferiorFd packet
Alexandra Hájková
- [PATCH v2 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
Alexandra Hájková
- [PATCH v2 5/6] remote.c: Add terminal handling functions
Alexandra Hájková
- [PATCH v2 6/6] Add defaultinf.exp test to the testsuite
Alexandra Hájková
- [PATCH v3] remote.c: Make packet_check_result return a structure
Alexandra Hájková
- [PATCH v4] remote.c: Make packet_check_result return a structure
Alexandra Hájková
- [PATCH v3 2/4] gdb, types: Resolve pointer types dynamically
Ijaz, Abdul B
- [PATCH v3 2/4] gdb, types: Resolve pointer types dynamically
Ijaz, Abdul B
- [PATCH v3 3/4] gdb, intel-classic-compilers, testsuite: workaround icc/icpc/ifort pointer/reference DWARF
Ijaz, Abdul B
- [PATCH v3 2/4] gdb, types: Resolve pointer types dynamically
Ijaz, Abdul B
- [PATCH v5 0/1] Fix arrays of variable length strings for FORTRAN
Ijaz, Abdul B
- [PATCH v5 1/1] fortran: Fix arrays of variable length strings for FORTRAN
Ijaz, Abdul B
- [PING 3][PATCH v5 0/4] GDB support for DW_AT_trampoline
Ijaz, Abdul B
- [PATCH v4 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
Ijaz, Abdul B
- [PATCH v4 2/3] gdb, types: Resolve pointer types dynamically
Ijaz, Abdul B
- [PATCH v6 1/1] fortran: Fix arrays of variable length strings for FORTRAN
Ijaz, Abdul B
- [PING 2][PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v4 0/3] Dynamic properties of pointers
Abdul Basit Ijaz
- [PATCH v4 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
Abdul Basit Ijaz
- [PATCH v4 2/3] gdb, types: Resolve pointer types dynamically
Abdul Basit Ijaz
- [PATCH v4 3/3] gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointers
Abdul Basit Ijaz
- [PATCH v5 0/1] Fix arrays of variable length strings for FORTRAN
Abdul Basit Ijaz
- [PATCH v5 1/1] fortran: Fix arrays of variable length strings for FORTRAN
Abdul Basit Ijaz
- [PATCH v6 0/1] Fix arrays of variable length strings for FORTRAN
Abdul Basit Ijaz
- [PATCH v6 1/1] fortran: Fix arrays of variable length strings for FORTRAN
Abdul Basit Ijaz
- [PATCH v5 0/3] Dynamic properties of pointers
Abdul Basit Ijaz
- [PATCH v5 0/3] Dynamic properties of pointers
Abdul Basit Ijaz
- [PATCH v5 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
Abdul Basit Ijaz
- [PATCH v5 2/3] gdb, types: Resolve pointer types dynamically
Abdul Basit Ijaz
- [PATCH v5 3/3] gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointers
Abdul Basit Ijaz
- [PATCH] [gdb/build] Workaround gcc PR113599
Sam James
- [PATCH^3] gdb: mips: Add MIPSR6 support
Milos Kalicanin
- [PATCH^3] gdb: mips: Add MIPSR6 support
Milos Kalicanin
- [PATCH] Fix AIX build break.
Aditya Vidyadhar Kamath
- [PATCH] Fix AIX watchpoint warning during fork () event.
Aditya Kamath1
- [RFC] Looking to fix AIX whatis-ptype-typedefs.exp
Aditya Kamath1
- [PATCH] Fix AIX watchpoint warning during fork () event.
Aditya Kamath1
- [PATCH] Fix AIX build break
Aditya Kamath1
- [RFC] Fix AIX build break
Aditya Kamath1
- [PATCH] Fix AIX build break
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] Fix attach-twice.c testcase for AIX.
Aditya Kamath1
- [PATCH] Fix attach-twice.c testcase for AIX.
Aditya Kamath1
- [PATCH] Fix attach-twice.c testcase for AIX.
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] Fix AIX build break.
Aditya Kamath1
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Guinevere Larsen
- [PINGv2] [PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH v2] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Guinevere Larsen
- [PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
Guinevere Larsen
- [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Guinevere Larsen
- [PINGv2][PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Guinevere Larsen
- [PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
Guinevere Larsen
- [PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
Guinevere Larsen
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Guinevere Larsen
- [PATCH v6 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Guinevere Larsen
- [PATCH v6 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
Guinevere Larsen
- [PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
Guinevere Larsen
- [PINGv3][PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PING][PATCH v2] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Guinevere Larsen
- [PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
Guinevere Larsen
- [PATCH] gdb: fix "list ." related crash
Guinevere Larsen
- [PATCH] gdb: fix "list ." related crash
Guinevere Larsen
- [PINGv3][PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PINGv3][PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Guinevere Larsen
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Guinevere Larsen
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Guinevere Larsen
- [PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support
Hui Li
- [PATCH 1/2] gdb: LoongArch: Add vector extensions support
Hui Li
- [PATCH 2/2] gdb: LoongArch: Add LBT extension support
Hui Li
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [pushed] Add myself to gdb/MAINTAINERS
Yang Liu
- [PATCH 0/3] Fix "attach" infinite loop
Carl Love
- [ PATCH 0/3] Fix GDB reverse execution behavior
Carl Love
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Carl Love
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Carl Love
- [PATCH] rs6000, unwind-on-each-instruction fix.
Carl Love
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Carl Love
- Help with break in printf function
Carl Love
- Help with break in printf function
Carl Love
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Carl Love
- [PATCH] [gdb/testsuite] Handle PAC marker
Luis Machado
- [PATCH v3] Fix missing watchpoint hits/endless loop
Luis Machado
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Luis Machado
- [PATCH] gdb/arm: Fix epilogue frame id
Luis Machado
- [PINGv3][PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Luis Machado
- [PATCH] gdb/arm: Fix epilogue frame id
Luis Machado
- [PATCH/committed 04/21] sim: bpf: fix -Wunused-variable warnings
Jose E. Marchesi
- [COMMITTED] sim: bpf: remove support for ldinddw and ldabsdw instructions
Jose E. Marchesi
- [PATCH 2/6] Use vector in remote-fileio.c
Simon Marchi
- [PATCH] Make `linux_info_proc` prefer using the LWP over the PID
Simon Marchi
- [PATCH v4 01/19] Don't use objfile::intern in DWO code
Simon Marchi
- [PATCH] Fix ASAN failure in DWO code
Simon Marchi
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Simon Marchi
- [PATCH] gdb: fix frame passed to gdbarch_value_to_register in value_assign
Simon Marchi
- [PATCH] gdb: fix frame passed to gdbarch_value_to_register in value_assign
Simon Marchi
- [PATCH 00/19] Add hash table to gdbsupport
Simon Marchi
- [PATCH 00/19] Add hash table to gdbsupport
Simon Marchi
- [pushed] gdb: remove unnecessary braces
Simon Marchi
- [pushed] gdb/testsuite: remove spurious $ in save_vars
Simon Marchi
- [pushed] gdb/testsuite: remove spurious $ in save_vars
Simon Marchi
- [PATCH] gdb: remove unnecessary NULL checks for return value of value_from_register
Simon Marchi
- [PATCH] gdb: remove unnecessary NULL checks for return value of value_from_register
Simon Marchi
- [PATCH] gdb: remove SYMBOL_*_OPS macros
Simon Marchi
- [PATCH] gdb: remove SYMBOL_*_OPS macros
Simon Marchi
- [PATCH v2] gdb: remove SYMBOL_*_OPS macros
Simon Marchi
- [PATCH] Simplify DWARF symtab inclusion handling
Simon Marchi
- [PATCH] Avoid duplicate test in dw2-zero-range.exp
Simon Marchi
- [PATCH v2] gdb: remove SYMBOL_*_OPS macros
Simon Marchi
- fix remote serial read
Simon Marchi
- [PATCH] Avoid duplicate test in dw2-zero-range.exp
Simon Marchi
- [PATCH] [gdb] Fix heap-use-after-free in select_event_lwp
Simon Marchi
- [PATCH v2] [gdb] Fix heap-use-after-free in select_event_lwp
Simon Marchi
- [pushed] gdb: remove get_gdb_program_name
Simon Marchi
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Simon Marchi
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Simon Marchi
- [PATCH] gdb: remove some unnecessary frame_info_ptr resets
Simon Marchi
- [PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
Simon Marchi
- [PATCH] gdb: remove some unnecessary frame_info_ptr resets
Simon Marchi
- [PATCH 0/4] On-demand debuginfo downloading
Aaron Merey
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PATCH 2/4 v3] gdb/progspace: Add reverse safe iterator
Aaron Merey
- [PATCH 3/4 v5] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PATCH 4/4 v6] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PATCH 2/4 v3] gdb/progspace: Add reverse safe iterator
Aaron Merey
- [PATCH 3/4 v5] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [committed] MAINTAINERS: Update my email address
Joseph Myers
- [RFC][PR symtab/30520] gdb/symtab: check name matches before expanding a CU
Dmitry Neverov
- [RFC v2][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
Dmitry Neverov
- [RFC v2][PR symtab/30520 2/4] gdb/symtab: reuse last segment lookup name info
Dmitry Neverov
- [RFC v2][PR symtab/30520 3/4] gdb/symtab: compute match_type outside the loop
Dmitry Neverov
- [RFC v2][PR symtab/30520 4/4] gdb/symtab: use symbol name matcher for all segments in a qualified name
Dmitry Neverov
- [RFC v2][PR symtab/30520] gdb/symtab: fix the gdb.cp/anon-struct test
Dmitry Neverov
- [PATCH v5 0/2] sim: riscv: Compressed instruction simulation
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v5 1/2] [sim/riscv] Fix crash during instruction decoding
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v6 2/2] sim: riscv: Add support for compressed integer instructions
Jaydeep Patil
- [PATCH] gdbserver: Fix overflow detection in gdbserver
Kirill Radkin
- [PATCH] Support the NO_COLOR environment variable
Maciej W. Rozycki
- [PATCH 2/6] Use vector in remote-fileio.c
Lancelot SIX
- [PATCH 0/6] Make remote-fileio per-target
Lancelot SIX
- [PATCHv2 2/3] gdb: merge error handling from different expression parsers
Lancelot SIX
- [PATCH] gdb/amd-dbgaapi-lib: Add set style commands for diagnostic messages
Lancelot SIX
- [PATCH v3] remote.c: Make packet_check_result return a structure
Lancelot SIX
- [PATCH v2 10/30] Use a .def file for domain_enum
Lancelot SIX
- [PATCH] gdb: Use SYS_DOMAIN instead of DOMAIN when calling sym-domains.def
Lancelot SIX
- [PATCH] gdb: Use SYS_DOMAIN instead of DOMAIN when calling sym-domains.def
Lancelot SIX
- [PATCH] gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.def
Lancelot SIX
- [PATCH 1/1] doc: update link to Oracle DTrace project
Sargsyan, Eduard
- [External] : Re: [PATCH v3] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- [External] : Re: [PATCH v3] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- Help with break in printf function
Andreas Schwab
- [PATCH] Remove tui-out.[ch]
Keith Seitz
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Keith Seitz
- [PATCH 04/16] gdb: remove the !startup_with_shell path from construct_inferior_arguments
Keith Seitz
- [PATCH 08/16] gdb: move remote arg splitting and joining into gdbsupport/
Keith Seitz
- [PATCH 10/16] gdb: add remote argument passing self tests
Keith Seitz
- [PATCH 12/16] gdb/gdbserver: add a '--no-escape-args' command line option
Keith Seitz
- [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
Keith Seitz
- [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues
Keith Seitz
- [PATCH 16/16] gdb/gdbserver: rework argument splitting and joining
Keith Seitz
- [PATCH] Handle DW_AT_endianity on enumeration types
Keith Seitz
- [PATCH] gdb/testsuite: Fix testing of "info copying"
Keith Seitz
- [PATCH v2] gdb/s390: Add packed-stack support to the backchain unwinder
Keith Seitz
- [PATCH] gdb/unwinders: better support for $pc not saved
Keith Seitz
- [PATCH] gdb/infrun: lazily load curr_frame_id in process_event_stop_test
Six, Lancelot
- [PATCH v4 00/19] Index DWARF in the background
Tom Tromey
- [PATCH] Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu
Tom Tromey
- [PATCH] Fix two bugs in gdbserver thread name handling
Tom Tromey
- [PATCH/submitted 01/10] sim: ppc: move long long test to top-level
Tom Tromey
- [PATCH/committed 2/8] sim: ppc: replace filter_filename with lbasename
Tom Tromey
- [PATCH 0/3] [gdb/symtab] Eliminate deferred_entry
Tom Tromey
- [PATCH] gdb: remove deprecated_exec_file_display_hook and associated code
Tom Tromey
- [PATCH] remote.c: Make packet_check_result return a structure
Tom Tromey
- [PATCH 04/17] Add some new DW_IDX_* values
Tom Tromey
- [PATCH v2] remote.c: Make packet_check_result return a structure
Tom Tromey
- [PATCH 04/17] Add some new DW_IDX_* values
Tom Tromey
- [PATCH/submitted 01/10] sim: ppc: move long long test to top-level
Tom Tromey
- [PATCH v2 0/3] [gdb/symtab] Eliminate deferred_entry
Tom Tromey
- [PATCH] gdb/python: New InferiorThread.ptid_string attribute
Tom Tromey
- [PATCH v4 01/19] Don't use objfile::intern in DWO code
Tom Tromey
- [PATCH 1/6] gdb/python: hoist common invalid object repr code into py-utils.c
Tom Tromey
- [PATCH v4 01/19] Don't use objfile::intern in DWO code
Tom Tromey
- [PATCH] Fix ASAN failure in DWO code
Tom Tromey
- [PATCH 5/6] gdb/python: Add gdb.Inferior.__dict__ attribute
Tom Tromey
- [PATCH 6/6] gdb/python: Add gdb.InferiorThread.__dict__ attribute
Tom Tromey
- [pushed] Fix thread-less build
Tom Tromey
- [RFC] Looking to fix AIX whatis-ptype-typedefs.exp
Tom Tromey
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Tom Tromey
- [PATCHv2 0/8] Python __repr__() methods and new __dict__ attributes
Tom Tromey
- [PATCH 1/5] gdb: move libiberty.m4 to gdbsupport
Tom Tromey
- [PATCH 2/5] gdb: libiberty: switch to AC_CHECK_DECLS_ONCE
Tom Tromey
- [PATCH 5/5] gdbsupport: tighten up libiberty code a bit with dnl
Tom Tromey
- [PATCH] gdb: add trailing '/' when using 'complete' with directory names
Tom Tromey
- [PATCH] Handle EOF more gracefully in DAP
Tom Tromey
- Commit: Sync top level configure and makefiles
Tom Tromey
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Tom Tromey
- [PATCHv3] gdb: add trailing '/' when using 'complete' with directory names
Tom Tromey
- [PATCH] gdb/infcall: Fix freed frame dereferenced in inferior call
Tom Tromey
- [PATCH v4 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
Tom Tromey
- [PATCH v4 2/3] gdb, types: Resolve pointer types dynamically
Tom Tromey
- [PATCH v4 0/3] Dynamic properties of pointers
Tom Tromey
- [PATCH v6 1/1] fortran: Fix arrays of variable length strings for FORTRAN
Tom Tromey
- [PATCH 00/19] Add hash table to gdbsupport
Tom Tromey
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Tom Tromey
- [PATCH] gdb/python: Fix segfault when iterating over empty linetable
Tom Tromey
- [PATCH] Handle DW_AT_endianity on enumeration types
Tom Tromey
- [PATCH] Fix AIX build break
Tom Tromey
- [PATCH] gdb/python: Fix segfault when iterating over empty linetable
Tom Tromey
- [PATCH 00/19] Add hash table to gdbsupport
Tom Tromey
- [PATCH] Remove addrmap_fixed::set_entry
Tom Tromey
- [PATCH] Fix crash in struct-with-sig-2.exp with debug-names target board
Tom Tromey
- [PATCH] Fix handling of DW_OP_GNU_push_tls_address
Tom Tromey
- [PATCH] Fix crash in struct-with-sig-2.exp with debug-names target board
Tom Tromey
- [PATCH] Fix AIX build break
Tom Tromey
- [PATCH] Emit stopped event for DAP attach request
Tom Tromey
- [PATCH 05/17] Document GDB extensions to DWARF .debug_names
Tom Tromey
- [PATCH v2 00/17] Rewrite .debug_names reader and writer
Tom Tromey
- [PATCH v2 01/17] Refactor 'maint set dwarf synchronous' handling
Tom Tromey
- [PATCH v2 02/17] Refactor quick-function installation in DWARF reader
Tom Tromey
- [PATCH v2 03/17] Remove IS_ENUM_CLASS from cooked_index_flag
Tom Tromey
- [PATCH v2 04/17] Document GDB extensions to DWARF .debug_names
Tom Tromey
- [PATCH v2 05/17] Add language to cooked_index_entry
Tom Tromey
- [PATCH v2 06/17] Move cooked_index_functions to cooked-index.h
Tom Tromey
- [PATCH v2 07/17] Do not write the index cache from an index
Tom Tromey
- [PATCH v2 08/17] Change cooked_index_worker to abstract base class
Tom Tromey
- [PATCH v2 09/17] Remove cooked_index_worker::start_reading
Tom Tromey
- [PATCH v2 10/17] Empty hash table fix in .debug_names reader
Tom Tromey
- [PATCH v2 11/17] Fix dw2-zero-range.exp when an index is in use
Tom Tromey
- [PATCH v2 12/17] Explicitly expand CUs in dw2-inline-with-lexical-scope.exp
Tom Tromey
- [PATCH v2 13/17] Remove some .debug_names tests
Tom Tromey
- [PATCH v2 14/17] Allow other results in DW_TAG_entry_point test
Tom Tromey
- [PATCH v2 15/17] Rewrite .debug_names reader
Tom Tromey
- [PATCH v2 16/17] Export dwarf5_augmentation
Tom Tromey
- [PATCH v2 17/17] Rewrite .debug_names writer
Tom Tromey
- [PATCH gdb/symtab 0/7] Compute DWARF entry parents across CUs
Tom Tromey
- [PATCH gdb/symtab 1/7] Refactor condition in scan_attributes
Tom Tromey
- [PATCH 2/7] Change handling of DW_TAG_enumeration_type in DWARF scanner
Tom Tromey
- [PATCH 3/7] Add move operators for addrmap
Tom Tromey
- [PATCH 4/7] Introduce class parent_map for DIE range map
Tom Tromey
- [PATCH 5/7] Correctly handle DIE parent computations
Tom Tromey
- [PATCH gdb/testsuite 6/7] Add gdb.dwarf2/forward-spec-inter-cu.exp
Tom Tromey
- [PATCH gdb/testsuite 7/7] Add gdb.dwarf2/backward-spec-inter-cu.exp
Tom Tromey
- [PATCH] [gdb/testsuite] Call ldd --version in gdb.testsuite/dump-system-info.exp
Tom Tromey
- [PATCH] Fix AIX build break.
Tom Tromey
- [PATCH v2 00/17] Rewrite .debug_names reader and writer
Tom Tromey
- [PATCH] Handling of arrays with optimized-out bounds
Tom Tromey
- [PATCH] Mask x86 segment registers in Windows gdbserver
Tom Tromey
- [PATCH v2 00/30] Restructure symbol domains
Tom Tromey
- [PATCH v2 01/30] Fix bug in cooked index scanner
Tom Tromey
- [PATCH v2 02/30] Small cleanup in DWARF reader
Tom Tromey
- [PATCH v2 03/30] Fix latent bug in DW_TAG_entry_point handling
Tom Tromey
- [PATCH v2 04/30] Make nsalias.exp more reliable
Tom Tromey
- [PATCH v2 05/30] Fix latent bug in mdebugread.c
Tom Tromey
- [PATCH v2 06/30] Give names to unspecified types
Tom Tromey
- [PATCH v2 07/30] Remove NR_DOMAINS
Tom Tromey
- [PATCH v2 08/30] Simplify symbol_to_info_string
Tom Tromey
- [PATCH v2 09/30] Split up a big 'if' in symtab.c
Tom Tromey
- [PATCH v2 10/30] Use a .def file for domain_enum
Tom Tromey
- [PATCH v2 11/30] Add two new symbol domains
Tom Tromey
- [PATCH v2 12/30] Add domain_search_flags
Tom Tromey
- [PATCH v2 13/30] Replace search_domain with domain_search_flags
Tom Tromey
- [PATCH v2 14/30] Remove a check of VAR_DOMAIN
Tom Tromey
- [PATCH v2 15/30] Introduce "scripting" domains
Tom Tromey
- [PATCH v2 16/30] Use domain_search_flags in lookup_global_symbol_language
Tom Tromey
- [PATCH v2 17/30] Use domain_search_flags in lookup_symbol et al
Tom Tromey
- [PATCH v2 18/30] Remove some obsolete Python constants
Tom Tromey
- [PATCH v2 19/30] Remove old symbol_matches_domain
Tom Tromey
- [PATCH v2 20/30] Use the new symbol domains
Tom Tromey
- [PATCH v2 21/30] Simplify some symbol searches in Ada code
Tom Tromey
- [PATCH v2 22/30] Simplify some symbol searches in linespec.c
Tom Tromey
- [PATCH v2 23/30] Only search for "main" as a function
Tom Tromey
- [PATCH v2 24/30] Only look for functions in expand_symtabs_for_function
Tom Tromey
- [PATCH v2 25/30] Use a function-domain search in inside_main_func
Tom Tromey
- [PATCH v2 26/30] Only search types in cp_lookup_rtti_type
Tom Tromey
- [PATCH v2 27/30] Only search types in lookup_typename
Tom Tromey
- [PATCH v2 28/30] Only search for functions in rust_structop::evaluate_funcall
Tom Tromey
- [PATCH v2 29/30] Refine search in cp_search_static_and_baseclasses
Tom Tromey
- [PATCH v2 30/30] Document new Python and Guile constants
Tom Tromey
- [PATCH v2 00/17] Rewrite .debug_names reader and writer
Tom Tromey
- [PATCH] Pass GUILE down to subdirectories
Tom Tromey
- [PATCH] Fix AIX build break.
Tom Tromey
- [PATCH] gdb: remove unnecessary NULL checks for return value of value_from_register
Tom Tromey
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Tom Tromey
- [RFC][PR symtab/30520] gdb/symtab: check name matches before expanding a CU
Tom Tromey
- [PATCH] gdb: remove SYMBOL_*_OPS macros
Tom Tromey
- [PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
Tom Tromey
- [PATCH v2] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Tom Tromey
- fix remote serial read
Tom Tromey
- [PATCH] Avoid duplicate test in dw2-zero-range.exp
Tom Tromey
- [PATCH] Simplify DWARF symtab inclusion handling
Tom Tromey
- [PATCH] Simplify DWARF symtab inclusion handling
Tom Tromey
- [PATCH 05/14] Remove tui_register_info::visible
Tom Tromey
- [PATCH 05/14] Remove tui_register_info::visible
Tom Tromey
- [PATCH 07/14] Simplify update_register_data
Tom Tromey
- [PATCH 03/14] Simplify tui_data_window::show_register_group
Tom Tromey
- [PATCH 08/14] Remove the TUI register window rerender overload
Tom Tromey
- [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Tom Tromey
- [PATCH v2 00/14] Cleanups for the TUi register window
Tom Tromey
- [PATCH v2 01/14] Use pop_back in tui_register_format
Tom Tromey
- [PATCH v2 02/14] Minor C++ cleanups in tui-regs.c
Tom Tromey
- [PATCH v2 03/14] Simplify tui_data_window::show_register_group
Tom Tromey
- [PATCH v2 04/14] Rename tui_data_item_window -> tui_register_info
Tom Tromey
- [PATCH v2 05/14] Change tui_register_info::visible to a method
Tom Tromey
- [PATCH v2 06/14] Move scrollok call in register window
Tom Tromey
- [PATCH v2 07/14] Simplify update_register_data
Tom Tromey
- [PATCH v2 08/14] Remove the TUI register window rerender overload
Tom Tromey
- [PATCH v2 09/14] Simplify tui_data_win::erase_data_content
Tom Tromey
- [PATCH v2 10/14] Remove tui_refreshing_registers
Tom Tromey
- [PATCH v2 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Tom Tromey
- [PATCH v2 12/14] Return void from tui_show_frame_info
Tom Tromey
- [PATCH v2 13/14] Rename show_registers -> set_register_group
Tom Tromey
- [PATCH v2 14/14] Update TUI register window when the inferior exits
Tom Tromey
- [PATCH] Avoid duplicate test in dw2-zero-range.exp
Tom Tromey
- fix remote serial read
Tom Tromey
- [PATCH] gdb/amd-dbgaapi-lib: Add set style commands for diagnostic messages
Tom Tromey
- [PATCH] Handle EOF more gracefully in DAP
Tom Tromey
- [PATCH] [gdb/exp] Fix printing of out of bounds struct members
Tom Tromey
- [PATCH] Pass GUILE down to subdirectories
Tom Tromey
- [PATCH] Revert "Pass GUILE down to subdirectories"
Tom Tromey
- [PATCH 29/29] Document new Python and Guile constants
Tom Tromey
- [PATCH] gdb: fix "list ." related crash
Tom Tromey
- [PATCH] Remove 'if' from GDB_PY_HANDLE_EXCEPTION
Tom Tromey
- [PATCH] Handle DW_AT_endianity on enumeration types
Tom Tromey
- [PATCH] Really fix Windows gdbserver segment registers
Tom Tromey
- [PATCH] Emit stopped event for DAP attach request
Tom Tromey
- [PATCH 0/3] Fix ordering of configurationDone and launch
Tom Tromey
- [PATCH 1/3] Export dap_initialize
Tom Tromey
- [PATCH 2/3] Clean up suppress_new_breakpoint_event
Tom Tromey
- [PATCH 3/3] Fix DAP launch and configurationDone requests
Tom Tromey
- [PATCH] [gdb/exp] Fix printing of out of bounds struct members
Tom Tromey
- [PATCH] Avoid race when reading dwz file
Tom Tromey
- [PATCH] [gdb/testsuite] Fix regexp in vgdb_start
Tom Tromey
- [PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
Tom Tromey
- [PATCH] [gdb/build] Workaround gcc PR113599
Tom Tromey
- [PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
Tom Tromey
- [PATCH] Move lookup_name_info creation into basic_lookup_transparent_type
Tom Tromey
- [PATCH] Fix AIX build break.
Tom Tromey
- [PATCH 0/5] Fix race when writing to index cache
Tom Tromey
- [PATCH 1/5] Rename members of index_cache_store_context
Tom Tromey
- [PATCH 2/5] Capture directory in index_cache_store_context
Tom Tromey
- [PATCH 3/5] Capture the per-BFD object in index_cache_store_context
Tom Tromey
- [PATCH 4/5] Move the 'store' method to index_cache_store_context
Tom Tromey
- [PATCH 5/5] Avoid race when writing to index cache
Tom Tromey
- [PATCH v2 00/30] Restructure symbol domains
Tom Tromey
- [PATCH] Rename SEARCH_ALL
Tom Tromey
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Tom Tromey
- [PATCH v2 10/30] Use a .def file for domain_enum
Tom Tromey
- [PATCH] gdb: attach to a process when the executable has been deleted
Tom Tromey
- Help with break in printf function
Tom Tromey
- [PATCH] gdb: Use SYS_DOMAIN instead of DOMAIN when calling sym-domains.def
Tom Tromey
- [PATCH] Really fix Windows gdbserver segment registers
Tom Tromey
- [PATCH] Fix AIX build break.
Tom Tromey
- [PATCH] gdb: remove some unnecessary frame_info_ptr resets
Tom Tromey
- [PATCH] [gdb/testsuite] Make gdb.base/solib-search.exp more robust
Tom de Vries
- [PATCH] [gdb/testsuite] Handle PAC marker
Tom de Vries
- [PATCH 0/3] [gdb/symtab] Eliminate deferred_entry
Tom de Vries
- [PATCH 1/3] [gdb/symtab] Allow changing of added cooked_index entries
Tom de Vries
- [PATCH 2/3] [gdb/symtab] Make cooked_index_entry::parent_entry private
Tom de Vries
- [PATCH 3/3] [gdb/symtab] Eliminate deferred_entry
Tom de Vries
- [PATCH v3] Fix missing watchpoint hits/endless loop
Tom de Vries
- [PATCH] [gdb/testsuite] Make gdb.base/solib-search.exp more robust
Tom de Vries
- [pushed] [gdb/testsuite] Add missing -no-prompt-anchor in gdb.base/vfork-follow-parent.exp
Tom de Vries
- [PATCH 0/3] [gdb] Two checkpoint fixes
Tom de Vries
- [PATCH 1/3] [gdb] Make variable printed bool in info_checkpoints_command
Tom de Vries
- [PATCH 2/3] [gdb] Fix info checkpoints
Tom de Vries
- [PATCH 3/3] [gdb] Fix assertion failure for checkpoint delete 0
Tom de Vries
- [PATCH] [gdb/testsuite] Extend gdb.base/kill-during-detach.exp
Tom de Vries
- [PATCH v2 0/3] [gdb/symtab] Eliminate deferred_entry
Tom de Vries
- [PATCH v2 1/3] gdb/symtab: Allow changing of added cooked_index entries
Tom de Vries
- [PATCH v2 2/3] gdb/symtab: Make cooked_index_entry::parent_entry private
Tom de Vries
- [PATCH v2 3/3] gdb/symtab: Eliminate deferred_entry
Tom de Vries
- [PATCH v2 3/3] gdb/symtab: Eliminate deferred_entry
Tom de Vries
- [PATCH 3/3] [gdb] Fix assertion failure for checkpoint delete 0
Tom de Vries
- Commit: Sync top level configure and makefiles
Tom de Vries
- [PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
Tom de Vries
- [PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
Tom de Vries
- [PATCH] gdb: fix frame passed to gdbarch_value_to_register in value_assign
Tom de Vries
- [pushed] [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp
Tom de Vries
- [PATCH] Fix AIX build break
Tom de Vries
- [PATCHv2 0/8] Python __repr__() methods and new __dict__ attributes
Tom de Vries
- [pushed] [gdb/testsuite] Fix gdb.cp/namespace.exp with read1
Tom de Vries
- [pushed] [gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1
Tom de Vries
- [PATCH] Remove addrmap_fixed::set_entry
Tom de Vries
- [PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
Tom de Vries
- [PATCH] Fix crash in struct-with-sig-2.exp with debug-names target board
Tom de Vries
- [PATCH] gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.exp
Tom de Vries
- [PATCH] gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.exp
Tom de Vries
- [PATCH] [gdb/testsuite] Call ldd --version in gdb.testsuite/dump-system-info.exp
Tom de Vries
- [PATCH v2 00/17] Rewrite .debug_names reader and writer
Tom de Vries
- [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
Tom de Vries
- [PATCH] [gdb/exp] Fix printing of out of bounds struct members
Tom de Vries
- [PATCH] [gdb] Fix heap-use-after-free in select_event_lwp
Tom de Vries
- [PATCH v2] [gdb] Fix heap-use-after-free in select_event_lwp
Tom de Vries
- [PATCH] [gdb] Fix heap-use-after-free in select_event_lwp
Tom de Vries
- [PATCH v2] [gdb] Fix heap-use-after-free in select_event_lwp
Tom de Vries
- [PATCH v2] [gdb/exp] Fix printing of out of bounds struct members
Tom de Vries
- [PATCH] [gdb/exp] Fix printing of out of bounds struct members
Tom de Vries
- [PATCH] [gdb/testsuite] Fix regexp in vgdb_start
Tom de Vries
- [PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
Tom de Vries
- [PATCH] [gdb/exp] Fix printing of out of bounds struct members
Tom de Vries
- [PATCH] [gdb/build] Workaround gcc PR113599
Tom de Vries
- [PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
Tom de Vries
- [PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
Tom de Vries
- [PATCH] [gdb/build] Workaround gcc PR113599
Tom de Vries
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Michael Weghorn
- [PATCH] Fix AIX watchpoint warning during fork () event.
Ulrich Weigand
- [PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
Ulrich Weigand
- [PATCH] Fix attach-twice.c testcase for AIX.
Ulrich Weigand
- [PATCH] Fix attach-twice.c testcase for AIX.
Ulrich Weigand
- [FYI] Copyright year updates
Mark Wielaard
- [PATCH] sim: Fix some -Werror=shadow=compatible-local issues in aarch64/simulator.c
Mark Wielaard
- [PATCH] sim: Fix cc -Werror=shadow=local in cr16/simops.c
Mark Wielaard
- [PATCH] sim: Fix -Werror=shadow=local issue in m32c/gdb-if.c
Mark Wielaard
- [PATCH] sim: Fix -Wincompatible-pointer-types in frv/sem.c
Mark Wielaard
- [PATCH] sim: Fix -Werror=shadow=local issue in m32c/gdb-if.c
Mark Wielaard
- [PATCH] sim: Fix -Wincompatible-pointer-types in frv/sem.c
Mark Wielaard
- [PATCH] sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read, write}
Mark Wielaard
- [PATCH] sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write}
Mark Wielaard
- [PATCH] gdb: LoongArch: Implement the get_syscall_number gdbarch method
Tiezhu Yang
- [PATCH 1/1] doc: update link to Oracle DTrace project
Elena Zannoni
- [PATCH 4/6] gdb/python: remove users ability to create gdb.Progspace objects
Eli Zaretskii
- [PATCH 6/6] gdb/python: Add gdb.InferiorThread.__dict__ attribute
Eli Zaretskii
- [PATCH 5/6] gdb/python: Add gdb.Inferior.__dict__ attribute
Eli Zaretskii
- [PATCH 09/16] gdb/python: change escaping rules when setting arguments
Eli Zaretskii
- [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues
Eli Zaretskii
- [PATCH 11/16] gdb/gdbserver: pass inferior arguments as a single string
Eli Zaretskii
- [PATCH 11/16] gdb/gdbserver: pass inferior arguments as a single string
Eli Zaretskii
- [PATCH 16/16] gdb/gdbserver: rework argument splitting and joining
Eli Zaretskii
- [PATCH 12/16] gdb/gdbserver: add a '--no-escape-args' command line option
Eli Zaretskii
- [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
Eli Zaretskii
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Eli Zaretskii
- [PATCH] gdb/python: New InferiorThread.ptid_string attribute
Eli Zaretskii
- [PATCHv2 7/8] gdb/doc: add some notes on selecting suitable attribute names
Eli Zaretskii
- [PATCHv2 8/8] gdb/doc: update examples in gdb.Progspace and gdb.Objfile docs
Eli Zaretskii
- [PATCHv2 7/8] gdb/doc: add some notes on selecting suitable attribute names
Eli Zaretskii
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Eli Zaretskii
- [PATCH v3] Add support for creating new types from the Python API
Eli Zaretskii
- [PATCH v4] Add support for creating new types from the Python API
Eli Zaretskii
- [PATCH v4] Add support for creating new types from the Python API
Eli Zaretskii
- [PATCH 5/5] [dap & linetable]: Added docs
Eli Zaretskii
- [PATCH 5/5] gdb: remove special case completion word handling for filenames
Eli Zaretskii
- [PATCH 5/5] gdb: remove special case completion word handling for filenames
Eli Zaretskii
- [PATCH 1/1] doc: update link to Oracle DTrace project
Eli Zaretskii
- [PATCH v2 3/6] Add new vDefaultInferiorFd packet
Eli Zaretskii
- [PATCH 00/16] Inferior argument (inc for remote targets) changes
Eli Zaretskii
- [PATCH 29/29] Document new Python and Guile constants
Eli Zaretskii
- [PATCH v6 0/2] sim: riscv: Compressed instruction simulation
jaydeep.patil@imgtec.com
- [PATCH v6 1/2] sim: riscv: Fix crash during instruction decoding
jaydeep.patil@imgtec.com
- [PATCH v6 2/2] sim: riscv: Add support for compressed integer instructions
jaydeep.patil@imgtec.com
- [PATCH v7 0/1] sim: riscv: Compressed instruction simulation
jaydeep.patil@imgtec.com
- [PATCH v7 1/1] sim: riscv: Add support for compressed integer instructions
jaydeep.patil@imgtec.com
- Re: fix remote serial read
Сергей Чернов
Last message date:
Wed Jan 31 21:20:00 GMT 2024
Archived on: Wed Jan 31 21:20:03 GMT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).