Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFA] Fix leak in most gdb.mi tests
 2018-12-30  9:28 UTC  (5+ messages)

[RFA] Fix 'help set/show style' strange layouts/results
 2018-12-30  8:32 UTC  (4+ messages)

Leaks in gdb readline (old) version 6.2, fixed in readline 7
 2018-12-29 22:52 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 62f29fda90cf1d5a1899f57ef78452471c707fd6 might be unfortunate
 2018-12-29 20:05 UTC  (18+ messages)
` Breakage on builder Solaris11-sparcv9-m64, revision 62f29fda90cf1d5a1899f57ef78452471c707fd6
` Breakage on builder Solaris11-amd64-m64, "
` Breakage on builder RHEL-s390x-m64, "
` Breakage on builder NetBSD-x86_64-m64, "
` Breakage on builder Debian-s390x-native-extended-gdbserver-m64, "
` Breakage on builder Debian-s390x-native-gdbserver-m64, "
` Breakage on builder Debian-s390x-m64, "
` Breakage on builder Fedora-i686, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-w64-mingw32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "

[PATCH] Add "set debug minsyms" command
 2018-12-29 18:55 UTC  (11+ messages)

[PATCH] Fix crash in "finish"
 2018-12-29 17:49 UTC 

[PATCH] Remove gdb_indent.sh
 2018-12-29 17:04 UTC 

[FYI] Fix the build when GNU Source Highlight is not available
 2018-12-29  4:11 UTC 

[PATCH] Fix a crash in jit.c
 2018-12-28 21:07 UTC  (3+ messages)

[PATCH 00/16] Add styling to the gdb CLI and TUI
 2018-12-28 20:57 UTC  (28+ messages)
` [PATCH 06/16] Reset terminal styles
` [PATCH 05/16] Add output styles to gdb
` [PATCH 03/16] Introduce ui_file_style
` [PATCH 14/16] Use wclrtoeol in tui_show_source_line
` [PATCH 13/16] Make ANSI terminal escape sequences work in TUI
` [PATCH 16/16] Document the "set style" commands
` [PATCH 01/16] Change wrap buffering to use a std::string

[RFA] Fix leak of set/show verbose doc, avoid xfree of static string
 2018-12-28 17:21 UTC  (3+ messages)

[RFA] Add FORCE_LOCAL_GDB_QUIT_WAIT testsuite parameter
 2018-12-28 14:13 UTC  (4+ messages)

[PATCH 00/12] Make use of default gdbarch methods for some targets
 2018-12-28 12:27 UTC  (15+ messages)
` [PATCH 04/12] gdb/arm: Use default gdbarch methods where possible
` [PATCH 02/12] gdb/alpha: "
` [PATCH 03/12] gdb/arc: Use default gdbarch method default_dummy_id
` [PATCH 01/12] gdb/aarch64: Use default gdbarch methods where possible
` [PATCH 07/12] gdb/csky: "
` [PATCH 12/12] gdb/hppa: Use default gdbarch method default_dummy_id
` [PATCH 11/12] gdb/h8300: Use default gdbarch methods where possible
` [PATCH 08/12] gdb/riscv: "
` [PATCH 10/12] gdb/ft32: "
` [PATCH 05/12] gdb/bfin: "
` [PATCH 06/12] gdb/cris: "
` [PATCH 09/12] gdb/frv: "

GDB internal error in pc_in_thread_step_range
 2018-12-28 10:15 UTC  (22+ messages)

[PATCH 0/3] some minor Makefile improvements
 2018-12-27 20:03 UTC  (10+ messages)
` [PATCH 3/3] Build gdb "nat" files in subdirectory
` [PATCH 2/3] Make init.c depend on source files
` [PATCH 1/3] Remove gdbtypes special case from init.c rule

[FYI] Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader
 2018-12-27 19:33 UTC 

[PATCH 0/5] Reference counting improvements in Python
 2018-12-27 19:26 UTC  (6+ messages)
