gdb-patches archive
subject index for February, 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:

(ping) Re: RFA: remote.c : allow long monitor cmds + allow user to C-c

[0/5] various vtable fixes

Re: [05/10] watchpoint.exp: Clean up "mips-idt-*" specific re-initialization.

[1/5] publicize print_function_pointer_address

[2/5] drop struct vbase

[3/5] make value_primitive_field respect virtual bases

[4/5] implement "info vtable"

[5/5] reimplement 'set print vtbl on'

[7.4] [obv] Sync configure and config.in

Re: [Bug-readline] PING [RFA] Fix djgpp gdb-7.4 (and probably trunk) build failure in readline

[commit+7.4] [patch+7.4] Fix 7.4 build regression by me requiring makeinfo (PR build/13638)

[commit+7.4] Fix stale frame_info * (PR 13716)

[commit/Ada 2/3] processId: Do not modify already encoded IDs

[commit/Ada] ada_to_fixed_value should also unwrap_value

[commit/Ada] Add support for condition in Ada exception catchpoint commands

[commit/Ada] avoid error message pollution with uninitialized tagged variable

[commit/Ada] Do not cache lookup result if not full_search

[commit/Ada] Fix comment in ada-lang.c:ada_is_ignored_field

[commit/Ada] Handle reference to array descriptors

[commit/Ada] New functions to decode Ada types and values

[commit/Ada] print packed arrays indexed by enumerated type

[commit/Ada] whatis not printing array type name for value from history

[commit] [doc patch] Describe also option -ex, not just -x

[commit] [patch] Code cleanup/protection: Reset stale frame_info *s

[commit] [patch] Fix crash on `info files' with gdbserver

[commit] [patch] Fix disp-step-syscall.exp on some i386 targets

[commit] [patch] Fix gdb-gdb.py for flds_bnds copy-pastes

[commit] [patch] ppc-linux-nat.c: Fix gcc-4.7 aliasing warnings

[commit] [patch] reverse: Fix syscall on AMD CPUs in 32-bit mode

[commit] [patch] testsuite: Fix i386-sse-reverse.exp FAILs on older CPUs

[commit] [patch] testsuite: Fix inferior-died.exp racy FAILs [Re: RFC: fix crash when inferior exits during "continue"]

[commit] [patch] update_global_location_list my comment fix [Re: [PATCH] Fix breakpoint updates for multi-inferior]

[commit] ada-lang.c:ada_find_renaming_symbol minor improvement.

[commit] catch-load.exp: Fix racy FAILs [Re: [4/4] RFC: implement catch load and catch unload]

[commit] Fix ARI violation in ada_tasks_inferior_data_sniffer.

[commit] Fix compile error in rl78-tdep.c

[commit] MAINTAINERS: Step down from being ia64 target maintainer

[commit] Minor cleanup to a couple of functions in ada-lang.c.

[commit] minor cleanups to objfiles.[ch]

[commit] Minor reformatting in breakpoint.c (watchpoint_exp_is_const)

[commit] Re: [RFA take 2] Linespec tweak (was: Re: [RFA take 3] Allow setting breakpoints on inline functions (PR 10738))

[commit] testsuite: Fix break-inline.exp with gdbserver

[commit] testsuite: gdb.reverse/ false FAILs with *-debuginfo pkgs

[commit] testsuite: i386-sse-reverse.exp: Fix false FAILs on CPU w/o SSE

[committed] [mingw,gdb cvs] make install error on gdb.textinfo

[committed]: [patch/testsuite/gdbserver] unsuspend lwps after step over

[committed]: [patch] Move dll related code out of inferiors.c

[darwin/committed] fix invalid free for reload

[Darwin] Fix mismatch with large number of dso

[doc patch] Describe also option -ex, not just -x

[doc RFA] Re: [PATCH] Allow user-defined as a category for python gdb macros (resend)

[FYI] Patch adding myself to the maintainers list

Re: [mingw,gdb cvs] make install error on gdb.textinfo

[no-commit-intention] Naive unnamed fields for main_type [Re: [patch] Fix gdb-gdb.py for flds_bnds copy-pastes]

[obv] Code cleanup: main.c declarations

[obv] cppcheck: microblaze-tdep.c uninitialized var

[obv] elfread.c (elf_symfile_segments): Fix warning text.

[obv] Fix misspellings in comments

[obv] linespec.c: Comment fix

[PATCH 0/2] gdb.threads/attach-into-signal.exp: prepare for gdbserver

Re: [patch 0/8] GDB/GDBserver talks with agents

[PATCH 00/14] -Wmissing-prototypes: Intro

[PATCH 01/14] -Wmissing-prototypes: Ada.

[PATCH 02/14] -Wmissing-prototypes: proc-service.

[PATCH 03/14] -Wmissing-prototypes: Garbage collect inferior.c:delete_threads_of_inferior.

[PATCH 04/14] -Wmissing-prototypes: Python.

[PATCH 05/14] -Wmissing-prototypes: The encode_actions hack.

[PATCH 06/14] -Wmissing-prototypes: The TUI.

[PATCH 07/14] -Wmissing-prototypes: inline-frame.c.

[PATCH 08/14] -Wmissing-prototypes: The find_and_open_source hack.

[PATCH 09/14] -Wmissing-prototypes: jit-reader.in (plugin_is_GPL_compatible).

[patch 1/2] Code cleanup: -ex and -x parsing: Use VEC

[PATCH 1/2] gdb.threads/attach-into-signal.exp: cleanup

[patch 1/2] testsuite: Code cleanup: mb-templates.exp [Re: [RFC stub-side break conditions 5/5] GDBServer-side changes]

Re: [patch 1/8] Generalize interaction with agent in gdb/gdbserver

[PATCH 1/9] move agent related code from gdbserver to common/agent.c

[PATCH 10/14] -Wmissing-prototypes: common/signals.c.

[PATCH 11/14] -Wmissing-prototypes: observer.c's testsuite helpers.

[PATCH 12/14] -Wmissing-prototypes: Hook linux_has_shared_address_space.

[PATCH 13/14] -Wmissing-prototypes: All others.

[PATCH 14/14] -Wmissing-prototypes: Build with -Wmissing-prototypes by default.

[patch 2/2] [+doc] New -iex and -ix: -ex and -x before inferior load

[PATCH 2/2] gdb.threads/attach-into-signal.exp: don't rely on linux native target's internal debug output

[patch 2/2] KFAIL for mb-templates.exp PASS->FAIL regression [Re: [RFC stub-side break conditions 5/5] GDBServer-side changes]

Re: [patch 2/8] Add to_use_agent in target_ops

[PATCH 2/9] add target_ops fields use_agent and can_use_agent

[PATCH 3/3] Testcase: "info locals" with Ada renamings.

Re: [patch 3/8] Command `set agent on|off'

