public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/27] sim: sim_cpu: invert sim_cpu storage
 2022-11-05 13:32 UTC  (40+ messages)
` [PATCH 01/27] "
` [PATCH 02/27] sim: bfin: "
` [PATCH 03/27] sim: ft32: "
` [PATCH 04/27] sim: msp430: "
` [PATCH 05/27] sim: moxie: "
` [PATCH 06/27] sim: avr: "
` [PATCH 07/27] sim: microblaze: "
` [PATCH 08/27] sim: aarch64: "
` [PATCH 09/27] sim: mcore: "
` [PATCH 10/27] sim: v850: "
` [PATCH 11/27] sim: mips: "
` [PATCH 12/27] sim: m68hc11: "
` [PATCH 13/27] sim: h8300: switch to cpu for state
` [PATCH 14/27] sim: h8300: invert sim_cpu storage
` [PATCH 15/27] sim: example-synacor: "
` [PATCH 16/27] sim: pru: "
` [PATCH 17/27] sim: riscv: "
` [PATCH 18/27] sim: cgen: prep for inverting "
` [PATCH 19/27] sim: bpf: invert "
` [PATCH 20/27] sim: cris: "
` [PATCH 21/27] sim: frv: "
` [PATCH 22/27] sim: iq2000: "
` [PATCH 23/27] sim: lm32: "
` [PATCH 24/27] sim: m32r: "
` [PATCH 25/27] sim: or1k: "
` [PATCH 26/27] sim: enable common sim_cpu usage everywhere
` [PATCH 27/27] sim: fully merge sim_cpu_base into sim_cpu
` [PATCH v2 00/26] sim: sim_cpu: invert sim_cpu storage
  ` [PATCH 01/26] "
  ` [PATCH 02/26] sim: bfin: "
  ` [PATCH 03/26] sim: ft32: "
  ` [PATCH 04/26] sim: msp430: "
  ` [PATCH 05/26] sim: moxie: "
  ` [PATCH 06/26] sim: avr: "
  ` [PATCH 07/26] sim: microblaze: "
  ` [PATCH 08/26] sim: aarch64: "
  ` [PATCH 09/26] sim: mcore: "
  ` [PATCH 10/26] sim: v850: "
  ` [PATCH 11/26] sim: mips: "

[PATCH] sim: use libtool to install programs
 2022-11-05 13:29 UTC 

[PATCH] gdb: link executables with libtool
 2022-11-05 13:26 UTC  (2+ messages)

[PATCH] sim: bfin: move linux-fixed-code.h to top-level
 2022-11-05 12:51 UTC 

[RFC PATCH 1/5] gdb/arm: Introduce control_s and control_ns registers
 2022-11-05  9:44 UTC  (5+ messages)
` [RFC PATCH 2/5] gdb/arm: PR 29716 Fix FNC_RETURN stack selection in exception unwinder
` [RFC PATCH 3/5] gdb/dwarf2: Add dwarf2_frame_reg_rule for GDB register number
` [RFC PATCH 4/5] gdb/arm: Unwinding of secure procedure with cmse_nonsecure_entry attribute
` [RFC PATCH 5/5] HACK frame inner than comparison for Arm M-profile sec ext

[PATCH 1/3] sim: build: move install steps to the top-level
 2022-11-05  8:27 UTC  (3+ messages)
` [PATCH 2/3] sim: build: add uninstall support
` [PATCH 3/3] sim: run: move linking into top-level

[Mike Frysinger] Re: [PATCH, V3 10/15] gdb: sim: buildsystem changes to accommodate libsframe
 2022-11-05  8:25 UTC  (7+ messages)

[PATCH] sim: cris: move rvdummy linking to top-level
 2022-11-05  4:22 UTC 

[PATCH] sim: ppc: drop unused /dev/zero logic
 2022-11-05  3:56 UTC 

[PATCH 1/3] sim: adjust sim_hw options style
 2022-11-05  3:50 UTC  (3+ messages)
` [PATCH 2/3] sim: drop unused SIM_HARDWARE variable
` [PATCH 3/3] sim: build: add SIM_HW_CFLAGS to top-level build too

[PATCH] sim: ppc: delete unused host bitsize settings
 2022-11-05  3:45 UTC 

[PATCH] sim: ppc: delete unused host bitsize settings
 2022-11-05  3:44 UTC 

[PATCH] sim: ppc: inline the sim-packages option
 2022-11-05  3:42 UTC 

[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2022-11-04 23:17 UTC  (5+ messages)
` [PATCH 01/12] gdb: int to bool conversion for normal_stop
` [PATCH 11/12] gdb: add timeouts for inferior function calls

[PING][RFC PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
 2022-11-04 22:34 UTC  (2+ messages)
` [PATCH] "