` [PATCH 4/5] Improve reference counting in py-type.c
` [PATCH 5/5] Avoid questionable casts in py-symtab.c
` [PATCH 1/5] Use a wrapper for PyErr_Fetch
` [PATCH 2/5] Remove more uses of explicit reference counting in Python
` [PATCH 3/5] Simplify gdbpy_stop_recording

[PATCH] Remove more calls to xfree from Python
 2018-12-27 17:29 UTC  (2+ messages)

[RFC] Remove cleanups from coffread.c
 2018-12-27 14:22 UTC  (2+ messages)

[RFAv2 0/4] Fix some gdb.ada tests failure by using more unique names
 2018-12-27 10:07 UTC  (12+ messages)
` [RFAv2 3/4] Fix gdb.ada/assign_arr.exp "
` [RFAv2 1/4] Fix gdb.ada/packed_array_assign.exp "
` [RFAv2 2/4] Fix gdb.ada/rename_subscript_param.exp "
` [RFAv2 4/4] Fix gdb.ada/fun_renaming.exp "

[PATCH 00/12] Remove some ALL_* iteration macros
 2018-12-27  6:22 UTC  (12+ messages)

[pushed] target.c: Remove struct keyword in range-based for
 2018-12-27  1:16 UTC 

[PATCH] Improve "set debug separate-debug-file"
 2018-12-26 16:52 UTC  (3+ messages)

[RFA] Fix some gdb.ada tests failures due to naming conflict
 2018-12-26 14:20 UTC  (6+ messages)

[PATCH 0/3] Python exception handling improvements
 2018-12-26  3:46 UTC  (5+ messages)
` [PATCH 2/3] Consolidate some Python exception-printing functions
` [PATCH 1/3] Use gdbpy_convert_exception in a few more spots
` [PATCH 3/3] Translate PyExc_KeyboardInterrupt to gdb "quit"

[PATCH] Remove the exception and cleanup checkers
 2018-12-24 21:57 UTC 

[PATCH] Please define thread_info as struct thread_info (and other stuff)
 2018-12-24 21:51 UTC  (9+ messages)

[PATCH] Use upper case for more metasyntactic variables in gdb
 2018-12-24 21:42 UTC 

[PATCH] gdb: Allow struct fields named double
 2018-12-24 17:30 UTC  (11+ messages)
` [PATCHv2 0/4] "
  ` [PATCHv2 4/4] "
  ` [PATCHv2 1/4] gdb: Extend the comments in c-exp.y
  ` [PATCHv2 3/4] gdb: Add new parser rule for structure field names
  ` [PATCHv2 2/4] gdb: Resolve 49 reduce/reduce conflicts in c-exp.y

[FYI] Simplify dwarf2_find_containing_comp_unit
 2018-12-24 16:58 UTC 

[PATCH] Fix search of debug files for remote debuggee
 2018-12-24 16:26 UTC  (3+ messages)

[RFA] Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads 'A'
 2018-12-24 12:13 UTC  (3+ messages)

[PATCH 0/2] RISC-V miscellaneous register fixes
 2018-12-24  9:49 UTC  (2+ messages)

[PATCH] Remove empty nm-fbsd.h header for FreeBSD/i386 native target
 2018-12-23 14:18 UTC  (2+ messages)

[PATCH] gdbserver short-circuit-argument-list failures
 2018-12-23  6:34 UTC  (2+ messages)

FYI/BRANCH: Patches applied to branch gdb-8.2-branch
 2018-12-23  6:19 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 8.2.1 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 8.2.1.DATE-git

gdb-8.2 branch FROZEN
 2018-12-23  6:13 UTC  (2+ messages)
` gdb-8.2 branch now open for commits again

pushed: [release/HEAD] Document the GDB 8.2.1 release in gdb/ChangeLog
 2018-12-23  6:11 UTC 

pushed: [release/branch] Set GDB version number to 8.2.1
 2018-12-23  5:53 UTC 

[PATCH v3] Fix various tests to use -no-pie linker flag when needed
 2018-12-21 20:56 UTC  (4+ messages)
` [PATCH] "

[PATCH] gdb: Fix "info os <unknown>" command
 2018-12-21 18:06 UTC  (3+ messages)

[PATCH] show configuration --without-python
 2018-12-21 18:02 UTC  (4+ messages)
` [PATCH] show configuration --without-python (2)
    ` pushed: "

[PATCH] fix compile error with clang
 2018-12-21 17:00 UTC  (4+ messages)

riscv-tdep.c in 32-bits build
 2018-12-21 15:22 UTC  (3+ messages)

[RFA] Ensure deterministic result order in gdb.ada/info_auto_lang.exp
 2018-12-20 21:14 UTC  (8+ messages)

[PATCHv5] gdb: Add default frame methods to gdbarch
 2018-12-19 18:37 UTC  (4+ 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