[PUSHED] gdb: handle dis_style_sub_mnemonic disassembler style
2022-07-25 13:28 UTC
[PATCH] Fix number of children of varobj with stub debug info
2022-07-25 12:52 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PING][PATCH "
[PATCH] Fix-for-multiple-thread-detection-in-AIX.patch
2022-07-25 12:21 UTC (6+ messages)
[PATCH v2 0/2] Testsuite changes for clang and icc/icx
2022-07-25 11:45 UTC (4+ messages)
` [PATCH v2 1/2] gdb, testsuite: Enable testcases that suppress specific warnings, for icc/icx
` [PATCH v2 2/2] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warning
[PATCHv3 0/6] Handle trying to use a native target with the wrong binary
2022-07-25 11:27 UTC (8+ messages)
` [PATCHv4 0/6] Detect invalid casts of gdbarch_tdep structures
` [PATCH] Rename gdbarch_tdep template function to gdbarch_tdep_cast for g++ 4.8
[RFA] Allow to document user-defined aliases
2022-07-25 11:24 UTC (2+ messages)
[PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings
2022-07-25 11:17 UTC (9+ messages)
[PATCH V2 0/2] gdb/arm: Sync sp with other *sp registers
2022-07-25 9:52 UTC (13+ messages)
` [PATCH V2 1/2] gdb/arm: Rename arm_cache_is_sp_register to
` [PATCH V2 2/2] gdb/arm: Sync sp with other *sp registers
` [PATCH V3 0/2] "
` [PATCH v3 1/2] gdb/arm: Use if-else if instead of switch
` [PATCH v3 2/2] gdb/arm: Sync sp with other *sp registers
[PATCH] Update auxv cache when there is no auxv cached data
2022-07-25 9:42 UTC (2+ messages)
` [PING][PATCH] "
[PATCH v2] gdb: LoongArch: Fix code style issues
2022-07-25 7:46 UTC (2+ messages)
[PATCH] gdb/hurd: pass memory_tagged as false to find_memory_region_ftype
2022-07-25 7:39 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] gdb/csky support .reg2 for kernel 4.x and later
2022-07-25 2:44 UTC
[PATCH] Add a timeout parameter to gdb_do_one_event
2022-07-25 1:07 UTC (4+ messages)
[PATCH v2] set/show python dont-write-bytecode fixes
2022-07-25 1:04 UTC (3+ messages)
[PATCH] gdb/netbsd: add missing header file
2022-07-25 1:01 UTC (2+ messages)
[PATCH] Enable Access to containing scope variables from nested inlined function
2022-07-24 18:16 UTC
[PATCH] set/show python dont-write-bytecode fixes
2022-07-24 5:41 UTC (8+ messages)
[PATCH v2 1/2] gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.exp
2022-07-24 4:10 UTC (3+ messages)
[PATCH] gdb: call check_typedef at beginning of dwarf_expr_context::fetch_result
2022-07-24 3:59 UTC
[PATCH] gdb/csky support .reg2 for kernel 4.x and later
2022-07-23 21:42 UTC (2+ messages)
[PATCH][gdbsupport] Use task size in parallel_for_each
2022-07-23 6:51 UTC (12+ messages)
[PATCH] configure: exit with an error if no termcap lib is installed
2022-07-22 20:35 UTC (2+ messages)
[PATCH] gdb/testsuite: give binaries distinct names in Ada tests
2022-07-22 19:43 UTC (3+ messages)
[PATCH] Remove dead code from windows_nat_target::detach
2022-07-22 19:27 UTC (2+ messages)
[PATCH] [PATCH] [gdb] adds several headers to the include list
2022-07-22 19:26 UTC (7+ messages)
[PATCH][gdb/symtab] Fix duplicate CUs in all_comp_units
2022-07-22 19:15 UTC (2+ messages)
[PATCH] Change target_ops::async to accept bool
2022-07-22 17:07 UTC (3+ messages)
[PATCH 1/4] [COVER-LETTER] Use task size balancing in cooked index creation
2022-07-22 17:03 UTC (4+ messages)
` [PATCH 2/4] [gdbsupport] Add task size parameter in parallel_for_each
` [PATCH 3/4] [gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hard
` [PATCH 4/4] [gdb] Add unit test for gdb::sequential_for_each
[pushed] Fix typo in windows-nat.c
2022-07-22 17:02 UTC
[RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
2022-07-22 16:57 UTC (2+ messages)
[PATCH] Enable multi process debugging for AIX
2022-07-22 16:56 UTC (3+ messages)
[PATCH] gdb/reverse: Fix stepping over recursive functions
2022-07-22 15:31 UTC (3+ messages)
[committed][gdb] Add empty range unit test for gdb::parallel_for_each
2022-07-22 15:19 UTC
[PATCH 0/1] Introduce gdb::make_function_view
2022-07-22 11:02 UTC (2+ messages)
` [PATCH 1/1] "
[PING 3] Add a timeout parameter to gdb_do_one_event
2022-07-22 9:49 UTC
[PATCH] gdb/gdbserver: LoongArch: Improve implementation of fcc registers
2022-07-22 9:08 UTC
[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
2022-07-21 22:20 UTC (10+ messages)
` [PATCH v6 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
[PATCH] linux_nat_target::xfer_partial: Fallback to ptrace
2022-07-21 20:07 UTC (3+ messages)
[PATCH v2 00/29] Step over thread clone and thread exit
2022-07-21 19:28 UTC (28+ messages)
` [PATCH v2 01/29] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH v2 02/29] linux-nat: introduce pending_status_str
` [PATCH v2 03/29] gdb/linux: Delete all other LWPs immediately on ptrace exec event
` [PATCH v2 04/29] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [PATCH v2 05/29] Support clone events in the remote protocol
` [PATCH v2 06/29] Avoid duplicate QThreadEvents packets
` [PATCH v2 07/29] Thread options & clone events (core + remote)
` [PATCH v2 08/29] Thread options & clone events (native Linux)
` [PATCH v2 09/29] Thread options & clone events (Linux GDBserver)
` [PATCH v2 17/29] Implement GDB_TO_EXIT support for native Linux
` [PATCH v2 18/29] gdb: clear step over information on thread exit (PR gdb/27338)
` [PATCH v2 19/29] stop_all_threads: (re-)enable async before waiting for stops
` [PATCH v2 21/29] Don't resume new threads if scheduler-locking is in effect
[PATCH 0/3] struct packed and Windows ports (PR build/29373)
2022-07-21 18:57 UTC (15+ messages)
` [PATCH 1/3] struct packed: Use gcc_struct on Windows
` [PATCH 2/3] struct packed: Unit tests and more operators
` [PATCH 3/3] struct packed: Add fallback byte array implementation
[PATCH 0/5] Improve support for regcache_map_entry with variable register base
2022-07-21 14:53 UTC (2+ messages)
[PATCH][gdb] Fix python selftest with python 3.11
2022-07-21 12:55 UTC (5+ messages)
[PATCH 0/1] Fix 'rw_pieced_value' for values casted to different type
2022-07-21 12:21 UTC (3+ messages)
` [PATCH 1/1] gdb/dwarf2: "
[committed][gdbsupport] Fix type of parallel_for_each_debug
2022-07-21 11:34 UTC
[PATCH][gdb/symtab] Force usage of all_comp_units.size (CU/TU/CUTU)
2022-07-21 11:20 UTC (3+ messages)
` [committed][gdb/symtab] Fix bad compile unit index complaint
` [PATCH, v2][gdb/symtab] Force usage of all_comp_units.size (CU/TU/CUTU)
[committed] Wrap python_write_bytecode with HAVE_PYTHON ifdef
2022-07-21 0:13 UTC
Supporting RISC-V Vendor Extensions in the GNU Toolchain
2022-07-20 21:24 UTC (2+ messages)
[PATCH v4 00/15] Clean gdb.base when testing with clang
2022-07-20 19:44 UTC (17+ messages)
` [PATCH v4 01/15] gdb/testsuite: introduce gdb_step_until
` [PATCH v4 01/15] gdb/testsuite: introduce gdb_step_until_regexp
` [PATCH v4 02/15] gdb/testsuite: Add a proc to test where compiler links the epilogue
` [PATCH v4 03/15] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH v4 04/15] gdb/testsuite: change gdb.base/nodebug.exp to not fail with clang
` [PATCH v4 05/15] update gdb.base/info-program.exp "
` [PATCH v4 06/15] fix gdb.base/access-mem-running.exp for clang testing
` [PATCH v4 07/15] Fix gdb.base/call-ar-st to work with Clang
` [PATCH v4 08/15] add xfails to gdb.base/complex-parts.exp when testing with clang
` [PATCH v4 09/15] gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang
` [PATCH v4 10/15] explicitly test for stderr in gdb.base/dprintf.exp
` [PATCH v4 11/15] gdb/testsuite: Update gdb.base/so-impl-ld.exp
` [PATCH v4 12/15] [gdb/testsuite]: fix gdb.base/jit-elf.exp when testing with clang
` [PATCH v4 13/15] gdb/testsuite: fix gdb.base/info-types-c++ "
` [PATCH v4 14/15] gdb.base/skip.exp: Use finish to exit functions
` [PATCH v4 15/15] gdb/testsuite: Add test to step through function epilogue
[PATCH v3] Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
2022-07-20 19:19 UTC (3+ messages)
[PATCH][gdb/testsuite] Fix readnow testing
2022-07-20 16:56 UTC
[PATCH 0/2] Use libopcodes disassembler styling with GDB
2022-07-20 14:21 UTC (7+ messages)
` [PATCH 2/2] gdb: add support for disassembler styling using libopcodes
` [PATCH 0/2] Fix some undefined haviour bugs in Python disassembler API
` [PATCH 1/2] gdb: fix use of uninitialised gdb_printing_disassembler::m_in_comment
` [PATCH 2/2] gdb/python: fix invalid use disassemble_info::stream
[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
2022-07-20 1:53 UTC (2+ messages)
[PATCH] binutils-gdb/git: highlight whitespace errors in source files
2022-07-20 1:48 UTC (2+ messages)
[PATCH] Don't stop all threads prematurely after first step of "step N"
2022-07-19 19:33 UTC (2+ messages)
[PATCH] gdbsupport: change path_join parameter to std::vector<const char *>
2022-07-19 18:55 UTC (3+ messages)
[PATCH][gdb/symtab] Fix .debug_aranges duplicate offset warning
2022-07-19 17:36 UTC
[PATCH] toplevel: Makefile.def: Make configure-sim depend on all-readline
2022-07-19 17:26 UTC (5+ messages)
[PATCH,obv] Reformat gdbarch-components.py to fix deviations
2022-07-19 15:08 UTC
[PATCH, v4] [AArch64] MTE corefile support
2022-07-19 14:25 UTC (4+ messages)
` [PATCH] [AArch64,v5] "
[PATCH v5 00/15] basic linker namespace support
2022-07-19 13:49 UTC (9+ messages)
` [PATCH v5 09/15] gdb, ada: update ada_lookup_simple_minsym
` [PATCH v5 10/15] gdb, ada: update ada_add_all_symbols
[PATCH] [AArch64] Fix testcase compilation failure
2022-07-19 13:37 UTC (3+ messages)
` [PATCH,v2] "
Re:Re:[PATCH] gdb/csky complete csky_dwarf_reg_to_regnum
2022-07-19 3:00 UTC
[PATCH][PR gdb/28874] gdb/remote: switch to added threads if there isn't one already
2022-07-18 22:23 UTC (4+ messages)
[PATCH v3] Add style tui-current-line command to colorize TUI current line
2022-07-18 19:16 UTC (4+ messages)
` [PATCH v4 (fix formatting and revert cli_colors to original state)] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox