This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[commit] [ppc64le patch v3] Use skip_entrypoint for skip_trampoline_code
[commited, testsuite] fix directory prefix in gdb.base/dso2dso.exp
[COMMITTED PATCH] dwarf2_compute_name: add fixme, don't use same name as parameter for local
[COMMITTED PATCH] dwarf2read.c (add_partial_symbol): Remove outdated comments.
[COMMITTED PATCH] dwarf2read.c (setup_type_unit_groups): Add comment.
[COMMITTED PATCH] msp430: Fix bug regarding large memory model inferior function call arguments
[committed, testsuite] Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp
[committed, testsuite] generalize breakpoint pattern in gdb.mi/mi-cli.exp
[committed, testsuite] generalize enum regexp in gdb.cp/classes.exp
[committed, testsuite] generalize filename pattern in gdb.mi/mi-dprintf-pending.exp
[ob 7.10 PATCH] Fix build issue with nat/linux-namespaces.c
[OB PATCH] common/filestuff.c (make_cleanup_close): Update comment.
[OB PATCH] Fix typo in syntax of record instruction-history begin, end.
[OB PATCH] gdb.base/pie-execl.exp: Fix result test of build_executable.
[OB PATCH] gdb.base/savedregs.exp: Fix typo.
[OB PATCH] gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
[OB PATCH] Handle clang naming of function static local variable.
[ob/pushed] Call strprefix instead of strncmp in event parsing
[ob/pushed] gdbserver: Fix exec stop reply reporting conditions
Re: [obv] [testsuite] i386-biarch-core.exp: Fix comment typo
[PATCH 0/2 V2] Support single step by arch or target
[PATCH 0/2] [GDBserver] Fix compiling conditional expressions accessing registers
Re: [PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181)
[PATCH 0/3] Give user guidance on debugging with yama
Re: [PATCH 0/3] Remove casts of NULL (during assignment)
[PATCH 0/5] Software breakpoints support for ARM linux.
[PATCH 0/6] disasm, record: fix "record instruction-history /m"
Re: [PATCH 0/7] Replace continuations with an extendable "class"
[PATCH 0/7] Support tracepoints and software breakpoints on ARM aarch32-linux in GDBServer.
[PATCH 0/8 V2] [AArch64] Support fast tracepoints
[PATCH 0/8] [AArch64] Support fast tracepoints
[PATCH 0/9] Changes to frame selection.
[PATCH 00/17] record btrace: non-stop and ASNS
[PATCH 01/17] btrace: fix non-stop check in to_wait
[PATCH 02/17] btrace: support to_stop
[PATCH 03/17] btrace: improve stepping debugging
[PATCH 04/17] btrace: extract the breakpoint check from record_btrace_step_thread
[PATCH 05/17] btrace: split record_btrace_step_thread
[PATCH 06/17] btrace: move breakpoint checking into stepping functions
[PATCH 07/17] btrace: add missing NO_HISTORY
[PATCH 08/17] btrace: lock-step
[PATCH 09/17] btrace: resume all requested threads
[PATCH 1/2 v2] Re-check fastpoint after reloading symbols.
[PATCH 1/2] [GDBserver] Fix compiling conditional expressions accessing registers
[PATCH 1/2] [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_single_step
[PATCH 1/2] Add casts to memory allocation related calls
Re: [PATCH 1/2] gdb: Move common MI code to outer function.
Re: [PATCH 1/2] Improve error reporting when handling SystemTap SDT probes
Re: [PATCH 1/2] Try both make_relative_prefix{,ignore_links} for relocatability
Re: [PATCH 1/2] tui: make updating of start_line in tui_puts more consistent
[PATCH 1/3] debugging with yama: move make_cleanup_fclose
[PATCH 1/5] Support multiple breakpoint types per target in GDBServer.
[PATCH 1/6] disasm: change dump_insns to print a single instruction
[PATCH 1/7] Fix instruction skipping when using software single step in GDBServer
[PATCH 1/8] [AArch64] Use debug_printf instead of fprintf_unfiltered
Re: [PATCH 1/8] Add new test, gdb.base/loop-break.exp
[PATCH 1/8] Move instruction decoding into new arch/ directory
[PATCH 1/9] gdb: Check the selected-frame in frame_find_by_id.
[PATCH 10/17] btrace: temporarily set inferior_ptid in record_btrace_start_replaying
[PATCH 11/17] btrace: async
Re: [PATCH 11/18] Implement all-stop on top of a target running non-stop mode
[PATCH 12/17] infrun: switch to NO_HISTORY thread
[PATCH 13/17] btrace: non-stop
[PATCH 14/17] target, record: add PTID argument to to_record_is_replaying
[PATCH 15/17] btrace: allow full memory and register access for non-replaying threads
[PATCH 16/17] target: add to_record_stop_replaying target method
[PATCH 17/17] infrun: scheduler-locking reverse
[PATCH 2/2] [testsuite] Add test case for tracepoints with conditions
[PATCH 2/2] Add some more casts (1/2)
Re: [PATCH 2/2] Catching errors on probes-based dynamic linker interface
Re: [PATCH 2/2] gdb: Ensure disassembler covers requested address range.
[PATCH 2/2] Support single step by arch or target
Re: [PATCH 2/2] Try both make_relative_prefix{,ignore_links} for relocatability
Re: [PATCH 2/2] tui: maintain a scrollback buffer and dump it upon exit (PR tui/14584)
Re: [PATCH 2/2] Use gdbarch obstack to allocate the TYPE_NAME string in arch_type
[PATCH 2/3] debugging with yama: add suberror code to gdb_exception
[PATCH 2/5] Make breakpoint and breakpoint_len local variables in GDBServer.
[PATCH 2/6] disasm: add struct disas_insn to describe to-be-disassembled instruction
[PATCH 2/7 v2] Move some integer operations to common.
[PATCH 2/7] Move some integer operations to common.
[PATCH 2/8 v2] [AArch64] Move instruction decoding into new arch/ directory
[PATCH 2/8 v2] [AArch64] Use debug_printf instead of fprintf_unfiltered
[PATCH 2/8] [AArch64] Move instruction decoding into new arch/ directory
Re: [PATCH 2/8] Add new gdbarch method, unconditional_branch_address
[PATCH 2/8] Make aarch64_decode_adrp handle both ADR and ADRP instructions
[PATCH 2/9] gdb: Select a frame for frame_info.
[PATCH 3/2] Add some more casts (2/2)
[PATCH 3/3] debugging with yama: check for yama ptrace_scope
Re: [PATCH 3/5 v4] Fix argument to compiled_cond, and add cases for compiled-condition.
[PATCH 3/5] Add support for ARM breakpoint types in GDBServer.
[PATCH 3/6] disas: add gdb_disassembly_vec
[PATCH 3/7] Support multiple breakpoint types per target in GDBServer.
[PATCH 3/8 v2] [AArch64] Make aarch64_decode_adrp handle both ADR and ADRP instructions
[PATCH 3/8] [AArch64] Make aarch64_decode_adrp handle both ADR and ADRP instructions
[PATCH 3/8] Add support for fast tracepoints
Re: [PATCH 3/8] Break at each iteration for breakpoints placed on a while statement
[PATCH 3/9] gdb: Make use of safe-ctype.h header.
Re: [PATCH 4/5 v5] Tracepoint for ppc64
[PATCH 4/5] Handle breakpoint kinds for software breakpoints in GDBServer.
[PATCH 4/6] disasm: use entire line table in line_has_code_p
[PATCH 4/7] Make breakpoint and breakpoint_len local variables in GDBServer.
[PATCH 4/8] [GDBserver][AArch64] Add support for fast tracepoints
[PATCH 4/8] Implement target_emit_ops
Re: [PATCH 4/8] Implement unconditional_branch_address method for x86-64 and i386
[PATCH 4/9] gdb/doc: Restructure frame command documentation.
[PATCH 5/5] Support software breakpoints for ARM linux in GDBServer.
[PATCH 5/6] disasm: determine preceding lines independent of last_line
[PATCH 5/7] Add support for software single step on ARM aarch32-linux in GDBServer.
[PATCH 5/8] [GDBserver][AArch64] Implement target_emit_ops
[PATCH 5/8] Enable fast tracepoint tests
[PATCH 5/9] gdb: Fix bug with dbx style func command.
[PATCH 6/6] btrace: use gdb_disassembly_vec and new source interleaving method
[PATCH 6/7] Support conditional breakpoints on targets that can software single step in GDBServer.
[PATCH 6/8] [testsuite][AArch64] Enable fast tracepoint tests
[PATCH 6/8] Add a gdb.trace test for instruction relocation
[PATCH 6/9] gdb: Avoid unneeded calls to parse_frame_specification.
Re: [PATCH 7/7] Mention multi-arch debugging support in NEWS
[PATCH 7/7] Support tracepoints and software breakpoints on ARM aarch32-linux in GDBServer.
[PATCH 7/8] [testsuite] Add a gdb.trace test for instruction relocation
[PATCH 7/8] Add a test case for fast tracepoints' locking mechanism
[PATCH 7/9] gdb: Simplify parse_frame_specification.
[PATCH 8/8] [testsuite] Add a test case for fast tracepoints' locking mechanism
[PATCH 8/8] Add NEWS entry for fast tracepoint support on aarch64-linux
[PATCH 8/9] gdb: Split func_command into two parts.
[PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'.
[PATCH obv] cli-script.c: Fix read_next_line's comment
[PATCH obv] Fix cast of xml_find_attribute's return value
[PATCH OBV] Shorten long lines in linux-aarch64-low.c
Re: [PATCH v12 00/32] Validate binary before use
[PATCH v2 00/17] record btrace: non-stop and ASNS
[PATCH v2 01/17] btrace: fix non-stop check in to_wait
[PATCH v2 02/17] btrace: support to_stop
[PATCH v2 03/17] btrace: improve stepping debugging
[PATCH v2 04/17] btrace: extract the breakpoint check from record_btrace_step_thread
[PATCH v2 05/17] btrace: split record_btrace_step_thread
[PATCH v2 06/17] btrace: move breakpoint checking into stepping functions
[PATCH v2 07/17] btrace: add missing NO_HISTORY
[PATCH v2 08/17] btrace: lock-step
[PATCH v2 09/17] btrace: resume all requested threads
[PATCH v2 10/17] btrace: temporarily set inferior_ptid in record_btrace_start_replaying
[PATCH v2 11/17] btrace: async
[PATCH v2 12/17] infrun: switch to NO_HISTORY thread
[PATCH v2 13/17] btrace: non-stop
[PATCH v2 14/17] target, record: add PTID argument to to_record_is_replaying
[PATCH v2 15/17] btrace: allow full memory and register access for non-replaying threads
[PATCH v2 16/17] target: add to_record_stop_replaying target method
[PATCH v2 17/17] infrun: scheduler-locking reverse
[PATCH v2] btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails
[PATCH v2] btrace: kernel address filtering
[PATCH V2] PR varobj/18564 regression in showing __thread so extern variable
[PATCH v3 0/4] Extended-remote exec events
[PATCH v3 00/19] record btrace: non-stop, scheduler-locking, and ASNS
[PATCH v3 01/19] btrace: fix non-stop check in to_wait
[PATCH v3 02/19] btrace: support to_stop
[PATCH v3 03/19] btrace: improve stepping debugging
[PATCH v3 04/19] btrace: extract the breakpoint check from record_btrace_step_thread
[PATCH v3 05/19] btrace: split record_btrace_step_thread
[PATCH v3 06/19] btrace: move breakpoint checking into stepping functions
[PATCH v3 07/19] btrace: add missing NO_HISTORY
[PATCH v3 08/19] btrace: lock-step
[PATCH v3 09/19] btrace: resume all requested threads
Re: [PATCH v3 1/2] D: Support looking up symbols in the current and imported modules
[PATCH v3 1/4] Extended-remote follow exec
[PATCH v3 10/19] btrace: temporarily set inferior_ptid in record_btrace_start_replaying
[PATCH v3 11/19] btrace: async
[PATCH v3 12/19] infrun: switch to NO_HISTORY thread
[PATCH v3 13/19] btrace: non-stop
[PATCH v3 14/19] target, record: add PTID argument to to_record_is_replaying
[PATCH v3 15/19] btrace: allow full memory and register access for non-replaying threads
[PATCH v3 16/19] target: add to_record_stop_replaying target method
[PATCH v3 17/19] target: add to_record_will_replay target method
[PATCH v3 18/19] infrun: scheduler-locking replay
[PATCH v3 19/19] btrace: honour scheduler-locking for all-stop targets
[PATCH v3 2/4] Extended-remote exec catchpoints
[PATCH v3 3/4] Extended-remote support for exec event tests
[PATCH v3 4/4] Extended-remote exec event docs
[PATCH+7.10.1] PR remote/18965: vforkdone stop reply should indicate parent PID
[PATCH, doc RFA] Make second arg to "mt print *symbols" a regexp
[PATCH, FT32] Correctly interpret function prologs
[PATCH, FT32] Proper support for address <-> pointer conversions
[PATCH, FT32] Replace hard-coded instruction patterns with macros
[PATCH, FT32] sim: character input port
[PATCH, FT32] sim: correct simulation of MEMCPY and MEMSET
[PATCH, FT32] sim: correctly simulate PM write port
FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
[patch, testsuite] check for readline support in gdb.base/history-duplicates.exp
[patch, testsuite] check for UTF-32 target wide charset support in gdb.base/wchar.exp
[patch, testsuite] fix problems in gdb.base/paginate-bg-execution.exp
[patch, testsuite] replace bogus pointer-to-member test in gdb.cp/classes.exp
[patch, testsuite] require readline for gdb.linespec/explicit.exp tab-completion tests
[patch, testsuite] skip gdb.base/gdbhistsize-history.exp on remote hosts
[patch, testsuite] skip gdb.base/gdbinit-history.exp on remote hosts
[patch, testsuite] skip tests in with_target_charset if no ICONV support
[PATCH/obv] Add two missing consts
[PATCH/obv] doc: Fix substitute-path example
[PATCH/obv] stap-probe: Remove unnecessary cast
Re: [PATCH] [aarch64] Check region OK for HW watchpoint in GDBserver
[PATCH] [AArch64] Cleanup comments in instruction decoding functions
[PATCH] [AArch64] Fix incorrect mask when decoding b.cond instruction
[PATCH] [Ada] Enhance the menu to select function overloads with signatures
[PATCH] [Ada] Enhance type printing for arrays with variable-sized elements
Re: [PATCH] [Ada] Fix completion for multiple function matches
[PATCH] [Ada] Fix handling of array renamings
[PATCH] [Ada] Fix the evaluation of access to packed array subscript
[PATCH] [Ada] Make string_char_type a true TYPE_CODE_CHAR type in Ada
[PATCH] [D] Add grammar support for sizeof and typeof
[PATCH] [D] Fix regression in py-lookup-type.exp
[PATCH] [D] Re-apply change for handling non-local references in nested functions
[PATCH] [gdbserver] Remove unused max_jump_pad_size
[PATCH] [PR breakpoints/18275] Introduce dprintf-flush-function for call-style dprintfs
[PATCH] [PR gdb/17143] Improve memory usage of major obstacks
[PATCH] [PR python/18938] source -s foo.py with foo.py a symlink to foo.notpy fails
[PATCH] [PR server/18976] fallback to open if multifs_open fails
[PATCH] [PR symtab/17911] Recognize bad file types
[PATCH] [RFC] gdb: add disable-docs option
[PATCH] aarch64 multi-arch (part 3): get thread area
[PATCH] aarch64 multi-arch support (part 2): siginfo fixup
[PATCH] aarch64-core.xml: 32-bit cpsr -> 64-bit pstate
RE: [PATCH] Add micromips support to the MIPS simulator
[PATCH] Add NEWS entry for fast tracepoint support on aarch64-linux
Re: [PATCH] Add proper handling for non-local references in nested functions
Re: [PATCH] Bail out of processing stop if hook-stop resumes target / changes context
[PATCH] btrace, test: remove buffer-size test with unlimited buffer size
[PATCH] btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails
[PATCH] btrace: kernel address filtering
[PATCH] Call target_can_download_tracepoint if there are tracepoints to download
[PATCH] config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc's warning
Re: [PATCH] Constify variables in ada-lang.c
[PATCH] Do not pass NULL for the string in catch_errors
[PATCH] Don't look up agent symbols if it's off
[PATCH] Don't skip gdb.asm/asm-source.exp on aarch64
[PATCH] Expect SI_KERNEL si_code for a MIPS software breakpoint trap
Re: [PATCH] Fix =thread-exited not showing up when detaching (PR 15564)
[PATCH] Fix accessing a function's fields (parameters) from Python (PR 18073)
[patch] Fix BZ15121 -- x/a broken for addresses in shared libraries
[PATCH] Fix gdb.base/a2-run.exp race
[PATCH] Fix mi-detach.exp on native-gdbserver
[PATCH] Fix use of uninitialized value in linux-arm-low in GDBServer.
[PATCH] Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT
[PATCH] gcore.c (array_func): Add reference to static_array.
[PATCH] gdb.go/methods.exp: Mark gdb_breakpoint calls as known failures.
[PATCH] gdb/18947: [aarch64]Step into shared library is very slow.
Re: [PATCH] guile: Add as_a_scm_t_subr
[patch] improve hand-call-in-threads.exp failure handling
Re: [PATCH] Include minimal symbol flavour name in LOC_UNRESOLVED error message.
[PATCH] infcmd.c: Don't attempt to record a NULL value after a finish command
[PATCH] Initialize variable and silence GCC warning from last commit
[PATCH] Initialize yet another variable to silence GCC warning from last-but-one commit
Re: [PATCH] Make GDB wait for events after handling target File-I/O
Re: [PATCH] PR varobj/18564 regression in showing __thread so extern variable
[PATCH] Print address map in output of "mt print psymbols"
[PATCH] py-type.exp: Do not run tests if binary fails to build
Re: [PATCH] remove language_specific.mangled_lang
Re: [PATCH] Remove only use of current_inferior ()->gdbarch outside of gdbarch.*
[PATCH] tui: Simplify tui_alloc_content
Re: [PATCH] Unset attach_flag when running a new process
Re: [PATCH] Update documentation of function copy_type_recursive
[PATCH] Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENT
[ping for Cc] [ppc64le patch v2] Use skip_entrypoint for skip_trampoline_code
[ppc64le patch v2] Use skip_entrypoint for skip_trampoline_code
[ppc64le patch v3] Use skip_entrypoint for skip_trampoline_code
[ppc64le] Use skip_entrypoint for skip_trampoline_code
Re: [pushed] gdbserver: redo stepping over breakpoint that was on top of a permanent breakpoint
[pushed] x86/Linux: reenable all-stop on top of non-stop
[pushed][PATCH v3 1/4] Extended-remote follow exec
[pushed][PATCH v3 2/4] Extended-remote exec catchpoints
[pushed][PATCH v3 3/4] Extended-remote exec test
[pushed][PATCH v3 4/4] Extended-remote exec event docs
Re: [RFC] Block all async signals used by gdb when initializing Guile
[RFC] fix gdb.threads/non-stop-fair-events.exp timeouts
[RFC] reviving 'catch syscall' for gdbserver
[testsuite, committed] Allow any size enum in gdb.cp/var-tag.exp
[testsuite, committed] fix shared library load in gdb.base/global-var-nested-by-dso.exp
Re: ABANDONED: [PATCH 0/2] frame_find_by_id & selected_frame issues
AIX DWARF debugging sections
Broken build details view?
Re: Cell multi-arch broken (Re: [PATCH 2/2] GNU/Linux: Stop using libthread_db/td_ta_thr_iter)
Help, --target_board=native-stdio-gdbserver is unusable
Iain Buclaw appointed D language maintainer
Intel x86 family 45 support of btrace
pushed: [PATCH] Add proper handling for non-local references in nested functions
Re: qemu-system debugging broken ([PATCH 03/18] remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANG)
Re: Racy failures on gdb.base/gdbinit-history.exp (native-extended-gdbserver/-m64)
Re: RFC GDB Linux Awareness analysis
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]