gdb-patches archive
subject index for February, 2017

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]
Search: Limit to:

[commit] [PATCH 5/8] DWARF-5 basic functionality

[commit] [PATCH v2 1/8] Code cleanup: Split create_debug_types_hash_table

[commit] [PATCH v2 2/8] Code cleanup: Split dwarf2_ranges_read to a callback

[commit] [PATCH v2 3/8] Code cleanup: Refactor abbrev_table_read_table cycle

[commit] [PATCH v2 5/8] DWARF-5: call sites

[commit] [PATCH v2 6/8] DWARF-5: Macros

[commit] [PATCH v2 7/8] DWARF-5: DW_FORM_data16

[commit] [PATCH v2 8/8] DWARF-5: NEWS

[commit] [patch] DWARF-5: Initialization due to a false compiler warning [Re: [PATCH v2 4/8] DWARF-5 basic functionality]

[commit] Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callback

[FYI 0/3] some trivial Rust changes

[FYI 1/3] Use std::string in Rust code

[FYI 2/3] Reindent rust-lang.c

[FYI 3/3] Use bool in Rust code

[FYI] Fix ptype of single-member Rust enums

[FYI] Remove unused variable in rust-lang.c

[OB PATCH] Fix NULL pointer dereference

[ob/pushed] Add missing ChangeLog entries.

[ob/pushed] struct mi_interp: Remove unused fields

[ob/pushed] Use gdb_insn_length instead of creating dummy stream

[obv] Fix recent compiler warnings

[PATCH 0/2] Miscellaneous fixes around type equality check

[PATCH 0/2] Use std::hashmap and MI commands classes in mi-cmds.c

[PATCH 0/3] Introduce gdb::function_view & fix completion bug

[PATCH 00/11] btrace: Turn linked list of function call segments into vector

[PATCH 00/11] Cleanup deprecated_*_hooks in defs.h

[PATCH 01/11] btrace: Use struct btrace_thread_info fields directly.

[PATCH 01/11] Remove unused deprecated_{pre|post}_add_symbol_hook

[PATCH 02/11] btrace: Change parameters to use btrace_thread_info.

[PATCH 02/11] Remove unused deprecated_ui_loop_hook

[PATCH 03/11] btrace: Add btinfo to instruction interator.

[PATCH 03/11] Remove unused deprecated_warning_hook

[PATCH 04/11] btrace: Use function segment index in call iterator.

[PATCH 04/11] Remove unused deprecated_interactive_hook

[PATCH 05/11] btrace: Use function segment index in insn iterator.

[PATCH 05/11] Remove unused deprecated_readline{_begin|_end}_hook

[PATCH 06/11] [SQUASH] btrace: Save function calls in a vector.

[PATCH 06/11] Remove unused deprecated_context_hook

[PATCH 07/11] [SQUASH] btrace: Adjust struct btrace_function::up.

[PATCH 07/11] Remove unused deprecated_target_wait_hook

[PATCH 08/11] [SQUASH] btrace: Adjust struct btrace_function::{flow,segment}.

[PATCH 08/11] Remove unused deprecated_{attach|detach}_hook

[PATCH 09/11] [SQUASH] btrace: Remove struct btrace_thread_info::{begin,end}.

[PATCH 09/11] Remove unused deprecated_call_command_hook

Re: [PATCH 1/2] Add rdrand/rdseed record/replay tests

