gdb-patches archive
subject index for November, 2012

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:

[0/10] RFC: use gnulib more heavily + more configure fixes

Re: [0/9] RFC better type-printing

[1/10] RFC: update gnulib

[1/3] ptype completer

[10/10] RFC: remove gdb_wait.h

[2/10] RFC: remove gdb_string.h

[2/3] some parser completion renamings

[3/10] RFC: remove gdb_dirent.h

[3/3] RFC: tag name completion

[4/10] RFC: unconditionally include signal.h

[5/10] RFC: don't check for stddef.h

[6/10] RFC: don't check for stdlib.h

Re: [7.5] PATCH: PR backtrace/14646 [x32] backtrace doesn't work

[7/10] RFC: don't check for unistd.h

[8/10] RFC: don't check for sys/types.h

[9/10] RFC: remove gdb_stat.h

[branch+head] Mention GDB 7.5.1 release in ChangeLog

[COMMIT OBV] ARI fixes repalce sprintf by xsnprintf for char arrays

[commit/branch] GDB version number bumped

[commit/branch] Updated GDB version number

[commit] [patch] testsuite: XFAIL gdb.base/enumval.exp for GCC <= 4.6

[Commit] Enhancements to contrib/ari/update-web-ari.sh

[commit] Fix !HAVE_THREAD Python build error (Re: RFC: fix atexit.register)

[commit] Fix OpenCL vector type printing

[commit] Fix sparc-solaris build failure (sparc-sol2-nat.c)

[committed] Merge from GCC.

[committed] Remove a redundant condition check in tic6x-linux-tdep.c

[committed] Remove trailing spaces.

[committed]: [PATCH 0/4] Fix member pointer bugs

[committed]: [PATCH 0/6] Remove unused operator OP_LABELED

[committed]: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'.

[doc,PR 14777] Fix default demangle-style

RE: [MI][patch v2] -break-list to specify "thread-group"

[NEWS patch] Re: [PATCH] "Program received signal" => "Thread N received signal"

[OBV/committed] ARI fix: Remove #include "dirent.h" from common/linux-osdata.c

[obv] Add static to infwait_state

[obv] Fix a typo in comment.

[obv] Fix typo in mi-watch.exp

[obv] Move macro current_ptid to gdbthread.h and use it

[obv] partial fix PR 14777: Remove doc on command 'info udot'.

[obv] Remove 'extern int tracepoint_count'.

[obv] Remove extraneous parentheses.

[obv] Use existed/supported commands in mi-cmd-param-changed.exp

[PATCH 0/3] Address review, "fix recent breakage in the JIT reader interface"

Re: [PATCH 0/4] bitpos expansion summary reloaded

[PATCH 0/4] Fix member pointer bugs

[PATCH 0/4] Misc annotations changes.

[PATCH 0/5] AArch64 GDB and GDBSERVER Port V2

[PATCH 0/6] Remove unused operator OP_LABELED

Re: [PATCH 0/8] Fix PR gdb/14766; cleanup foll-vfork.exp and extend it.

[PATCH 1/2] NTrace rsp notification.

[PATCH 1/3] Fix segfault when unwinding JIT frames using a custom reader.

Re: [PATCH 1/3] simplify decompression code

[PATCH 1/4] Remove (alleged) "breakpoints-changed" annotation suppression on ignore count changes.

[PATCH 1/4] testcase - pointer to member function

[PATCH 1/5] AArch64 GDB and GDBSERVER Port V2

[PATCH 1/6] Remove OP_LABELED.

Re: [PATCH 1/7] new queue.h in common/.

Re: [PATCH 1/9] test suite refactoring for coming ptype change

[PATCH 2/2] MI notification on trace stop: triggered by remote

Re: [PATCH 2/2] new tracepoint downloaded MI notification.

Re: [PATCH 2/3] lazily read note section data

[PATCH 2/3] Make jit-reader-load accept absolute paths to reader shared objects.

Re: [PATCH 2/4] Add a check to ensure that a type may fit into host memory

[PATCH 2/4] factor code

[PATCH 2/4] Suppress repeated annotations until GDB is ready to accept input.

[PATCH 2/5] AArch64 GDB and GDBSERVER Port V2

[PATCH 2/6] Update comment of evaluate_struct_tuple.

Re: [PATCH 2/7] de-couple %Stop from notification: gdbserver

[PATCH 3/3] Add a test case for the jit-reader interface.

[PATCH 3/4] Fully move the breakpoints-invalid annotation to observers.

[PATCH 3/4] Use TYPE_TARGET_TYPE.