[PATCH 3/9] command set agent on and off.

Re: [patch 4/8] `use_agent' for remote and QAgent

[PATCH 4/9] agent doc

Re: [patch 5/8] Doc for agent

[PATCH 5/9] agent capability

Re: [patch 6/8] Agent's capability

[PATCH 6/9] agent capability of static tracepoint

Re: [patch 7/8] Agent capability for static tracepoint

[PATCH 7/9] move in_process_agent_loaded to agent_loaded_p.

Re: [patch 8/8] Control agent in testsuite

[PATCH 8/9] impl of use_agent and can_use_agent in linux-nat.

[PATCH 9/9] info static tracepoint in linux-nat.

Re: [PATCH v2] Fix PR gdb/12953: No hardware watchpoints on FreeBSD amd64

[patch v2] GDB/GDBserver talks with agents

[patch+7.4] Fix 7.4 build regression by me requiring makeinfo (PR build/13638)

[patch/testsuite/gdbserver] unsuspend lwps after step over

[PATCH] [RFC, docs RFA] gdbserver and gdb.threads/attach-into-signal.exp.

[PATCH] [SH] ... can do this signal stuff!

Re: [PATCH] [SH] GDB crash in sh_is_renesas_calling_convention, TYPE_CALLING_CONVENTION

[PATCH] [SH] GDB crash in sh_is_renesas_calling_convention, TYPE_CALLING_CONVENTION (was: Prologue skipping if there is none)

[PATCH] [SH] PLT slots

[PATCH] [SH] Prologue skipping if there is none

[patch] Add a parameter `own_buf' to handle_monitor_command

[PATCH] Allow user-defined as a category for python gdb macros (resend)

Re: [PATCH] arm reversible : <phase_2_complete>

[patch] Assert when 'break' with no arguments

[patch] Check readlink during configuring gdbserver

[patch] Check threads after using agent

[patch] Code cleanup/protection: Reset stale frame_info *s

[PATCH] Current target does not support trace: PASS->UNSUPPORTED

Re: [PATCH] Don't skip over return trampolines when instruction-stepping

[PATCH] dynamic printf

[PATCH] Enable count for breakpoints

[PATCH] Expand bitpos to LONGEST to allow access to large offsets within a struct

[patch] Fix another stale frame_info *

Re: [PATCH] Fix breakpoint updates for multi-inferior