Re: [PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390

[PATCH 1/2] Fix the unitialized bit in a struct field corresponding to enumb

Re: [PATCH 1/2] gdb: xtensa-linux: support THREADPTR register

[PATCH 1/2] new-ui.exp: Use proc_with_prefix

Re: [PATCH 1/2] This patch fixes GDBServer's run control for single stepping

[PATCH 1/2] Use std::map for MI commands in mi-cmds.c

Re: [PATCH 1/3] gdb: xtensa: initialize isa in call0_ret

[PATCH 1/3] Introduce gdb::function_view

[PATCH 1/5] arc: Align internal regnums with architectural regnums

Re: [PATCH 1/5] Introduce specialized versions of gdbpy_ref

[PATCH 1/5] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.

[PATCH 1/8] Rename read_unsigned_leb128 to gdb_read_unsigned_leb128

[PATCH 10/11] [SQUASH] btrace: Remove bfun_s vector.

[PATCH 10/11] Remove unused deprecated_ui_load_progress_hook

[PATCH 11/11] [SQUASH] btrace: Cleanup.

[PATCH 11/11] Remove deprecated_print_frame_info_listing_hook

Re: [PATCH 2/2] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay

Re: [PATCH 2/2] Avoid step-over infinite loop in GDBServer

[PATCH 2/2] Do not put {NULL, NULL} entries in a worklist when checking types for equality.

[PATCH 2/2] Do not send queries on secondary UIs

Re: [PATCH 2/2] gdbserver: xtensa: support THREADPTR register

[PATCH 2/2] Use classes to represent MI Command instead of structures

Re: [PATCH 2/3] gdb: xtensa-linux: add call0 support

[PATCH 2/3] Use gdb::function_view in iterate_over_symtabs & co

[PATCH 2/5] arc: Set section to ".text" when disassembling

[PATCH 2/5] Change xstate_bv handling to use 8 bytes of data.

[PATCH 2/8] Code cleanup: Split create_debug_types_hash_table

[PATCH 3/3] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index

Re: [PATCH 3/3] gdbserver: xtensa: add call0 support

[PATCH 3/5] arc: Add "maintenance print arc" command prefix

[PATCH 3/5] Rename target descriptions to reflect actual content of description.

[PATCH 3/8] Code cleanup: Split dwarf2_ranges_read to a callback

[PATCH 4/5] Add target description for avx-avx512.

[PATCH 4/5] arc: Add disassembler helper

Re: [PATCH 4/5] Make Python inferior-related internal functions return a gdbpy_inf_ref

Re: [PATCH 4/5] Make Python inferior-related internal functions return a gdbpy_inf_ref

Re: [PATCH 4/6] Disassembly unit test: disassemble one instruction

[PATCH 4/8] Code cleanup: Refactor abbrev_table_read_table cycle

Re: [PATCH 5/5] Add missing incref when creating Inferior Python object

[PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver.

[PATCH 5/5] arc: Add prologue analysis

[PATCH 5/8] DWARF-5 basic functionality

[PATCH 6/8] DWARF-5: call sites

[PATCH 7/8] DWARF-5: Macros

[PATCH 8/8] DWARF-5: DW_FORM_data16

[PATCH obv] Remove return in function returning void

[PATCH obv] Remove struct keyword from range-based for loop

[PATCH obv] Remove unused file_string parameter in gdb_disassembly

[PATCH obv] Use range-based for loop in remote_add_target_side_condition

[PATCH RFC] Decouple user selection from internal selection

[PATCH v1.1 1/3] Introduce gdb::function_view

[PATCH v1.2 1/3] Introduce gdb::function_view

[PATCH v2 0/2] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index

[PATCH v2 0/2] xtensa: support THREADPTR register

[PATCH v2 0/3] Shared libraries MI command

[PATCH v2 0/5] xtensa: support call0 ABI native linux gdb and gdbserver

[PATCH v2 1/2] gdb: xtensa-linux: support THREADPTR register

Re: [PATCH v2 1/2] PRU Simulator port

[PATCH v2 1/2] symtab.c: Small refactor

[PATCH v2 1/3] Remove unused parameter in solib_add and update_solib_list

[PATCH v2 1/5] gdb: xtensa: clean up xtensa_default_isa initialization

Re: [PATCH v2 1/6] Share gdb/environ.[ch] with gdbserver

[PATCH v2 1/8] Code cleanup: Split create_debug_types_hash_table

Re: [PATCH v2 2/2] Add testsuite for the PRU simulator port

[PATCH v2 2/2] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index

[PATCH v2 2/2] gdbserver: xtensa: support THREADPTR register

[PATCH v2 2/3] Add a better diagnostic message in mi_gdb_test

[PATCH v2 2/5] gdb: gdbserver: xtensa: make C0_NREGS available

Re: [PATCH v2 2/6] Share parts of gdb/terminal.h with gdbserver

[PATCH v2 2/8] Code cleanup: Split dwarf2_ranges_read to a callback

Re: [PATCH v2 28/31] Use ui_file_as_string throughout more

[PATCH v2 3/3] Add -file-list-shared-libraries MI command

[PATCH v2 3/5] gdb: xtensa-linux: add call0 support

Re: [PATCH v2 3/6] Share parts of gdb/inflow.c with gdbserver

[PATCH v2 3/8] Code cleanup: Refactor abbrev_table_read_table cycle

[PATCH v2 4/5] gdbserver: xtensa: add call0 support

Re: [PATCH v2 4/6] Share parts of gdb/gdbthread.h with gdbserver

Re: [PATCH v2 4/6] sim: or1k: add or1k target to sim

[PATCH v2 4/8] DWARF-5 basic functionality

[PATCH v2 5/5] gdb: xtensa: fix test for privileged register number

Re: [PATCH v2 5/6] Share fork_inferior et al with gdbserver

[PATCH v2 5/8] DWARF-5: call sites

Re: [PATCH v2 6/6] Implement proper "startup-with-shell" support on gdbserver

[PATCH v2 6/8] DWARF-5: Macros

[PATCH v2 7/8] DWARF-5: DW_FORM_data16

[PATCH v2 8/8] DWARF-5: NEWS

[PATCH v2] [ppc64] Add POWER8 atomic sequences single-stepping support

[PATCH v3 0/5] xtensa: support call0 ABI native linux gdb and gdbserver

[PATCH v3 0/6] Implement the ability to start inferiors with a shell on gdbserver

[PATCH v3 1/2] PRU Simulator port

[PATCH v3 1/5] gdb: xtensa: clean up xtensa_default_isa initialization

[PATCH v3 1/6] Share gdb/environ.[ch] with gdbserver

[PATCH v3 2/2] Add testsuite for the PRU simulator port

RE: [PATCH v3 2/5] btrace: allow recording to be started (and stopped) for running threads

[PATCH v3 2/5] gdb: gdbserver: xtensa: make C0_NREGS available

[PATCH v3 2/6] Share parts of gdb/terminal.h with gdbserver

[PATCH v3 3/5] gdb: xtensa-linux: add call0 support

[PATCH v3 3/6] Share parts of gdb/inflow.c with gdbserver

[PATCH v3 4/5] gdbserver: xtensa: add call0 support

[PATCH v3 4/6] Share parts of gdb/gdbthread.h with gdbserver

Re: [PATCH v3 5/5] Add support for Intel PKRU register to GDB and GDBserver.

Re: [PATCH v3 5/5] Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy

[PATCH v3 5/5] gdb: xtensa: fix test for privileged register number

[PATCH v3 5/6] Share fork_inferior et al with gdbserver

[PATCH v3 6/6] Implement proper "startup-with-shell" support on gdbserver

[PATCH v3] [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support

[Patch v3] Add -file-list-shared-libraries MI command

[PATCH v4 0/2] Eliminate cleanups & make ui_file a C++ class hierarchy

[PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer.

[PATCH v4 1/2] Add back gdb_pretty_print_insn

[PATCH v4 2/2] Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy

Re: [PATCH v5 1/9] btrace: Count gaps as one instruction explicitly.

Re: [PATCH v5 2/9] btrace: Export btrace_decode_error function.

Re: [PATCH v5 3/9] btrace: Use binary search to find instruction.

Re: [PATCH v5 4/9] Add record_start and record_stop functions.

Re: [PATCH v5 5/9] Add method to query current recording method to target_ops.

Re: [PATCH v5 6/9] python: Create Python bindings for record history.

Re: [PATCH v5 7/9] python: Implement btrace Python bindings for record history.

Re: [PATCH v5 8/9] python: Add tests for record Python bindings

[PATCH v6 0/9] Python bindings for btrace recordings

[PATCH v6 1/9] btrace: Count gaps as one instruction explicitly.

[PATCH v6 2/9] btrace: Export btrace_decode_error function.

[PATCH v6 3/9] btrace: Use binary search to find instruction.

[PATCH v6 4/9] Add record_start and record_stop functions.

[PATCH v6 5/9] Add method to query current recording method to target_ops.

[PATCH v6 6/9] python: Create Python bindings for record history.

Re: [PATCH v6 7/9] python: Implement btrace Python bindings for record history.

Re: [PATCH v6 8/9] python: Add tests for record Python bindings

[PATCH v6 9/9] Add documentation for new record Python bindings.

Re: [PATCH V7] amd64-mpx: initialize bnd register before performing inferior calls.

[PATCH V8] amd64-mpx: initialize BND register before performing inferior calls.

[PATCH v9] amd64-mpx: initialize BND register before performing inferior calls.

[PATCH, gdb] Fix now illegal upper case gdb command in chained-calls.exp

[PATCH, updated] Add support for setting disassembler-options in GDB for POWER, ARM and S390

[PATCH, v17] Add support for setting disassembler-options in GDB for POWER, ARM and S390

[PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390

Re: [PATCH, v2] Improve load command's help text

[PATCH, v3] Fix gdb.linespec/explicit.exp

[PATCH, v3] Make gdb.arch/i386-biarch-core.exp more robust

Re: [PATCH,v2] Fix gdb.linespec/explicit.exp

[PATCH,v2] Make gdb.arch/i386-biarch-core.exp more robust

[PATCH,v2] Make language setting tests more robust

[PATCH/committed] sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations

[PATCH] [ppc64] Add POWER8 atomic sequences single-stepping support

[PATCH] [trivial] Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.exp

[PATCH] aarch64 sim bit/bif bug fix

Re: [PATCH] aarch64 sim load/store single struct implementation w/ ldnr bug fixes

[PATCH] aarch64 sim mla bug fix

[PATCH] aarch64 sim sxtl/uxtl fix, plus another addv fix

Re: [PATCH] aarch64 sim vector mul bug fix

[PATCH] aarch64 sim, add cnt insn support

[PATCH] aarch64 sim, smov and umov support

[PATCH] aarch64 testsuite patch for ILP32

Re: [PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output

Re: [PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output

Re: [PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output

[PATCH] Add gdb.current_arch() function to python module -- equivalent of guile (current-arch)

[PATCH] Apply substitute-path rules to relative filenames

Re: [PATCH] Big-endian targets: don't ignore offset into DW_OP_implicit_value

[PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value

Re: [PATCH] Big-endian targets: Fix implptrpiece.exp

[PATCH] btrace: preserve call stack on function switch

Re: [PATCH] Bug 20936 - documentation review

[PATCH] C++-fy struct interp/cli_interp/tui_interp/mi_interp

[PATCH] cgen: opcodes: Fix memory corruption in in lookup

[PATCH] Create MI commands using python.

[PATCH] Default initialize enum flags to 0

[PATCH] Don't send queries to the MI interpreter

[patch] DWARF-5: Initialization due to a false compiler warning [Re: [PATCH v2 4/8] DWARF-5 basic functionality]

[PATCH] Eliminate interp::quiet_p

[PATCH] Fetch lazy value before calling val_print

[PATCH] Fix array out of bound access

[PATCH] fix bug with command `printf "%s\n", $_as_string($pc)`

[PATCH] Fix thinko on last commit

Re: [PATCH] Fix usage of inferior_ptid in two thread_alive implementations

Re: [PATCH] Fix usage of inferior_ptid in two thread_alive implementations

[PATCH] Fix usage of inferior_ptid in two thread_alive implementations

Re: [PATCH] gdb: add "-a" option for inferior commands

[PATCH] gdb: Add native support for Linux SH

[PATCH] gdb: xtensa: drop incorrect const from automatic variable

[PATCH] Introduce and use disassembly_flags

Re: [PATCH] Linux kernel thread runtime support

Re: [PATCH] Make gdb.arch/i386-biarch-core.exp more robust

[PATCH] Make language setting tests more robust

[PATCH] Move "tee" building down to interpreter::set_logging_proc

Re: [PATCH] Patch 2 of 2 for aarch64 ILP32 support in gdb

[PATCH] PR gdb/16188: Verify PTRACE_TRACEME succeeded

[PATCH] PR gdb/21122: Fix documentation mistakes for breakpoint commands

[PATCH] PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crash

[PATCH] PR remote/21188: Fix remote serial timeout

[PATCH] PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-reverse-x86.c

Re: [PATCH] Removal of uses of MAX_REGISTER_SIZE

[PATCH] Remove MAX_REGISTER_SIZE from frame.c

[PATCH] Remove MAX_REGISTER_SIZE from record-full.c

[PATCH] Remove MAX_REGISTER_SIZE from regcache.c

[PATCH] Remove MAX_REGISTER_SIZE from remote-sim.c

[PATCH] Remove MAX_REGISTER_SIZE from remote.c

[PATCH] Remove MAX_REGISTER_SIZE from sol-thread.c

[PATCH] Remove MAX_REGISTER_SIZE from target.c

[PATCH] Restrict gdb.base/gcore-relro-pie.exp to native/linux targets

[PATCH] Static linking of libstdc++ and libgcc with GDB leads to broken exception handling on AIX platform

[PATCH] testsuite: diagnose a running GDB in gdb_skip_xml_tests

[PATCH][COMMITTED] gdb/MAINTAINERS: Update my e-mail address

[PING] [PATCH v2 1/2] PRU Simulator port

[ping] [PATCH V7] amd64-mpx: initialize bnd register before performing inferior calls.

[ping][PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer.

[PING][PATCH v5 0/9] Python bindings for btrace recordings

[PING][PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value

[ping][PATCH] Big-endian targets: Fix implptrpiece.exp

[ping^2][PATCH] Big-endian targets: Fix implptrpiece.exp

[PR symtab/21126] Fix handling of fully zeroed PT_GNU_RELRO

[pushed] Add support for PKRU register to GDB and GDBServer.

[pushed] Fix "-gdb-set logging redirect on" crash

[pushed] Fix "maintenance selftest" printing stray instructions (Re: [PATCH 4/6] Disassembly unit test: disassemble one instruction)

[pushed] Reuse buffers across gdb_pretty_print_insn calls (Re: [PATCH v4 1/2] Add back gdb_pretty_print_insn)

Re: [pushed][PATCH v3 1/4] Extended-remote follow exec

Re: [RFA 1/5] Remove some ui_out-related cleanups from Python

Re: [RFA 3/5] Introduce gdbpy_subclass and use it to simplify some logic

Re: [RFA 4/5] Change one more spot to use gdbpy_ref

Re: [RFA 5/5] Remove some gotos from Python

[RFA v2 0/7] more cleanup removal in Python

[RFA v2 1/7] Remove some ui_out-related cleanups from Python

[RFA v2 2/7] Turn gdbpy_ref into a template

[RFA v2 3/7] Use gdbpy_ref to simplify some logic

[RFA v2 4/7] Change one more spot to use gdbpy_ref

[RFA v2 5/7] Remove some gotos from Python

[RFA v2 6/7] Remove unnecessary local variables

[RFA v2 7/7] Fix Python test to use lowercase command

Re: [RFA] candidates for ambiguous command in upper case

Re: [RFA] completion in command definition

Re: [RFA] PR python/13598 - add before_prompt event

Re: [RFC 0/7] Support for Linux kernel debugging

Re: [RFC 3/7] Add basic Linux kernel support

Re: [RFC 7/7] Add S390 support for linux-kernel target

[RFC v2 0/8] Support for Linux kernel debugging

[RFC v2 1/8] Convert substitute_path_component to C++

[RFC v2 2/8] Add libiberty/concat styled concat_path function

[RFC v2 3/8] Add basic Linux kernel support

[RFC v2 4/8] Add kernel module support for linux-kernel target

[RFC v2 5/8] Add commands for linux-kernel target

[RFC v2 6/8] Seperate common s390-tdep.* from s390-linux-tdep.*

[RFC v2 7/8] Add privileged registers for s390x

[RFC v2 8/8] Add S390 support for linux-kernel target

MemoryView missing from Python 2.4 and 2.6

New ARI warning Tue Feb 7 01:57:48 UTC 2017

One month away from GDB 8.0 branching

Out of office this week

PSA: contribution checklist: format of git log entries

RFC: Add native support for Linux SH


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]
Search: Limit to:

Mail converted by MHonArc