public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] [gdb/testsuite] Fix gdb.arch/i386-avx.exp with clang
 2021-12-06 15:27 UTC  (13+ messages)

[RFC] libopcodes based disassembler syntax highlighting
 2021-12-06 15:13 UTC  (4+ messages)

gdb: Implement the init_reg dwarf2_frame_ops for amd64
 2021-12-06 15:13 UTC  (11+ messages)

[PATCH v2 00/13] FreeBSD target async mode and related refactoring
 2021-12-06 15:04 UTC  (18+ messages)
` [PATCH v2 04/13] linux-nat: Don't enable async mode at the end of linux_nat_target::resume
` [PATCH v2 06/13] inf-ptrace: Raise an internal_error if waitpid() fails

[pushed 1/2] [gdb/testsuite] Fix data alignment in gdb.arch/i386-{avx, sse}.exp
 2021-12-06 15:01 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Use precise align "

[PATCH 0/4] Disassembler Output Styling
 2021-12-06 14:32 UTC  (3+ messages)
` [PATCHv2 0/2] "
  ` Ping: "

[PATCH 0/2] Add new gdb.Type.signedness attribute
 2021-12-06 14:08 UTC  (8+ messages)
` [PATCH 1/2] gdb: use ARRAY_SIZE for iterating over an array
` [PATCH 2/2] gdb/python: add Type.signedness attribute
` [PATCHv2 0/2] Add new gdb.Type.signedness attribute
  ` [PATCHv2 1/2] gdb: use a range based for loop when iterating over an array
  ` [PATCHv2 2/2] gdb/python: add Type.signedness attribute

[PATCH] gdb: update gdb-gdb.py.in for latest changes to struct field
 2021-12-06 14:03 UTC 

Broken source view with Pygments and non-UTF-8 encoded source
 2021-12-06 12:36 UTC 

[PATCH] [gdb/ada] Fix assert in ada_is_unconstrained_packed_array_type
 2021-12-06 11:31 UTC 

[PATCH v2] PR gdb/28480: Improve ambiguous member detection
 2021-12-06 11:16 UTC  (6+ messages)

[PATCH 0/8] Unify escaping/quoting of args in GDB/GDBserver
 2021-12-06 10:47 UTC  (2+ messages)
` [PING] "

[PATCH] gdb: Add PowerPC support to gdb.dwarf2/frame-inlined-in-outer-frame.exp
 2021-12-06  5:56 UTC  (4+ messages)
` [PATCH ver2] "

[PATCH 0/3] Refactor find_file_and_directory
 2021-12-06  1:54 UTC  (14+ messages)
` [PATCH 1/3] Remove Irix case from find_file_and_directory
` [PATCH 2/3] Move file_and_directory to new file and C++-ize
` [PATCH 3/3] Cache the result of find_file_and_directory

[PATCH v3 0/2][PR 28406] gdb: add exit command as an alias for quit
 2021-12-05  7:08 UTC  (4+ messages)
  ` [PATCH v3 1/2] gdb: improve quit command with an alias called exit
  ` [PATCH v3 2/2] gdb/doc: Document the exit command

[PATCH 1/4] sim: reorder header includes
 2021-12-05  3:10 UTC  (4+ messages)
` [PATCH 2/4] sim: include stdarg.h when used
` [PATCH 3/4] sim: include stdint.h when needed
` [PATCH 4/4] sim: include ansidecl.h "

[PATCH] gdbsupport: fix memory leak in create_file_handler when re-using file handler
 2021-12-05  2:47 UTC  (5+ messages)

[PATCH v2 0/2][PR 28406] gdb: add exit command as an alias for quit
 2021-12-04 23:01 UTC  (5+ messages)
  ` [PATCH v2 1/2] gdb: improve quit command with an alias called exit
  ` [PATCH v2 2/2] gdb/doc: Document the exit command

[PATCH v3 00/33] Rewrite the DWARF "partial" reader
 2021-12-04 20:38 UTC  (34+ messages)
` [PATCH v3 01/33] Split create_addrmap_from_aranges
` [PATCH v3 02/33] Fix latent bug in read_addrmap_from_aranges
` [PATCH v3 03/33] Add dwarf2_per_cu_data::addresses_seen
` [PATCH v3 04/33] Refactor dwarf2_get_pc_bounds
` [PATCH v3 05/33] Allow ada_decode not to decode operators
` [PATCH v3 06/33] Let skip_one_die not skip children
` [PATCH v3 07/33] Add name splitting
` [PATCH v3 08/33] Add new overload of dwarf5_djb_hash
` [PATCH v3 09/33] Refactor build_type_psymtabs_reader
` [PATCH v3 10/33] Add batching parameter to parallel_for_each
` [PATCH v3 11/33] Return vector of results from parallel_for_each
` [PATCH v3 12/33] Specialize std::hash for gdb_exception
` [PATCH v3 13/33] Add "fullname" handling to file_and_directory
` [PATCH v3 14/33] Introduce DWARF abbrev cache
` [PATCH v3 15/33] Statically examine abbrev properties
` [PATCH v3 16/33] Update skip_one_die for new "
` [PATCH v3 17/33] Introduce the new DWARF index class
` [PATCH v3 18/33] The new DWARF indexer
` [PATCH v3 19/33] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v3 20/33] Wire in the new DWARF indexer
` [PATCH v3 21/33] Introduce thread-safe handling for complaints
` [PATCH v3 22/33] Pre-read DWARF section data
` [PATCH v3 23/33] Parallelize DWARF indexing
` [PATCH v3 24/33] "Finalize" the DWARF index in the background
` [PATCH v3 25/33] Rename write_psymtabs_to_index
` [PATCH v3 26/33] Change the key type in psym_index_map
` [PATCH v3 27/33] Change parameters to write_address_map
` [PATCH v3 28/33] Genericize addrmap handling in the DWARF index writer
` [PATCH v3 29/33] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v3 30/33] Adapt .debug_names "
` [PATCH v3 31/33] Enable the new DWARF indexer
` [PATCH v3 32/33] Delete DWARF psymtab code
` [PATCH v3 33/33] Remove dwarf2_per_cu_data::v