[patch] Fix crash on `info files' with gdbserver

Re: [PATCH] Fix Darwin build error

[patch] Fix disp-step-syscall.exp on some i386 targets

Re: [PATCH] Fix error when gdb connect to a stub that tracepoint is running[1/2] reset current_trace_status in the begin of remote_start_remote

Re: [PATCH] Fix error when gdb connect to a stub that tracepoint is running[2/2] add inserted to create_breakpoint

[PATCH] Fix for Bug 13689: watch (cast) 0xf00bar is not caught as "Cannot watch constant value"

[patch] Fix gdb-gdb.py for flds_bnds copy-pastes

[patch] Fix regression by me for gcc-4.0...gcc-4.4 i386 -O2 -g parameters (PR 13777)

[PATCH] gdb.base/break-interp.exp: Use with_test_prefix.

[PATCH] gdb.base/return-nodebug.exp: Use with_test_prefix.

[PATCH] gdb.threads/attach-into-signal.exp: Use with_test_prefix.

[PATCH] gdb.threads/watchpoint-fork.exp: Use with_test_prefix.

[PATCH] gdb.trace/circ.exp: FAIL: maint packet QTBuffer:size:ffffffff, with the extended-remote board

[PATCH] gdb.trace/unavailable.exp: Use with_test_prefix.

Re: [PATCH] GDB/MI: crash printing "_task" (Ada) argument

[PATCH] gdb: sim: check return value of sim_create_inferior

Re: [PATCH] Make enable reset disposition

Re: [PATCH] MIPS/gdbserver: Fix $f9 access

Re: [PATCH] MIPS/Linux: DSP ASE support

Re: [PATCH] MIPS/Linux: Update the number of pseudo registers too

Re: [PATCH] MIPS: Avoid breakpoints in branch delay slots

[patch] Move dll related code out of inferiors.c

[patch] ppc-linux-nat.c: Fix gcc-4.7 aliasing warnings

[PATCH] PR server/9684: gdbserver, attach to stopped processes

Re: [PATCH] remote: Fix hw watchpoint address matching

[patch] reverse: Fix syscall on AMD CPUs in 32-bit mode

Re: [PATCH] sim: mn10300: fix typo in if check

Re: [PATCH] testsuite: Fix a "continue" outside of a loop error

[patch] testsuite: Fix i386-sse-reverse.exp FAILs on older CPUs

[patch] testsuite: Fix inferior-died.exp racy FAILs [Re: RFC: fix crash when inferior exits during "continue"]

[patch] update_global_location_list my comment fix [Re: [PATCH] Fix breakpoint updates for multi-inferior]

[patch]: Change char * to const char * of some functions.

[ping] [patch 0/8] GDB/GDBserver talks with agents

[ping] [patch/testsuite/gdbserver] unsuspend lwps after step over

[ping] [rfc target-side break conditions 0/5 v2] General info

[RFA 1/2] framework for varobj type mutation

[RFA 1/2] Make names in gdbtypes.h,symtab.h const char *.

[RFA 1/3] language-specific read_var_value for Ada renamings

[RFA 2/2] Make names in gdbtypes.h,symtab.h const char *.

[RFA 2/2] Varobj support for Ada.

Re: [RFA take 3] Allow setting breakpoints on inline functions (PR 10738) [repost]

[RFA take 4] Allow setting breakpoints on inline functions (PR 10738)

Re: [RFA take 4] Allow setting breakpoints on inline functions (PR 10738)

[RFA take 5] Allow setting breakpoints on inline functions (PR 10738)

Re: [RFA take 5] Allow setting breakpoints on inline functions (PR 10738)

[RFA/Ada] Crash when trying to set value of packed array element

[RFA/commit] gdbserver: return ENOSYS if readlink not supported.

[RFA/gdbserver] Provide dummy readlink on systems where routine is not available.

[RFA/NEWS] Document condition at end of catch exception/assert commands

[RFA] Add rl78 to NEWS, MAINTAINERS, and Makefile.in

[RFA] Sort overload menu (decode_line_2)

Re: [rfc target-side break conditions 0/5 v2] General info

Re: [rfc target-side break conditions 1/5 v2] Documentation bits

Re: [rfc target-side break conditions 2/5 v2] Protocol changes

Re: [rfc target-side break conditions 3/5 v2] GDB-side changes

Re: [rfc target-side break conditions 4/5 v2] Group agent expression-specific code in its own file

Re: [rfc target-side break conditions 5/5 v2] GDBServer-side changes

[rfc target-side break conditions ] Testcase

Re: [RFC/WIP PATCH 00/14] I/T sets

Re: [RFC/WIP PATCH 00/14] I/T sets (resend)

Re: [RFC] A new command 'explore'

[RFC] Add rx to MAINTAINERS and Makefile.in

Re: [RFC] Add support for the Renesas rl78 architecture

Re: [RFC] canonical linespec and multiple breakpoints ...

[RFC] Remove symbol-reloading option

[RFC] rl78: Rearrange order in which registers are displayed

[RFC] sim/sh: Fix compile warnings for 64-bit build hosts

[RFC] sim: Update sim_{fetch,store}_register for sh and mn10300

Another Darwin build fix

Re: AVX and unavailable registers, fix system-gcore.exp

AW: [RFC, patch] ptype bitfields show bitpos and bitsize

Better support for Ada renamings in "info locals" output

Re: break-interp.exp, and attaching with no file loaded

darwin-nat.h: add a few comments

Darwin: fix jb_pc_offset value for amd64

Fix "inferior" command inconsistency

Fix %eflags register index on Solaris/amd64

Fix `default.exp: run' against extended-remote gdbserver

