public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] [AArch64] Add TPIDR2 register support for Linux
 2022-11-10  1:01 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-11-10  1:00 UTC  (3+ messages)
` [PATCH,v3] [aarch64] "
  ` [PING][PATCH,v3] "

[PATCH] [gdb/aarch64] Use safer memory read routines
 2022-11-10  0:47 UTC  (3+ messages)

[PATCH] gdb/testsuite: Fix rtld-step-nodebugsym.exp
 2022-11-09 23:29 UTC 

[PATCH 0/9] [gdb/testsuite] Fix remote target test fails
 2022-11-09 20:49 UTC  (12+ messages)
` [PATCH 1/9] [gdb/testsuite] Fix gdb.base/foll-exec.exp for remote target
` [PATCH 2/9] [gdb/testsuite] Fix gdb.base/info_sources_2.exp "
` [PATCH 3/9] [gdb/testsuite] Add REMOTE_TARGET_USERNAME in remote-gdbserver-on-localhost.exp
` [PATCH 4/9] [gdb/testsuite] Fix gdb.base/print-file-var.exp for remote target
` [PATCH 5/9] [gdb/testsuite] Fix gdb.base/infcall-exec.exp "
` [PATCH 6/9] [gdb/testsuite] Fix gdb.base/solib-vanish.exp "
` [PATCH 7/9] [gdb/testsuite] Fix gdb.base/info-shared.exp "
` [PATCH 8/9] [gdb/testsuite] Fix gdb.base/jit-reader-exec.exp "
` [PATCH 9/9] [gdb/testsuite] Fix gdb.base/jit-elf-so.exp "

[PATCH] gdb/python: initialize Python without signal handlers
 2022-11-09 20:40 UTC  (3+ messages)

[PATCH] [gdb/server] Emit warning for SIGINT failure
 2022-11-09 20:32 UTC 

[PATCH] gdb: xtensa: don't supply registers if they are not present
 2022-11-09 20:12 UTC  (2+ messages)

[PING*4][PATCH v4] gdb: Improve debuginfod progress updates
 2022-11-09 20:02 UTC  (3+ messages)
` [PATCH v4] gdb/debuginfod: Improve "

[PATCH 1/7] sim: ppc: constify spreg table
 2022-11-09 20:01 UTC  (7+ messages)
` [PATCH 2/7] sim: ppc: pull default switch return out
` [PATCH 3/7] sim: ppc: collapse is_valid switch table more
` [PATCH 4/7] sim: ppc: collapse is_readonly & length switch tables heavily
` [PATCH 5/7] sim: ppc: drop support for dgen -L option
` [PATCH 6/7] sim: ppc: change spreg switch table generation to compile-time
` [PATCH 7/7] sim: ppc: move spreg.[ch] files to the source tree

[PATCH] gdb: xtensa: implement xtensa_dump_tdep
 2022-11-09 19:14 UTC 

[PATCH v2] gdb/gcore: interrupt all threads before generating the corefile
 2022-11-09 18:53 UTC  (3+ messages)

[PATCH v2] gdb/py-inferior: Keep inferior threads in a map
 2022-11-09 18:51 UTC 

[PATCH] Fix stepping in rtld without debug symbol
 2022-11-09 18:43 UTC  (5+ messages)

[PATCH v2 0/2] Improve error messages with incomplete variables
 2022-11-09 17:47 UTC  (5+ messages)
` [PATCH v2 1/2] gdb/testsuite: allowed for function_range to deal with mangled functions
` [PATCH v2 2/2] gdb/c++: Improve error messages in overload resolution

[PATCH] sim: igen: add missing newline to various error messages
 2022-11-09 17:34 UTC 

[PATCH] sim: restore lstat & mkdir func checks
 2022-11-09 17:21 UTC 

[PATCH] sim: ppc: drop obsolete USE_WIN32API check
 2022-11-09 17:14 UTC 

[PATCH 0/2] Improve handling of using directives
 2022-11-09 17:11 UTC  (5+ messages)
` [PATCH 1/2] gdb/c++: validate 'using' directives based on the current line
` [PATCH 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

[PATCH] Add epub output for documentation
 2022-11-09 17:09 UTC  (12+ messages)

[PATCH] gdbserver: do not report btrace support if target does not announce it
 2022-11-09 15:44 UTC  (2+ messages)

[PATCH] sim: ppc: add missing parens with e500 macro
 2022-11-09 15:34 UTC 

[PATCH] sim: ppc: drop useless linking of helper tools
 2022-11-09 15:34 UTC 

[PATCH] Allow 'ptype/o' for assembly
 2022-11-09 15:28 UTC  (4+ messages)

[RFC PATCH 1/5] gdb/arm: Introduce control_s and control_ns registers
 2022-11-09 15:27 UTC  (6+ messages)

[PATCH] gdb/py-inferior: Keep inferior threads in a map
 2022-11-09 14:18 UTC  (6+ messages)

[PATCH] gdb: make "start" breakpoint inferior-specific
 2022-11-09 13:19 UTC  (12+ messages)
      ` [PATCH v2] "

[PATCH v7 00/10] Extensions for PTWRITE
 2022-11-09 13:16 UTC  (2+ messages)
` [PING] "

[PATCH] gdb/csky just return type from csky_vector_type() for vector resgisters
 2022-11-09 11:55 UTC 

[PATCH] gdb/csky return type int32 for float and vector pseudo regs
 2022-11-09 11:46 UTC 

[PATCH 1/2] gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of_thread
 2022-11-08 21:52 UTC  (7+ messages)
` [PATCH 2/2] gdb/linux-nat: get core count using /sys/devices/system/cpu/possible

[PATCH 1/7] gdb: clear other.m_cached_id in frame_info_ptr's move ctor
 2022-11-08 19:55 UTC  (22+ messages)
` [PATCH 2/7] gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_command_core
` [PATCH 3/7] gdb: move frame_info_ptr method implementations to frame-info.c
` [PATCH 4/7] gdb: remove manual frame_info reinflation code in backtrace_command_1
` [PATCH 5/7] gdb: use frame_id_p instead of comparing to null_frame_id in frame_info_ptr::reinflate
` [PATCH 6/7] gdb: add missing prepare_reinflate call in print_frame_info
` [PATCH 7/7] gdb: add special handling for frame level 0 in frame_info_ptr

[PATCH] [gdb/cli] Make quit really quit after remote connection closed
 2022-11-08 19:40 UTC  (4+ messages)

[PATCH 0/2] Implement target async for Windows
 2022-11-08 18:52 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] Use strwinerror in gdb/windows-nat.c
 2022-11-08 18:24 UTC  (4+ messages)

[pushed] [gdb/testsuite] Remove test-case from test name
 2022-11-08 17:41 UTC 

[PATCH] Use toplevel configure for GMP and MPFR for gdb
 2022-11-08 16:55 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix find_core_file for core named core
 2022-11-08 15:30 UTC 

[PATCH v2 00/29] Step over thread clone and thread exit
 2022-11-08 14:56 UTC  (12+ messages)
` [PATCH v2 07/29] Thread options & clone events (core + remote)
    ` [PATCH] enum_flags to_string (was: Re: [PATCH v2 07/29] Thread options & clone events (core + remote))
      ` [PATCH v2] "
        ` [PATCH v3] "
                ` [PATCH v5] "

[PATCH] Fix call functions command bug in 64-bit programs for AIX
 2022-11-08 13:30 UTC  (2+ messages)

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-11-08 12:17 UTC  (4+ messages)

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-11-08 12:00 UTC 

[PATCH 1/1] gdb: Enable complete to show members of anonymous classes/structs
 2022-11-08 11:00 UTC  (2+ messages)
` [Ping v4] "

[RFC][top-level] Add configure test-case
 2022-11-08  7:12 UTC  (4+ messages)

[PATCH] sim: drop unused CORE_ADDR_TYPE
 2022-11-08  7:10 UTC 

[PATCH 1/2] gprofng: make cpu identification available to others
 2022-11-08  5:45 UTC  (2+ messages)
` [PATCH 2/2] gdb, btrace: use cpuident.h to implement btrace_this_cpu

[PATCH] PowerPC, add support for printing non-trivial C++ object for the finish command
 2022-11-07 20:04 UTC  (11+ messages)
                          ` [PATCH 1/2] PowerPC, function ppc64_sysv_abi_return_value add missing return value convention
                            ` [PATCH 1/2 ver 2] "
                              ` [PATCH 1/2 ver 3] "
                          ` [PATCH 2/2] PowerPC, fix support for printing the function return value for non-trivial values
                            ` [PATCH 2/2 ver 2] "
                              ` [PATCH 2/2 ver 3] "

[PATCH] gdb: use libtool in GDB_AC_CHECK_BFD
 2022-11-07 19:46 UTC 

[pushed] gdb: make lookup_selected_frame static
 2022-11-07 18:55 UTC  (2+ messages)

[PATCH] Silence libtool during link
 2022-11-07 18:16 UTC  (2+ messages)

[PATCH 0/3] gdb/arm: Fixes for Cortex-M stack unwinding
 2022-11-07 17:27 UTC  (4+ messages)
` [PATCH 2/3] gdb/arm: Ensure that stack pointers are in sync

[PATCH 1/5] sim: riscv: drop subdir configure logic
 2022-11-07 16:45 UTC  (6+ messages)
` [PATCH 2/5] sim: bpf: "
` [PATCH 3/5] sim: or1k: "
` [PATCH 4/5] sim: mn10300: "
` [PATCH 5/5] sim: v850: "
` [PATCH] sim: riscv: add missing AC_MSG_RESULT call

[PATCH 0/7] introduce get_runtime_path
 2022-11-07 16:44 UTC  (11+ messages)
` [PATCH 2/7] [gdb/testsuite] fix test gdb.base/print-file-var.exp for remote execution

[PATCH 0/3] Fix over-eager CU expansion with new DWARF reader
 2022-11-07 16:23 UTC  (4+ messages)
` [PATCH 1/3] Remove language check from dwarf2_compute_name
` [PATCH 2/3] Refactor cooked_index::do_finalize
` [PATCH 3/3] Add name canonicalization for C

[PATCH V3] gdb: link executables with libtool
 2022-11-07 15:55 UTC  (5+ messages)

[pushed] gdb/testsuite: use a more unique name in gdb.mi/mi-breakpoint-multiple-locations.exp
 2022-11-07 15:49 UTC 

[PATCH] sim: .gdbinit: generate for all arch subdirs
 2022-11-07 14:53 UTC 

[PATCH] sim: build: add a proper var for enabled arches
 2022-11-07 14:51 UTC 

[PATCH] gdb, gdbserver, gdbsupport: remove spurious trailing whitespaces
 2022-11-07 13:50 UTC 

[PATCH v2 0/9] Cleanup gdb.cp tests when running with clang
 2022-11-07 13:46 UTC  (10+ messages)
` [PATCH v2 1/9] gdb/testsuite: ignore Non-C-typedefs for gdb.cp/class2.exp
` [PATCH v2 2/9] gdb/testsuite: enable running gdb.cp/classes.exp with clang
` [PATCH v2 3/9] gdb/testsuite: account for clang's nested destructor calls on gdb.cp/mb-ctor.exp
` [PATCH v2 4/9] gdb/testsuite: add XFAIL to gdb.cp/derivation.exp when using Clang
` [PATCH v2 5/9] gdb/testsuite: allow for Clang style destructors on gdb.cp/m-static.exp
` [PATCH v2 6/9] gdb/testsuite: skip gdb.cp/anon-struct.exp when using Clang
` [PATCH v2 7/9] gdb/testsuite: disable some tests of gdb.cp/typeid.exp "
` [PATCH v2 8/9] gdb/testsuite: remove XFAIL on gdb.cp/temargs.exp
` [PATCH v2 9/9] gdb/testsuite: disable gdb.cp/call-method-register.exp when not using gcc

[PATCH] sim: build: respect AM_MAKEFLAGS when entering subdirs
 2022-11-06 14:49 UTC 

[PATCH] sim: build: stop passing down SIM_PRIMARY_TARGET
 2022-11-06 14:45 UTC 

[PATCH V2] gdb: link executables with libtool
 2022-11-06 13:04 UTC  (5+ messages)

[PATCH] gdb: link executables with libtool
 2022-11-06  6:22 UTC  (9+ messages)

[PATCH v2] Deprecate MI version 1
 2022-11-05 23:14 UTC  (2+ messages)

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