[PATCH 3/5] AArch64 GDB and GDBSERVER Port V2

[PATCH 3/6] Remove 'variantno'.

Re: [PATCH 3/7] de-couple %Stop from notification: gdb

[PATCH 4/4] Handle TYPE_CODE_MEMBERPTR

[PATCH 4/4] Skip breakpoints-invalid annotations for internal|momentary breakpoints.

[PATCH 4/5] AArch64 GDB and GDBSERVER Port V2

Re: [PATCH 4/6] command 'set debug notification'.

[PATCH 4/6] Remove 'substruct_type' and 'subfieldno'.

Re: [PATCH 4/7] command 'set debug notification'.

[PATCH 5/5] AArch64 GDB and GDBSERVER Port V2

[PATCH 5/6] Indentation.

Re: [PATCH 5/7] Handle notification for all-stop.

[PATCH 6/6] Test nested struct assign

Re: [PATCH 6/7] Cleanup pending queues before resume in all-stop

Re: [PATCH 6/8] foll-vfork.exp: Clean restart gdb before each test procedure.

Re: [PATCH 8/9] class-local typedef substitutions

Re: [PATCH 9/9] add python layer

[PATCH v2] gdb: include help aliases in help command completion

[PATCH v3 1/3] MI: add the -catch-load and -catch-unload commands

[PATCH v3 2/3] MI: document the -catch-load/-unload commands

[PATCH v3 3/3] MI: tests for -catch-load/-catch-unload

[patch v4 00/13] branch tracing support for Atom

[patch v4 01/13] disas: add precise instructions flag

[patch v4 02/13] thread, btrace: add generic branch trace support

[patch v4 03/13] cli, btrace: add btrace cli

[patch v4 04/13] configure: add check for perf_event header

[patch v4 05/13] linux, btrace: perf_event based branch tracing

[patch v4 06/13] linux, i386, amd64: enable btrace for 32bit and 64bit linux native

[patch v4 07/13] xml, btrace: define btrace xml document style

[patch v4 08/13] remote, btrace: add branch trace remote ops

[patch v4 09/13] gdbserver, btrace: add generic btrace support

[PATCH v4 1/3] MI: add the -catch-load and -catch-unload commands

[patch v4 10/13] gdbserver, linux, btrace: add btrace support for linux-low

[patch v4 11/13] test, btrace: add branch tracing tests

[patch v4 12/13] test, btrace: more branch tracing tests

[patch v4 13/13] btrace, x86: restrict to Atom

[PATCH v4 2/3] MI: document the -catch-load/-unload commands

[PATCH v4 3/3] MI: tests for -catch-load/-catch-unload

[PATCH v5 1/3] MI: add the -catch-load and -catch-unload commands

[PATCH v5 2/3] MI: document the -catch-load/-unload commands

[PATCH v5 3/3] MI: tests for -catch-load/-catch-unload

[PATCH v6 1/3] MI: add the -catch-load and -catch-unload commands

[PATCH v6 2/3] MI: document the -catch-load/-unload commands

[PATCH v6 3/3] MI: tests for -catch-load/-catch-unload

[PATCH v7 1/3] MI: add the -catch-load and -catch-unload commands

[PATCH v7 2/3] MI: document the -catch-load/-unload commands

[PATCH v7 3/3] MI: tests for -catch-load/-catch-unload

[patch+7.5.1] Work around PR libc/13097 "linux-vdso.so.1" #3

[PATCH, testsuite] Avoid testsuite harness failure on i686-mingw32 host

[PATCH,tests] Run to main before doing any tests in structs3.exp

[PATCH/arm] Backtrace through exception frames on arm/cortex-m target

[PATCH/OBV] ARI markup fix (was [commit] Hardware breakpoint errors patch)

[PATCH] "Program received signal" => "Thread N received signal"

[PATCH] Add breakpoint_created observer to update tracepoint_count.

[PATCH] Add CTF support to GDB [0/4]

[PATCH] Add CTF support to GDB [1/4] Add "-ctf" to tsave command

[PATCH] Add CTF support to GDB [2/4] Fix a bug of function dwarf_expr_frame_base

[PATCH] Add CTF support to GDB [3/4] ctf target

[PATCH] Add CTF support to GDB [4/4] doc

[patch] Add support for Fission DWP files

[PATCH] Always include defs.h first.

Re: [PATCH] bug 14741 - in -var-update, all children get the display hint and dynamic attribute value from the root variable

[PATCH] Combine two blocks together in print_one_breakpoint_location.

Re: [PATCH] enhancement of mi_cmd_data_write_memory_bytes for filling memory regions (was [PATCH] new MI command for pattern filling of memory regions)