[PATCH] Fix stepping in rtld without debug symbol
 2022-11-04 18:26 UTC 

[PATCH] [gdb/cli] Make quit really quit after remote connection closed
 2022-11-04 17:50 UTC 

[PATCH 0/3] gdb/arm: Fixes for Cortex-M stack unwinding
 2022-11-04 17:31 UTC  (5+ messages)
` [PATCH 1/3] gdb/arm: Update active msp/psp when switching stack
` [PATCH 2/3] gdb/arm: Ensure that stack pointers are in sync
` [PATCH 3/3] gdb/arm: PR 29738 Cache value for stack pointers for dwarf2 frames

[PATCH] gdb: make "start" breakpoint inferior-specific
 2022-11-04 17:24 UTC  (5+ messages)

[PATCH] [testsuite] gdb.base/dlmopen: Fix test name and use gdb_attach
 2022-11-04 16:13 UTC  (3+ messages)

[PATCH 0//2] PowerPC: MMA+ Outer-Product Instruction name change
 2022-11-04 16:02 UTC  (8+ messages)
` [PATCH 1/2] PowerPC: fix for the gdb.arch/powerpc-power10.exp test
` [PATCH 2/2] PowerPC: update comments for the MMA instruction name changes
    ` [PATCH 2/2 version 2] "

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

[PATCH v2 0/2] Improve error messages with incomplete variables
 2022-11-04 15:47 UTC  (3+ 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 0/2] Implement target async for Windows
 2022-11-04 14:59 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] Use strwinerror in gdb/windows-nat.c
 2022-11-04 14:21 UTC  (3+ messages)

[PATCH 0/2] Improve error messages with incomplete variables
 2022-11-04 13:55 UTC  (7+ messages)
` [PATCH 1/2] gdb/testsuite: allowed for function_range to deal with mangled functions
` [PATCH 2/2] gdb/c++: Improve error messages in overload resolution

[PATCH] Powerpc fix for gdb.base/unwind-on-each-insn.exp
 2022-11-04 13:11 UTC  (3+ messages)

[PATCH v4 0/2] Fix reverse nexting over recursions
 2022-11-04 11:06 UTC  (10+ messages)
` [PATCH v4 2/2] gdb/reverse: Fix stepping over recursive functions
        ` [PATCH] gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp
            ` [PATCHv2] "

[PATCH] sim: rx: drop unused $arch setting
 2022-11-04  7:24 UTC 

[PATCH] sim: build: remove various obsolete generation dep variables
 2022-11-04  0:46 UTC 

[PATCH] sim: don't hardcode -ldl for SDL support
 2022-11-04  0:44 UTC 

[PATCH] sim: mips: call Unpredictable instead of setting bogus values [PR sim/29276]
 2022-11-04  0:41 UTC 

[PATCH] sim: cleanup unused SIM_EXTRA_CFLAGS
 2022-11-03 18:40 UTC 

[PATCH] sim: m32c/rx: drop useless $(ENDLIST)
 2022-11-03 18:39 UTC 

[PATCH] sim: mips: simplify fpu configure logic
 2022-11-03 18:38 UTC 

[PATCH] sim: mips: simplify fpu configure logic
 2022-11-03 18:37 UTC 

[PATCH] sim: erc32: link sis to run program
 2022-11-03 18:37 UTC 

[PATCH v4] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2022-11-03 16:20 UTC  (3+ messages)
` [PATCH v5] "
  ` [PING] "

[PATCH 0/2] Allow debugging of runtime loader / dynamic linker
 2022-11-03 15:52 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] sim: v850: switch to standard (high-level) trace defines
 2022-11-03 15:47 UTC 

[PATCH] gdb: new $_inferior_threads convenience variable
 2022-11-03 15:03 UTC  (6+ messages)
` [PATCHv2] gdb: new $_inferior_thread_count "

[PATCH] sim: ppc: include copyright & license in --version
 2022-11-03 13:15 UTC 

[PATCH v3] gdb: Fix issue with Clang CLI macros
 2022-11-03 13:08 UTC  (6+ messages)
