[PATCH 0/4] Debug printing for some python/*.c files
2021-05-09 0:35 UTC (10+ messages)
` [PATCH 1/4] gdb: replace fprint_frame_id
` [PATCH 2/4] gdb/py: convert debug logging in py-unwind to use new scheme
` [PATCH 3/4] gdb/py: add some debugging to py-breakpoint.c
` [PATCH 4/4] gdb/doc: document 'set debug py-unwind'
[PATCH/committed] sim: touch modules target
2021-05-08 20:49 UTC (2+ messages)
Pull htab_eq_string from gcc libiberty
2021-05-08 20:42 UTC (7+ messages)
[PATCH,V4 0/2] CTF: bug fixes and new features
2021-05-08 20:13 UTC (6+ messages)
` [PATCH,V4 1/2] CTF: fix incorrect function return type
` [PATCH,V4 2/2] CTF: multi-CU and archive support
[PATCH/committed] sim: h8300: clean up various warnings
2021-05-08 16:43 UTC
Proposal: format GDB Python files with black
2021-05-08 16:00 UTC (2+ messages)
[PATCH] sim: add html & pdf stubs
2021-05-08 15:55 UTC
[PATCH] sim: use htab_eq_string
2021-05-08 14:42 UTC (2+ messages)
[PATCH v2] Don't run personality syscall at configure time; don't check it at all
2021-05-08 12:47 UTC (4+ messages)
[PATCH] Don't run personality syscall at configure time; don't check it at all
2021-05-08 12:11 UTC (4+ messages)
` [pushed] Don't include sys/personality.h in linux-low.cc anymore
[PATCH] [symtab/27831] Fix OBJF_MAINLINE assert
2021-05-08 4:46 UTC
[PATCH] sim: depend on gnulib
2021-05-08 2:33 UTC
[PATCH 1/3] sim: m32c: switch from custom fgets to getline
2021-05-08 1:56 UTC (7+ messages)
` [PATCH 2/3] sim: m32c: fix warnings about mixing code & decls
` [PATCH 3/3] sim: m32c: clean up various warnings
` [PATCH/committed] sim: m68hc11: fix up cycle buffer printing
[PATCH] gdb/guile: perform tilde expansion when sourcing guile scripts
2021-05-07 21:23 UTC (12+ messages)
` [PATCHv2 0/2] "
` [PATCHv2 1/2] "
` [PATCHv2 2/2] gdb/guile: Have gdbscm_safe_source_script return a unique_ptr
[PUSHED] gdb/testsuite: use gdb_test_no_output instead of send_gdb
2021-05-07 21:19 UTC
[PATCH 1/2] sim: switch config.h usage to defs.h
2021-05-07 20:32 UTC (5+ messages)
` [PATCH 2/2] sim: leverage gnulib
[PATCH 1/4] gdb: remove target description macros
2021-05-07 20:31 UTC (10+ messages)
` [PATCH 2/4] gdb: change target_desc_info::fetched to bool
` [PATCH 3/4] gdb: (de-)allocate target_desc_info with new/delete
` [PATCH 4/4] gdb: make target_desc_info::filename an std::string
[PATCH 0/4] Add support for command renaming
2021-05-07 20:11 UTC (12+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] gdb: add lookup_cmd_exact to simplify a common pattern
` [PATCH v2 2/5] gdb: prevent prefix commands from being hooks
[PATCH][gdb/tdep] Use pid to choose x86_64 process 64/32-bitness
2021-05-07 20:06 UTC (3+ messages)
[PATCH 1/3] sim: testsuite: calculate $arch from $subdir
2021-05-07 18:21 UTC (6+ messages)
` [PATCH/committed] sim: Add bfd include path for common testsuite tools
[PATCH 1/5] gdb: make target_close check that the target isn't pushed in all inferiors
2021-05-07 16:47 UTC (15+ messages)
` [PATCH 2/5] gdb: remove reference to current inferior in target_stack::unpush
` [PATCH 3/5] gdb: call target_follow_exec when "set follow-exec-mode" is "same"
` [PATCH 4/5] gdb: on exec, delegate pushing / unpushing target and adding thread to target_ops::follow_exec
` [PATCH 5/5] gdb: maybe unpush target from old inferior in inf_child_target::follow_exec
[PUSHED] gdb: some int to bool conversion
2021-05-07 16:01 UTC
[pushed] Remove streq_hash in favor of htab_eq_string
2021-05-07 15:19 UTC
[PATCH] gdb: re-format Python files using black 21.4b0
2021-05-07 14:58 UTC (3+ messages)
[PATCH] gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers
2021-05-07 7:33 UTC
[PATCH/committed 1/2] sim: m68hc11: warn when emul_write fails
2021-05-07 3:55 UTC (2+ messages)
` [PATCH/committed 2/2] sim: m68hc11: fix up last warnings
[PATCH v5 0/7] extend branch tracing to use ARM CoreSight traces
2021-05-07 1:54 UTC (11+ messages)
` [PATCH v5 3/7] start/stop btrace with coresight etm and parse etm buffer. nat independant
` [PATCH v5 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
[PATCH] debuginfod-support.c: Use long-lived debuginfod_client
2021-05-06 21:45 UTC (10+ messages)
[PATCH] gdb.texinfo: Expand documentation for debuginfod
2021-05-06 17:51 UTC (3+ messages)
[PATCH 0/3] Fix some sanitizer errors
2021-05-06 17:23 UTC (6+ messages)
` [PATCH 1/3] Add virtual destructor to dwarf2_per_cu_data
` [PATCH 2/3] Fix buffer underflow in add_path
[PATCH] gdb: make inferior::args a unique_xmalloc_ptr
2021-05-06 17:17 UTC (3+ messages)
[PATCH] Avoid crash with GCC trunk
2021-05-06 16:42 UTC
[PATCH][gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()
2021-05-06 15:42 UTC (5+ messages)
[PATCH] gdbserver/server: make some functions void
2021-05-06 13:04 UTC (2+ messages)
[PATCH 0/2] Fix crash when printing watchpoints using guile API
2021-05-06 9:59 UTC (6+ messages)
` [PATCH 1/2] gdb/testsuite: resolve duplicate test names in gdb.guile/scm-breakpoint.exp
` [PATCH 2/2] gdb/guile: don't try to print location for watchpoints
[PATCH v3 0/4] Multi-context invalid breakpoint conditions and MI
2021-05-06 8:50 UTC (8+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
` [PATCH v4 2/2] gdb/mi: add a '--force' flag to the '-break-condition' command
sim: h8300 predec special case test
2021-05-06 8:14 UTC (3+ messages)
[PATCH] gdb/riscv: add support for vector registers in target descriptions
2021-05-06 7:26 UTC (3+ messages)
[RFC PATCH] gdb: fix eval.c assert during inferior exit event
2021-05-06 1:59 UTC (2+ messages)
[PATCH/committed] sim: rl78: clean up various warnings
2021-05-05 23:06 UTC (8+ messages)
` [PATCH] sim: m32c/rl78/rx: fix command parsing
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
2021-05-05 15:47 UTC (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space
[PATCH] gdb: update Type.fields doc based on actual GDB behavior
2021-05-05 14:35 UTC (7+ messages)
[committed][gdb/testsuite] Fix timeout in gdb.threads/detach-step-over.exp with readnow
2021-05-05 13:14 UTC
[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
2021-05-05 12:18 UTC (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space
[committed][gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with readnow
2021-05-05 7:08 UTC
[PATCH] gdb, btrace, pt: ignore status update enable events
2021-05-05 5:46 UTC
[PATCH 1/4] sim: cgen: tweak initializers to avoid warnings
2021-05-05 2:07 UTC (4+ messages)
` [PATCH 2/4] sim: cgen: tweak cgen_rtx_error to fix warnings
` [PATCH 3/4] sim: cgen: namespace mode_names a bit
` [PATCH 4/4] sim: cgen: tweak trace format
[PATCH] sim: mips: include stdlib.h for memory prototypes
2021-05-05 2:04 UTC
[PATCH] sim: m68hc11: tweak types to fix warnings
2021-05-05 1:50 UTC
[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
2021-05-04 23:21 UTC (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space
[PATCH] gnulib: import getline
2021-05-04 21:22 UTC (11+ messages)
[PATCH 0/3] Some minor sim fixes
2021-05-04 19:17 UTC (8+ messages)
` [PATCH 1/3] Add config.h to generated_files for sim
` [PATCH 2/3] Fix igen build
` [PATCH 3/3] Add missing stdlib.h includes to sim
[PATCH] gdb: try to load libthread_db only after reading all shared libraries when attaching
2021-05-04 18:02 UTC (2+ messages)
` [PATCH v2] gdb: try to load libthread_db only after reading all shared libraries when attaching / handling a fork child
[RFP] Toolchains and Kernel MC in LPC 2021
2021-05-04 16:26 UTC
[pushed] gdb/testsuite: adjust gdb.python/flexible-array-member.exp expected pattern
2021-05-04 15:21 UTC
[PATCH] gnulib: import gendocs
2021-05-04 15:18 UTC (2+ messages)
[PATCH] gdb: add one-page manual support
2021-05-04 15:16 UTC (2+ messages)
RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure
2021-05-04 15:16 UTC (4+ messages)
[PATCH 1/2] sim: mips: delete unused constant variables
2021-05-04 12:42 UTC (2+ messages)
` [PATCH 2/2] sim: mips: always enable device models
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