[PATCH] sim: moxie: hoist dtb rules up to common builds
 2021-12-04 18:56 UTC 

[PATCH] sim: m68hc11: delete unused profile flags
 2021-12-04 18:46 UTC 

[PATCH] sim: msp430: delete redundant comments & settings
 2021-12-04 18:46 UTC 

[PATCH] sim: erc32: drop old configure target
 2021-12-04 18:46 UTC 

[PATCH] sim: m32c/rl78: drop redundant -Wall settings
 2021-12-04 18:45 UTC 

[PATCH 1/3] gdb: use intrusive_list for cmd_list_element aliases list
 2021-12-04 14:07 UTC  (10+ messages)
` [PATCH 2/3] gdb: change some alias functions parameters to const-reference
` [PATCH 3/3] gdb: don't show deprecated aliases

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-12-04 13:20 UTC  (9+ messages)
        ` FW: "

GDB 11.2 ("re-spin") update (2021-12-04)
 2021-12-04 11:41 UTC 

[PATCH] gdb/remote: handle attach when stop packet lacks thread-id
 2021-12-04 11:40 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH 1/2] gdb: improve quit command with an alias called exit
 2021-12-04 11:26 UTC  (5+ messages)
    ` [PING] "
      ` any issue with adding new command (alias) "exit"? "

[PATCH] Allow DW_ATE_UTF for Rust characters
 2021-12-04 11:23 UTC  (4+ messages)

[PATCH] gdbserver/tracepoint.cc: work around -Wstringop-truncation error
 2021-12-04 11:17 UTC  (2+ messages)

[PATCH v2 0/2] ppc: recognize all program traps
 2021-12-04 10:18 UTC  (5+ messages)
` [PATCH v3 1/2] ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
` [PATCH v3 2/2] ppc: recognize all program traps

[PATCH v3 0/7] Fix handling of pending fork events
 2021-12-04  3:36 UTC  (18+ messages)
` [PATCH v3 1/7] gdbserver: hide fork child threads from GDB
` [PATCH v3 2/7] gdb/linux-nat: factor ptrace-detach code to new detach_one_pid function
` [PATCH v3 3/7] gdbserver: suppress "Detaching from process" message
` [PATCH v3 4/7] gdb/remote.c: move some things up
` [PATCH v3 5/7] gdb/remote.c: refactor pending fork status functions
` [PATCH v3 6/7] gdb: move clearing of tp->pending_follow to follow_fork_inferior
` [PATCH v3 7/7] gdb, gdbserver: detach fork child when detaching from fork parent

[PATCH] Use for-each more in gdb
 2021-12-04  2:15 UTC  (2+ messages)

[pushed] gdb/testsuite: fix two "maint info line-table"-related tests
 2021-12-04  2:03 UTC 

[PATCH v3 1/3] gdbsupport: add array_view copy function
 2021-12-04  1:45 UTC  (9+ messages)
` [PATCH v3 2/3] gdb: make extract_integer take an array_view
` [PATCH v3 3/3] gdb: trivial changes to use array_view

[PATCH] gdb: small "maintenance info line-table" readability improvements
 2021-12-03 21:52 UTC  (3+ messages)

