public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
Using the vcs_to_changelog.py script
 2020-02-14  9:45 UTC  (15+ messages)

[PATCH] Speedup lnp_state_machine::handle_special_opcode
 2020-02-14  7:39 UTC  (4+ messages)

[PATCH] Move gdbserver to top level
 2020-02-14  3:54 UTC  (20+ messages)
                    ` [PATCH] Disable gdbserver on host != target configurations (Re: [PATCH] Move gdbserver to top level)

[RFC 00/17] Merge event loop implementations
 2020-02-14  2:22 UTC  (6+ messages)

[PATCH] configure: Re-disable building cross-gdbserver
 2020-02-13 23:48 UTC  (5+ messages)

[review] Pass thread_info pointer to various inferior control functions
 2020-02-13 23:06 UTC  (2+ messages)
` [review v2] "

[PATCH v3] Pass thread_info pointer to various inferior control functions
 2020-02-13 23:04 UTC 

[PATCH 1/2] gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear
 2020-02-13 22:52 UTC  (2+ messages)

[PATCH 1/2] gdbsupport: rename source files to .cc
 2020-02-13 21:31 UTC  (12+ messages)
` [PATCH 2/2] gdbserver: "

[PATCH 1/5] gnulib: import count-one-bits module and use it
 2020-02-13 20:38 UTC  (5+ messages)
` [PATCH 5/5] gdb: change print format of flag enums with value 0
` [PATCH 2/5] gdb: fix printing of flag enums with multi-bit enumerators
` [PATCH 3/5] gdb: allow duplicate enumerators in flag enums
` [PATCH 4/5] gdb: print unknown part of flag enum in hex

[PATCH 00/58] Turn gdbserver's process_stratum_target into a class
 2020-02-13 20:31 UTC  (38+ messages)
` [PATCH 15/58] gdbserver: turn target op 'look_up_symbols' into a method
` [PATCH 01/58] gdbserver: start turning the target ops vector into a class
` [PATCH 02/58] gdbserver: turn target op 'create_inferior' into a method
` [PATCH 24/58] gdbserver: turn target op 'read_offsets' "
` [PATCH 55/58] gdbserver: turn target op 'supports_catch_syscall' "
` [PATCH 54/58] gdbserver: turn target op 'supports_software_single_step' "
` [PATCH 38/58] gdbserver: turn target ops 'read_pc' and 'write_pc' into methods
` [PATCH 56/58] gdbserver: turn target op 'get_ipa_tdesc_idx' into a method
` [PATCH 39/58] gdbserver: turn target op 'thread_stopped' "
` [PATCH 57/58] gdbserver: use unique_ptr for 'the_target'
` [PATCH 34/58] gdbserver: turn target op 'core_of_thread' into a method
` [PATCH 31/58] gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods
` [PATCH 50/58] gdbserver: turn target op 'pid_to_exec_file' into a method
` [PATCH 53/58] gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods
` [PATCH 47/58] gdbserver: turn target op 'supports_agent' into a method
` [PATCH 49/58] gdbserver: turn target op 'supports_range_stepping' "
` [PATCH 52/58] gdbserver: turn breakpoint kind-related target ops into methods
` [PATCH 42/58] gdbserver: turn target op 'stabilize_threads' into a method
` [PATCH 58/58] gdbserver: finish turning the target ops vector into a class
` [PATCH 44/58] gdbserver: turn target op 'emit_ops' into a method
` [PATCH 35/58] gdbserver: turn target op 'read_loadmap' "
` [PATCH 51/58] gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods
` [PATCH 10/58] gdbserver: turn target op 'resume' into a method

[PATCH] Check for null result from gdb_demangle
 2020-02-13 19:21 UTC  (5+ messages)

[PATCH v2] Rebase executable to match relocated base address
 2020-02-13 18:14 UTC 

[PATCH][gdb/testsuite] Ignore pass/fail/unsupported in gdb-caching-proc.exp
 2020-02-13 15:02 UTC  (3+ messages)

[PATCH][gdb/testsuite] Remove stale exec in gdb_compile_ada
 2020-02-13 14:25 UTC  (2+ messages)

[PATCH] Fix off-by-one bug in dwarf 5 file indexes
 2020-02-13 14:24 UTC  (2+ messages)

[PATCH] Adding myself to gdb/MAINTAINERS
 2020-02-13 14:22 UTC  (2+ messages)

[PATCH][gdb/testsuite] Add unsupported tests in catch_ex_std.exp
 2020-02-13 14:21 UTC  (2+ messages)

[PATCH] Fix program invocation by gdbserver on MS-Windows
 2020-02-13 13:34 UTC  (2+ messages)

[PATCH v2] Avoid infinite recursion in find_pc_sect_line
 2020-02-13 13:01 UTC  (2+ messages)

[committed][gdb/testsuite] Fix gnatmake_version_at_least
 2020-02-13  7:38 UTC 

[PATCH] Search .dwo in the binary directory
 2020-02-13  6:19 UTC 

[PATCH] Add support for DW_TAG_skeleton_unit
 2020-02-13  5:59 UTC 