` [PING][PATCH "

[PATCH] sim: ppc: drop use of DATE & TIME
 2022-11-03 13:08 UTC 

[PATCH] sim: update --version copyright year
 2022-11-03 13:08 UTC 

[PATCH 1/5] sim: build: switch to libtool for linking
 2022-11-03 10:04 UTC  (5+ messages)
` [PATCH 2/5] sim: build: switch to bfd & opcodes libtool linker scripts
` [PATCH 3/5] sim: build: drop duplicate $(LIBS) usage
` [PATCH 4/5] sim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS
` [PATCH 5/5] sim: drop -lm from SIM_EXTRA_LIBS

[PATCH] [gdb/aarch64] Use safer memory read routines
 2022-11-03  7:14 UTC 

[PATCH] [PR gdb/29272] Make sure a copy_insn_closure is available when we have a match in copy_insn_closure_by_addr
 2022-11-02 19:15 UTC  (6+ messages)
` [PATCH,v2] "
  ` [PATCH, v2] "

GDB 13 release -- 2022-10-29 update
 2022-11-02 18:28 UTC  (4+ messages)

Question: [PATCH] Change calculation of frame_id by amd64 epilogue unwinder
 2022-11-02 15:59 UTC  (6+ messages)

[PATCH] sim: testsuite: fix cris stat3 in diff setups
 2022-11-02 14:45 UTC 

[PATCH] sim: testsuite: fix cris badarch in multi-target builds
 2022-11-02 14:45 UTC 

[PATCH 2/2] Use subclasses of windows_process_info
 2022-11-02 14:39 UTC  (3+ messages)
` [PATCH] Fix Cygwin build after 20489cca

[PATCH] Enable multi process debugging for AIX
 2022-11-02  8:56 UTC  (8+ messages)

[PATCH] Remove dump_prefix_expression
 2022-11-01 19:25 UTC 

[PATCH v2] gdb/gcore: interrupt all threads before generating the corefile
 2022-11-01 14:44 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v6 0/8] gdb: split array and string limiting options
 2022-11-01 12:28 UTC  (14+ messages)
` [PATCH v6 5/8] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'

[PATCH 0/7] introduce get_runtime_path
 2022-11-01  9:19 UTC  (3+ messages)

[PATCH v7 0/4] gdb: split array and string limiting options
 2022-10-31 19:22 UTC  (10+ messages)
` [PATCH v7 1/4] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'
` [PATCH v7 2/4] GDB: Allow arbitrary keywords in integer set commands
` [PATCH v7 3/4] GDB: Add a character string limiting option
` [PATCH v7 4/4] GDB/testsuite: Expand for character string limiting options

[PATCH] Add missing TYPE_CODE_* constants to Python
 2022-10-31 18:47 UTC  (2+ messages)

[PATCH] sim: split CPPFLAGS between build & host
 2022-10-31 16:32 UTC 

[PATCH] sim: common: change sim_{fetch,store}_register helpers to use void* buffers
 2022-10-31 16:19 UTC 

[PATCH] PowerPC, add support for printing non-trivial C++ object for the finish command
 2022-10-31 16:07 UTC  (6+ messages)
                                                                  ` [PATCH 2/2] PowerPC, fix support for printing the function return value for non-trivial values
                                                                    ` [PATCH 2/2 ver 2] "

[RFC][top-level] Add configure test-case
 2022-10-31 15:03 UTC  (2+ messages)

[PATCH 0/2] Use enum for call_dummy_location
 2022-10-31 15:03 UTC  (4+ messages)
` [PATCH 1/2] Inline initialization of gdbarch members

[PATCH] gdb/testsuite: fix gdb.guile/scm-parameter.exp "wrong type argument" test pattern
 2022-10-31 12:57 UTC  (7+ messages)
        ` [OB PATCH] gdb/testsuite: Wrap `param_integer_error' in gdb.guile/scm-parameter.exp

[PATCH v2 00/29] Step over thread clone and thread exit
 2022-10-31 12:47 UTC  (9+ 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 00/11] Cleanup gdb.cp tests when running with clang
 2022-10-31 12:46 UTC  (12+ messages)
` [PATCH 06/11] gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clang
` [PATCH 09/11] gdb/testsuite: fix gdb.cp/converts.exp to run with clang
` [PATCH 11/11] gdb/testsuite: disable gdb.cp/call-method-register.exp "

[PATCH] Fix regression in pointer-to-member printing
 2022-10-29 18:48 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).