[PATCH 1/2] gdb/linespec.c: simplify condition
 2021-12-03 21:35 UTC  (2+ messages)
` [PATCH 2/2] gdb: make struct linespect contain vectors, not pointers to vectors

[PATCH 1/2] gdb/csky-tdep.c: fix -Wunused-but-set-variable error
 2021-12-03 21:31 UTC  (2+ messages)
` [PATCH 2/2] gdb/microblaze-tdep.c: fix -Wunused-but-set-variable

[PATCH 1/3] gdbserver: introduce scoped_restore_current_thread and switch_to_thread
 2021-12-03 17:02 UTC  (6+ messages)
` [PATCH 2/3] gdbserver: replace direct assignments to current_thread
` [PATCH 3/3] gdbserver/linux-low: replace direct assignment "

[PATCH 0/3] Refactor target_ops::post_startup_inferior
 2021-12-03 16:39 UTC  (6+ messages)
` [PATCH 1/3] gdb: have mips_nbsd_nat_target inherit from nbsd_nat_target
` [PATCH 2/3] gdb: rename gdb_startup_inferior to inf_child_target::startup_inferior
` [PATCH 3/3] gdb: make post_startup_inferior a virtual method on inf_ptrace_target

[PATCHv2 0/5] refactoring towards Python MI command API
 2021-12-03 16:30 UTC  (6+ messages)
` [PATCHv2 1/5] gdb/mi: rename mi_lookup to mi_cmd_lookup
` [PATCHv2 2/5] gdb/mi: use std::map for MI commands in mi-cmds.c
` [PATCHv2 3/5] gdb/mi: int to bool conversion in mi_execute_cli_command
` [PATCHv2 4/5] gdb/mi: use separate classes for different types of MI command
` [PATCHv2 5/5] gdb/mi: rename mi_cmd to mi_command

[PATCH] gdb: make use of SCOPE_EXIT to manage thread executing state
 2021-12-03 13:51 UTC 

[PATCH 1/2] gdb: return *this in target_waitstatus setters
 2021-12-03 13:35 UTC  (6+ messages)
` [PATCH 2/2] gdb: change store_waitstatus to return a target_waitstatus by value

[PATCH] gdb: make saved_filename an std::string
 2021-12-03 13:24 UTC  (3+ messages)

[PATCH 0/2] Array indexing, lazy values, and C-like languages
 2021-12-03 11:11 UTC  (6+ messages)
` [PATCH 1/2] gdb: make value_subscripted_rvalue static
` [PATCH 2/2] gdb: improve reuse of value contents when fetching array elements
  ` Ping: "

[PATCH 0/2] Changes to gdb.Value.__init__
 2021-12-03 10:52 UTC  (3+ messages)
` [PATCHv2] "
  ` Ping: "

[PATCH 0/2] Further disassembler error handling changes
 2021-12-03 10:50 UTC  (5+ messages)
` [PATCH 2/2] gdb: use SCOPE_EXIT to write out disassembler instructions
      ` Ping: "

[PATCH] gdb/remote: use scoped_restore to control starting_up flag
 2021-12-03 10:35 UTC  (7+ messages)

[PUSHED] gdb/testsuite: give a test a real name
 2021-12-03 10:05 UTC 

gdb build broken in libctf with old makeinfo
 2021-12-02 23:33 UTC 

[pushed] gdb: remove unexpected xstrdup in _initialize_maint_test_settings
 2021-12-02 19:15 UTC 

[PATCH] New --enable-threading configure option to control use of threads in GDB/GDBserver
 2021-12-02 19:06 UTC 

[PATCH] [gdb/tdep] Fix avx512 -m32 support in gdbserver
 2021-12-02 17:18 UTC  (5+ messages)

[PATCH v2] gdb: use actual DWARF version in compunit's debugformat field
 2021-12-02 16:56 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH] gdb/testsuite: update tests looking for "DWARF 2" debug format

[PATCH] gdb fix for catch-syscall.exp
 2021-12-02 16:32 UTC  (9+ messages)
              ` Ping "

[PATCH 0/4] Fixed-point ABI fixes
 2021-12-02 16:07 UTC  (2+ messages)

[PATCH 0/2] Two Ada task improvements
 2021-12-02 15:57 UTC  (2+ messages)

[PATCH v2] gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8
 2021-12-02 13:24 UTC  (5+ messages)

[PATCH] [gdb/testsuite] Add gdb.base/include-main.exp
 2021-12-02 12:59 UTC  (6+ messages)

[PATCH v2 0/4] gdb, btrace: infrun fixes
 2021-12-02  7:23 UTC  (5+ messages)
` [PATCH v2 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH v2 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH v2 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH v2 4/4] gdb, infrun: fix multi-threaded reverse stepping

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).