[Patch] Extended flash support

[PATCH] Fix 'info os' crashes on sparc.

[PATCH] Fix -Wformat-extra-args warning.

[PATCH] Fix for incorect breakpoint set in case of clang compiled binary

[PATCH] Fix gdb disassemble for power6/power7 instructions

[PATCH] Fix libtool.m4 dlopen lookup for mingw

Re: [PATCH] Fix mi "-var-create" regression

Re: [PATCH] Fix MI -symbol-list-lines

[PATCH] Fix PLT call stub for ppc64

Re: [PATCH] Fix PR14617: New MI notification on tracepoint modified.

[PATCH] Fix printing functions with complex return on PPC64

[PATCH] Fix readlink calls in GDB

[PATCH] fix sim build when configured with --enable-plugins

[PATCH] Fix Sparc %fsr regset offset for BSD and Linux.

[PATCH] foll-vfork.exp: Avoid test crash when run with the wrong cwd.

[PATCH] FreeBSD powerpc support

[PATCH] gdb: include help aliases in help command completion

Re: [PATCH] improve python finish breakpoint for exceptions/longjmp case.

[patch] Limit DW_AT_comp_dir workaround only for gcc<=4.2

[PATCH] MAINTAINERS: Official FSF-appointed maintainers change

[PATCH] MI notification on trace started/stopped:basic

[PATCH] Move ensure_not_running from infrun.c to infcmd.c

[PATCH] Multi-process + multi-arch: GDB

[PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'.

[PATCH] Pass 'saved_singlestep_ptid' to deprecated_context_hook.

[PATCH] PR gdb/14306 - GDB doesn't work when execing different format

[PATCH] PR gdb/14810 - disabled breakpoint locations shouldn't explain stops, but they do.

[PATCH] Python 3 support, part 1 (non-testsuite part)

[PATCH] Python 3 support, part 2 (testsuite part)

[PATCH] Remove printf from gdb.threads/manythreads.c

[PATCH] Rename breakpoints_changed to annotate_breakpoints_changed.

[PATCH] Replace deprecated_target_wait_hook by an observer in TUI

[PATCH] Scan for Mach-O start address in LC_MAIN and properly check bfd_mach_o_scan_start_address's return value

[PATCH] Skip gcore-buffer-overflow.exp on windows

Re: [PATCH] Support targets that know how to step over breakpoints

Re: [PATCH] target attributes [1/5] core and load from target function

Re: [PATCH] target attributes [5/5] doc

[PATCH] Turn -Wempty-body on in gdbserver?

[PATCH] Uniquify test name py-test.exp

[PATCH] use gdbarch_addr_bits_remove for entry point address

[PATCH] Vector to scalar casting and widening

[PATCH] vfork: follow-fork child, detach-on-fork on: Fix dangling "is vfork parent of".

[PATCH]: Fix gdb's prompt for continue in TUI SingleKey mode

[PATCH]: Fix PR tui/9584 Seg Fault tui Single key mode

[PATCH]: Replace deprecated_detach_hook by an observer in TUI

[PATCH]: Update MAINTAINERS email address

[patch][python] 0 of 5 - Frame filters and Wrappers

[patch][python] 1 of 5 - Frame filter Python C code changes.

[patch][python] 2 of 5 - Frame filter MI code changes.

[patch][python] 3 of 5 - Frame filter CLI/misc code changes.

[patch][python] 4 of 5 - Frame filter testsuite changes

[patch][python] 5 of 5 - Frame filter documentation changes

[patchv2] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename)

[PR tdep/7438] Replace gdbarch 'smash_text_address' with 'addr_bits_remove'

Re: [RFA 3/5] New port: CR16: gdb port

[RFA-v2] ARI fixes: move gdb_stat.h and gdb_wait.h to common subdirectory.

[RFA-v2] ARI fixes: Remove some sprintf calls

[RFA-v2] contrib/ari: Avoid permission issue for script

Re: [RFA-v5] Add scripts to generate ARI web pages to gdb/contrib/ari directory

[RFA/Ada 1/2] Handle other cases than EVAL_NORMAL in the default case

[RFA/Ada 1/4] Full view of interface-wide types

[RFA/Ada 2/4] Strip interface tags from visible fields

[RFA/doco] document gdb.init check only performed in home directory

[RFA/mingw32] environment variables are case-insensitive on win32

[RFA/testsuite 2/2] Update gdb.ada/variant_record_packed_array

[RFA/testsuite 3/4] New testcase for interface type printing

[RFA/testsuite 4/4] update ptype_tagged_param.exp

