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]
Re: --with-pkgversion and --with-bugurl support for GDB
[commit] Adjust get_prev_frame_1 fix
[commit] Disable -Wformat un Windows
[commit] Improve gdbserver behavior for Thumb
[commit] Lazy value fix
[commit] print minimal symbol's address correctly...
[commit] Robustify mi-simplerun.
[FYI] Inlining support, rough patch
[gdbserver] Fix attaching notices
[m32c sim] fix raw console logic
[m32c sim] various patches
[MI non-stop 0/11] Series overview
[MI non-stop 01/11] Report thread state in -thread-info output.
[MI non-stop 02/11] Add 'stopped-threads' field to the *stopped output.
[MI non-stop 03/11, RFA] Discard cleanup when deferring displaced step
[MI non-stop 04/11] Implement --thread and --frame.
[MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all
[MI non-stop 06/11, RFA/RFC] Report non-stop availability, and allow to enable everything with one command.
[MI non-stop 07/11, RFA] Allow all CLI command even if target is executing.
[MI non-stop 08/11] Enable all MI commands while inferiour is running
[MI non-stop 09/11] Don't care about user-defined thread if --thread is present.
[MI non-stop 10/11] Skip varobj in running threads.
[mi, doc] mention escape sequences
[MI/RFC] Emit ^running via observer.
[MI/RFC] Kill the return value for all MI command functions.
[MI] change back quoting for some commands
[MI] kill captured_mi_execute_command_actions
[MI] report pass for resuming commands
Re: [new patch] Re: [RFC] Fix for gdb crash in "info thread" after exec().
Re: [new patch] Re: [RFC] Fix for gdb crash in "info thread" after exec().
[non-stop] 00/10 non-stop mode
[non-stop] 01/10 Add "executing" property
[non-stop] 02/10 Don't trim ptids on fork/exec
[non-stop] 03/10 Add non-stop global
[non-stop] 04/10 per-thread commands in non-stop mode
[non-stop] 05/10 Refactor a bit infrun.c
Re: [non-stop] 06/10 Don't rely on ecs->wait_for_more before fetching an event
[non-stop] 06/10 Don't rely on ecs->wait_for_more before fetching an event
[non-stop] 07/10 non-stop inferior control
[non-stop] 08/10 linux native support
[non-stop] 09/10 Add "continue -a" and "interrupt -a"
[non-stop] 10/10 split user/internal threads
[OB] _initialize_infrun, whitespace and typo fix
[ob] Fix gdbreplay deps
[ob] NEWS merge fixup
[ob] testsuite prepare_for_testing() now drops $options
Re: [PATCH/m68k] Fix length of lea insn.
Re: [patch/MI] Implementation for break-catch command
[Patch/obvious] Correct GDB ChangeLog entry dates
Re: [patch/tru64] Do not wait for SO SIGTRAP after attaching
[Patch:Doc] Example for -exec-arguments
[Patch:Doc] Typo in -target-file-get doc
Re: [PATCH:MI] Event notification
[patch:MI] Observer for thread-changed
[PATCH:MI] Use observers for breakpoints
Re: [patch] 2/3: Fix crash on self-looping DW_OP_fbreg
Re: [patch] 3/3: New testcase on DW_OP_fbreg
Re: [PATCH] Another annotation for threads
[patch] Disable child VMA randomizations
Re: [patch] Do not add partial_symbol again and again to the list
[PATCH] Fix breakpoint after "dll" command problem
[PATCH] gdb backtrace grace
[PATCH] Listing cpp source code in mainless binaries
[patch] Make --enable-tui fail for its missing libs
[PATCH] Mention --version in gdbserver's --help.
Re: [PATCH] PPC - Stepping off breakpoints in non-stop mode
Re: [patch] PR gdb/1665 pending catch/throw catchpoints
[patch] Warn on constant value watchpoints
[patch]: Fix memory leak of c-exp.y
[patch]: Improve spu-info testcase
Re: [patch]: Interpret (p->endaddr == 0) as maximum extent of address space
Re: [PING2] : [RFC/RFA] PING: skip __main
Re: [remote.c] kill kill_kludge
[RFA 11/11] Tests for non-stop behaviour.
[RFA-v3] win32-nat.c: Add dll names if debugevents is on
[RFA/commit] fix problem when debugging a core file on Tru64
Re: [RFA/commit] Problem assigning big-endian bitfields (Ada)
[RFA/RFC/dwarf] detect 0xffffffff size attribute values
Re: [RFA/solib] Use so_list to find the TLS link map
[RFA] Add comments to linux-nat.c
[RFA] add gstdint.h file that just includes stdint.h
[RFA] Don't suppress *running when doing finish.
[RFA] fix minor bug in malformed packet error message
Re: [RFA] Implement *running.
[RFA] New skip __main version
Re: [RFA] Patch for incorrect handling of references to pointers [pr1147]
Re: [RFA] Patch for incorrect handling of references to pointers [pr1147]
Re: [RFA] Patch to limit field name completion candidates
[RFA] set/show enable-software-singlestep
Re: [RFA] Support moribund breakpoint locations.
Re: [RFA] Use observers to report stop events.
[RFA] win32-nat.c: Add dll names if debugevents is on
[RFC v2] win32-nat.c 'set new-console' and interruption
[RFC-v3] win32-nat.c 'set new-console' and interruption
Re: [RFC/gdb/testsuite] Another way to avoid the windows native tty troubles
[RFC/gdb/testsuite] Another way to avoid the windows native tty troubles
Re: [rfc/rft] Update remaining targets to value-based unwinding
Re: [RFC] 07/10 non-stop inferior control
Re: [RFC] 10/10 non-stop for linux native
[rfc] Delay slots on cris
[rfc] Eliminate frame_id_inner comparisons
Re: [RFC] Fix for mishandling of "break 'pthread_create@GLIBC_2.2.5'"
Re: [RFC] Fix for mishandling of "break 'pthread_create@GLIBC_2.2.5'"
RE: [RFC] gnu-nat.c: possibly fix "info threads" test failures
Re: [RFC] Handle relocating files with only a single segment
[RFC] i386-tdep.c: Fix handling of ENTER instruction
Re: [RFC] Remove addr, endaddr, offset from obj_section
[rfc] Replace current_gdbarch in *mips*
[RFC] Use gnulib's stdint.h.
[RFC] win32-nat.c 'set new-console' and interruption
[RFC] win32-nat.c: fix "info threads" test failures
Re: [RFC][patch 1/9] initial Python support
Re: [RFC][patch 2/9] export values mechanism to Python
Re: [RFC][patch 3/9] export hooks mechanism to Python
Avoid potential crashes with --gc-sections and low addresses
Better realpath
ChangeLog entries [was Re: [non-stop] 01/10 Add "executing" property]
Re: expressions with C preprocessor macro info
Fix cross-endian DFP for GDB
Fix IA32 _Decimal128 argument-passing ABI
Re: Fix MI/async testsuite
Fix Power soft-float DFP function call handling
Re: Function syntax
Re: Function syntax (Was: [RFC][patch 1/9] initial Python support)
Re: GDB record patch 0.1.3.1 for GDB-6.8 release
GDB record patch 0.1.5 for GDB-6.8 release
Re: gdbserver server testing docs, and mention --disable-packet in gdbserver/README,
gdbserver server testing docs, and mention --disable-packet in gdbserver/README,
Get rid of ATTACH_NO_WAIT
Internals manual fixups
macro patch ping
Make the remote target always register a thread
make the remote target store thread ids in ptid_t.tid
mi-break.exp intermitent failure
Re: mips_eabi_return_value patch, updated
New job
PATCH: performance improvement in lookup_symtab()
Ping Re: Fix Power soft-float DFP function call handling
remote.c Z0 packet detection robustness
Re: remove global stop_bpstat dependency from breakpoints module
Remove undocumented remote procotol extension
Re: replace 'target async' by a maintenance command
RFA: fix two field name completion bugs
RFA: patch to 'help' completion
Re: RFA: Patch: implement missing macro functions
Robustify -data-read-memory
Re: SIGCHLD ignored
Simulators --with-pkgversion --with-bugurl support
trivial spelling error in sis
VPXL
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]