New ARI warning Thu Feb 13 01:58:56 UTC 2020
 2020-02-13  1:59 UTC 

[pushed] Remove some dead code from event-loop.c
 2020-02-13  0:14 UTC 

[PATCH] Fix arm-netbsd build error
 2020-02-13  0:01 UTC  (9+ messages)

[PATCH 0/8] Share DWARF frame information across inferiors
 2020-02-12 22:51 UTC  (36+ messages)
` [PATCH 2/8] Dont' allow copying of auto_obstack
` [PATCH 7/8] Remove the objfile backlink from comp_unit
` [PATCH 3/8] Change fde table to a vector
` [PATCH 1/8] Don't forward-declare struct objfile in frame.h
` [PATCH 8/8] Move the frame data to the BFD when possible
` [PATCH 4/8] Store the comp_unit instead of the FDE table
` [PATCH 5/8] Add per-unit obstack

[PATCH 2/2] Change booleans to bool in ARM's gdbarch_tdep
 2020-02-12 22:50 UTC  (3+ messages)

[PATCH 1/2] Print more information in arm_dump_tdep
 2020-02-12 22:30 UTC  (3+ messages)

[pushed] Remove dwarf_expr_baton
 2020-02-12 21:41 UTC 

[PATCH] Don't override various Makefile variables for gnulib et al
 2020-02-12 21:16 UTC  (3+ messages)

[PING] [PATCH] Rebase executable to match relocated base address
 2020-02-12 18:38 UTC  (7+ messages)

[PATCH v2] Fix kill of processes created by win32_create_inferior
 2020-02-12 16:14 UTC  (3+ messages)

[PATCH v2] Cache the Thread Local Base pointer type in the gdbarch
 2020-02-12 16:06 UTC  (3+ messages)

[PATCH] rust/25535 Apply embedded offset to enum variant calculation
 2020-02-12 14:12 UTC  (5+ messages)

[PATCH 1/2] gdbsupport: Fix a type of sentinel
 2020-02-12 10:17 UTC  (6+ messages)
` [PATCH 2/2] gdb: "
        ` [committed][gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)

[PATCH] Fix kill of processes created by win32_create_inferior
 2020-02-12  4:57 UTC  (4+ messages)

RFC: GDB 10.x release target schedule
 2020-02-12  4:27 UTC  (5+ messages)

[pushed] Update a comment in psymtab.h
 2020-02-12  3:00 UTC 

[PATCH v4 0/3] RISC-V: Support more rigorous check for CSR
 2020-02-12  2:31 UTC  (4+ messages)
` [PATCH v4 1/3] RISC-V: Support the ISA-dependent CSR checking

[PATCH] Have testsuite find gdbserver in new location
 2020-02-12  0:57 UTC 

[PATCH] Cache .gnu_debugdata BFD
 2020-02-12  0:13 UTC 

[review] Consolidate partial symtab dependency reading
 2020-02-11 19:34 UTC  (3+ messages)
` [pushed] "

[PATCH] gnulib: import count-one-bits module and use it
 2020-02-11 17:09 UTC 

[PATCH 1/2] Display ExceptionRecord for $_siginfo
 2020-02-11 16:56 UTC  (4+ messages)

[PATCH] gdb/testsuite: Regenerate the testglue if it is not in path
 2020-02-11 16:52 UTC  (3+ messages)

[PATCH] Remove use of deprecated_add_core_fns in cris_tdep.c
 2020-02-11 16:39 UTC  (3+ messages)

[PATCH] New testcase for PR tui/25126 (staled source cache)
 2020-02-11 16:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Add a comment for the ARM_F{0..7}_REGNUM registers
 2020-02-11 16:29 UTC  (4+ messages)

[PUSHED/OBVIOUS] Add missing \n in fprintf
 2020-02-11 16:22 UTC 

[PATCH 1/3] gdbsupport: use AM_GDB_WARNINGS
 2020-02-11 16:11 UTC  (9+ messages)
` [PATCH 3/3] Add -Wstrict-null-sentinel to gdbsupport/warning.m4
` [PATCH 2/3] Move gdb/warning.m4 to gdbsupport

[PATCH 0/2] Line table is_stmt support
 2020-02-11 15:39 UTC  (6+ messages)
` [PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field

[PATCH][gdb] Mention CU offset for <artifical> if verbose
 2020-02-11 15:14 UTC  (9+ messages)
          ` [PATCH][gdb] Fix -Wstrict-null-sentinel warnings

[PING][PATCH][gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp
 2020-02-11 15:00 UTC  (3+ messages)

[PATCH] Add -Wstrict-null-sentinel
 2020-02-11 14:57 UTC  (2+ messages)

[PATCH] Remove some ui_file_* functions
 2020-02-11 14:12 UTC  (3+ messages)

[PATCH v5 0/3] RISC-V/Linux `gdbserver' support and associated fixes
 2020-02-11 11:15 UTC  (5+ messages)
` [PATCH v5 3/3] gdbserver: Add RISC-V/Linux support

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).