Fix kill-after-signal.exp against extended-remote gdbserver.

fix tracecmd.exp against extended-remote gdbserver

FYI: fix 'info reg' output

FYI: fix documentation bug, PR python/10753

FYI: fix possible crash in find_charset_names

FYI: fix PR 13405

FYI: fix PR 13431

FYI: fix PR 13596

FYI: fix PR 9307

FYI: fix PR python/12070

FYI: fix some performance bugs with .gdb_index

FYI: fix up new test cases

FYI: minor code movement in jit.c

FYI: remove dead code from jv-valprint.c

FYI: remove extraneous block from dw2_map_symtabs_matching_filename

FYI: remove one last mips-idt file

FYI: Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp

GDB / GDBserver feature parity

gdb.reverse/until-precsave.exp, timeout on "record save".

GDB/MI Varobj support for Ada

General regressions in gdbserver mode [Re: [rfc target-side break conditions 0/5 v2] General info]

handle gdb,noinferiorio in a couple of gdb.gdb/ tests

Is "QTBuffer:size" a packet, or "QTBuffer:" plus an argument?

Make remote attach/detach output be like native target's output

Re: Make the "python" command resemble the standard Python interpreter

Make the gdb.server/ tests run with the extended-remote board

move pid_is_stopped to common/

New ARI warning Fri Feb 24 01:54:10 UTC 2012

New ARI warning Sat Feb 11 01:55:01 UTC 2012

New ARI warning Sat Feb 25 01:53:47 UTC 2012

New ARI warning Wed Feb 22 01:56:28 UTC 2012

patch in ada-tasks needs small fix (was: "New ARI warning Fri Feb 24 01:54:10 UTC 2012")

Re: Performance regression (12x): Re: RFC: add relative file name handling for linespecs

PING [RFA] Fix djgpp gdb-7.4 (and probably trunk) build failure in readline

Ping: [PATCH] MIPS/Linux: DSP ASE support

Ping: [PATCH] testsuite: Add (extensive) hardware breakpoint testing

Regressions in gdbserver mode #2 [Re: General regressions in gdbserver mode]

Remove all mentions of mips-idt. (was: Re: [05/10] watchpoint.exp: Clean up "mips-idt-*" specific re-initialization.)

Rewrite gdb.base/term.exp.

RFA: [Ada] extract known tasks array parameters from symbol table

Re: RFA: Add Epiphany simulator port

RFA: display an error message if libunwind-XX cannot be load

RFA: fix PR breakpoints/13776

Re: RFA: fix PR python/12027

Re: RFA: fix PR python/13351

Re: RFA: fix PR python/13599

RFA: improve documentation for block iteration

RFA: New port: ia64-hp-openvms (0/3)

RFA: New port: ia64-hp-openvms (1/3) - new osabi

RFA: New port: ia64-hp-openvms (2/3)

Re: RFA: New port: ia64-hp-openvms (2/3) - v2

RFA: New port: ia64-hp-openvms (3/3) - ia64-vms-tdep.c

RFA: New port: ia64-hp-openvms - the stub

RFA: Try to include libunwind-ia64.h in libunwind-frame.h

RFC: extend symtabs_from_filename skipping for C++

RFC: fix crash when inferior exits during "continue"

Re: RTTI type improvement for

Re: set print object on should affect MI varobjs (PR mi/13393)

Re: Simulator testing for sh and sh64

Simulator testing for sh and sh64 (was: [PATCH] [SH] Prologue skipping if there is none)

Testsuite regression for annota1.exp and annota3.exp [Re: [PATCH] [SH] ... can do this signal stuff!]

testsuite: prefix handling

Re: wrong bfd recognized


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