[RFA] Add myself as responsible of contrib/ari directory

[RFA] ARI fixes: move gdb_stat.h and gdb_wait.h to common subdirectory.

[RFA] ARI fixes: Remove some sprintf calls

Re: [RFA] c++/13615

[RFA] contrib/ari: Avoid permission issue for script

[RFA] Do not crash when calling GDB with empty executable name.

[RFA] First fixes to contrib/ari scripts

[RFA] Fix New ARI warning Tue Nov 6 01:58:48 UTC 2012

Re: [RFA] gdb/14288

[RFA] Look for system.gdbinit in specified --data-directory

[RFA] New port: CR16: BFD Changes required by the gdb port

[RFA] Remove AC_HEADER_STAT from configure.ac

[RFA] Remove warning from gaxk

Re: [RFA] script to update our gnulib-import (take 2)

Re: [RFC 0/7 V3]A general notification in GDB RSP

[RFC-v2] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)

[RFC-v3] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)

[RFC-v4] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)

[RFC-v5] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)

[RFC] Several sprintf removal, non-trivial

[RFC] Create also ARI web page using CVS source in gdb/contrib/ari

[RFC] Debug Operators with GDB Python

Re: [RFC] Document replacement for frame_register_read (deprecated).

Re: [RFC] Fix .text section offset for windows DLL (was Calling __stdcall functions in the inferior)

Re: [RFC] Fix for gdb.parameter('architecture') returning empty string

Re: [RFC] Handle prologue on atom.

Re: [RFC] MI notification on register changes

[RFC] MI notification on trace stop: triggered by remote

[RFC] Wrong register numbers in .dwarf_frame on Linux/PowerPC

[RFC]: Improvement of TUI status line to display pid and thread instead of target name

About [commit] Hardware breakpoint errors patch, gdb/MAINTAINERS

Re: Add fullname field in disassembly output

Checked in: Re: [RFA] Do not crash when calling GDB with empty executable name.

Coredump facility for Deeply Embedded Systems.

FYI: don't check uselessly for headers

FYI: fix a FIXME in put_frame_register

FYI: fix the build

FYI: fix typo in Signaling node

FYI: remove a dead field from cplus_struct_type

FYI: remove count_struct_fields

FYI: remove unused declarations

FYI: use SYMBOL_SYMTAB accessor

gdb-7.5 branch FROZEN

gdb-7.5 branch RE-OPENED

New ARI warning Fri Nov 9 01:56:50 UTC 2012

New ARI warning Fri Nov 9 02:11:35 UTC 2012

New ARI warning Fri Nov 16 01:56:44 UTC 2012

New ARI warning Mon Nov 12 07:22:46 UTC 2012

New ARI warning Thu Nov 8 08:35:44 UTC 2012

New ARI warning Thu Nov 8 08:51:11 UTC 2012

New ARI warning Thu Nov 29 12:19:01 UTC 2012

New ARI warning Tue Nov 6 01:58:48 UTC 2012

New ARI warning Tue Nov 13 02:12:20 UTC 2012

Re: Patch to propagate GDB's knowledge of the executing state to frontend

Re: PATCH: PR binutils/14813: Wrong return type for opncls_bclose

ping 2: [RFC 0/7 V3]A general notification in GDB RSP

PING [RFC] Fix MIPS frame prologue scan problem

PING: [RFA] Fix New ARI warning Tue Nov 6 01:58:48 UTC 2012

ping: [RFC] MI notification on register changes

proposal for branch patches after first release

RFA: add example to docs for python function

RFA: fix Darwin bug, PR gdb/14290

RFA: handle "MiniDebuginfo" section

RFA: update 'info proc' documentation

RFC: [0/4] Fix PR c++/8888

RFC: [1/4] move check_field

RFC: [2/4] change type of is_a_field_of_this

RFC: [3/4] partial fix for PR 14160

RFC: [4/4] fix PR c++/8888

Re: RFC: fix bug in compare_breakpoints

RFC: fix bug in DW_OP_GNU_implicit_pointer

RFC: fix cast to void

RFC: fix PR c++/8888

Re: RFC: handle new NT_SIGINFO note in gdb

RFC: implement "catch signal"

RFC: implement 'info proc mappings' for core files

RFC: make thread_list static

RFC: really free pending_blocks, v2

Re: RFC: refactor gcore checking in test suite

RFC: remove partial_symtab::objfile

RFC: remove xasprintf

RFC: use const struct block * in more places

should deprecated_target_gdbarch_select_hack be un-deprecated?

warning: RTTI symbol not found for class


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 2.6.3