gdb-prs archive
subject index for October - December, 2016

This is the mail archive of the gdb-prs@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:

[Bug backtrace/13849] gdb unable to find file and lineno in backtrace, even though break file:line works and finds the same address

[Bug backtrace/16577] GDB crash on attempted read from deleted shared library

[Bug backtrace/20746] hit assert, when 'thread apply all bt' in noninteractive mode.

[Bug backtrace/20746] hit assert, when 'thread apply all bt'.

[Bug backtrace/20746] New: hit assert, when 'thread apply all bt' in noninteractive mode.

[Bug backtrace/20872] New: Stack switches cause GDB to stop unwinding, even if the CFI is correct

[Bug breakpoints/11094] cannot reexecute programs using the GDB JIT interface in shared libs

[Bug breakpoints/20133] unable to delete a sub-breakpoint

[Bug breakpoints/20653] string_to_explicit_location has some weird code

[Bug breakpoints/20739] Badly formatted adress string in error message

[Bug breakpoints/20739] New: Badly formatted adress string in error message

[Bug breakpoints/20926] New: gdb misses breakpoint and stops one line after

[Bug build/20470] Python extension fails to build on AIX

[Bug build/20676] gdb fails to build statically

[Bug build/20676] New: gdb fails to build statically

[Bug build/20712] gdb 7.12+ doesn't build as C++ on Solaris

[Bug build/20712] New: gdb 7.12+ doesn't build as C++ on Solaris

[Bug build/20753] MinGW compilation errors due to strcasecmp

[Bug build/20753] New: MinGW compilation errors due to strcasecmp

[Bug build/20993] New: gdb does not link, when flex v2.6.2-19-g6bea32e is used

[Bug c++/16874] Setting a breakpoint on function in anonymous namespace is unnecessarily awkward

[Bug c++/17139] 'info locals' crashes in presence of unordered_map

[Bug c++/20185] RTTI symbol not found for nested virtual class

[Bug c++/20669] New: name lookup failure with firefox

[Bug c++/20788] New: SIGILL is received running a program with a static inline variable on an armv5

[Bug c++/20788] SIGILL is received running a program with a static inline variable on an armv5

[Bug c++/20836] C++ compilation of GDB codebase

[Bug c++/20836] New: C++ compilation of GDB codebase

[Bug c++/20837] New: Destructor appears twice in the stack trace

[Bug c++/20935] dwarf2_add_member_fn: Handling the 2nd form of DW_AT_vtable_elem_location does not work

[Bug c++/20935] New: dwarf2_add_member_fn: Handling the 2nd form of DW_AT_vtable_elem_location does not work

[Bug c++/20943] New: Signal 11 in demangler

[Bug c++/20945] GDB may omit a file name and line number from a frame if started with --readnow option

[Bug c++/20945] New: GDB may omit a file name and line number from a frame if started with --readnow option

[Bug c++/20986] New: Error when Executing gdb debug in Eclipse on Mac OSx 10.12 installed with HomeBrew

[Bug cli/20559] "eval" command inside user commands misses $arg0...$arg9 / $argc substitution

[Bug cli/20741] New: set pagination off "breaks" backtrace output

[Bug cli/20819] New: Binding Control-j in inputrc breaks "layout asm"

[Bug cli/20843] New: GDB consumes 100% cpu after 'attach/inferior call/kill'

[Bug cli/9039] Valid floating point numbers are printed as NaN

[Bug corefiles/18964] [mips] 7.10.1 regression: internal-error: mips-tdep.c:1098: bad register size

[Bug d/20806] Error during debug startup

[Bug d/20806] New: Error during debug startup

[Bug exp/16479] @entry is needlessly cruel

[Bug exp/20991] New: __int128 type support

[Bug fortran/17989] gdb hangs on some Fortran stack frames

[Bug gdb/12616] gdb does not implement DW_AT_data_bit_offset

[Bug gdb/15121] x/a broken for addresses in shared libraries

[Bug gdb/17557] Very slow load due to millions of identical lseek syscalls opening shared libs

[Bug gdb/18360] internal error when using "interrupt -a"

[Bug gdb/18380] 'help python' gives Python 2 example

[Bug gdb/18624] GDB on windows with golang: buildsym_init Assertion `free_pendings == NULL` failed.

[Bug gdb/19061] gdb-7.10 hangs/spins-on-cpu when debugging any program on Alpha

[Bug gdb/19637] bound_registers.py uses type "long", but long merged with "int" in python3

[Bug gdb/19797] Unsupported powerpc bfd arch/machine variants

[Bug gdb/20053] Cross-debugging with gdbserver fails to hit breakpoint in parent after many fork / exec's.

[Bug gdb/20266] Broken gdb with Apple's macOS 10.12 Sierra Beta - SIGTRAP

[Bug gdb/20448] target descriptions: bitfields vs flags backward/forward incompatible change

[Bug gdb/20485] sigprocmask in tracee affects tracer as well

[Bug gdb/20487] Thread sync broken between mi and cli with new-ui command

[Bug gdb/20569] GDB segv in follow_exec

[Bug gdb/20613] GDB - a tough nut to crack: only a few bugs found by PVS-Studio

[Bug gdb/20633] JIT code debugging doesn't work with dynamically linked LLVM

[Bug gdb/20663] build-id.c : should not do sign-extension on first byte of ID to form names like .../.build-id/ffffff88/.... from 0x88 !

[Bug gdb/20663] New: build-id.c : should not do sign-extension on first byte of ID to form names like .../.build-id/ffffff88/.... from 0x88 !

[Bug gdb/20668] New: Program received signal SIGILL, Illegal instruction.

[Bug gdb/20668] Program received signal SIGILL, Illegal instruction.

[Bug gdb/20671] New: Conflicting descriptions of second command line argument (PID/core file) in Debugging with GDB

[Bug gdb/20679] New: GDB 7.11.1 crash

[Bug gdb/20711] New: fatal error: "No such file or directory", "package requirements were not met"

[Bug gdb/20713] New: "layout asm" showing wrong disassembly

[Bug gdb/20716] AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete)

[Bug gdb/20716] New: AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete)

[Bug gdb/20757] gdb: DWARF-5 support

[Bug gdb/20757] New: gdb: DWARF-5 support

[Bug gdb/20758] 32-bit gdb on 64-bit kernel

[Bug gdb/20758] New: 32-bit gdb on 64-bit kernel

[Bug gdb/20760] Crash when casting variable to char[][] type

[Bug gdb/20760] New: Crash when casting variable to char[][] type

[Bug gdb/20762] New: please update the readline directory to readline 7.0

[Bug gdb/20762] please update the readline directory to readline 7.0

[Bug gdb/20766] CLI hung after killing or detaching inferior from the new-ui mi

[Bug gdb/20766] New: CLI hung after killing or detaching inferior from the new-ui mi

[Bug gdb/20770] gdbserver for mipsbe crash after reach breakpoint

[Bug gdb/20770] New: gdbserver for mipsbe crash after reach breakpoint

[Bug gdb/20791] New: Watch returns "Attempt to use a type name as an expression"

[Bug gdb/20793] gdb causes Segmentation fault in simple program

[Bug gdb/20793] New: gdb causes Segmentation fault in simple program

[Bug gdb/20810] GDB crashes when single stepping through seabios code

[Bug gdb/20810] New: GDB crashes when single stepping through seabios code

[Bug gdb/20816] gdb expression parser interprets "-9223372036854775808LL" as a positive number

[Bug gdb/20816] New: gdb expression parser seems to ignore "LL"-suffix

[Bug gdb/20818] New: PASS->FAIL: gdb.base/ptype.exp: ptype old_fptr

[Bug gdb/20835] New: gdbserver terminated with signal SIGILL, Illegal instruction.

[Bug gdb/20851] New: Mach-specific exceptions aren't caught correctly

[Bug gdb/20856] "backtrace full" hides variables?

[Bug gdb/20856] New: "backtrace full" hides variables?

[Bug gdb/20861] BFD assertion fail bfd/linker.c:3131

[Bug gdb/20861] New: BFD assertion fail bfd/linker.c:3131

[Bug gdb/20877] New: Stepping with next command prints out random characters

[Bug gdb/20884] New: stack content suddenly changed

[Bug gdb/20884] stack content suddenly changed

[Bug gdb/20939] GDB aborts if there is an error in disassembly

[Bug gdb/20939] New: GDB aborts if there is an error in disassembly

[Bug gdb/20948] --write option to GDB causes segmentation fault

[Bug gdb/20948] New: --write option to GDB causes

[Bug gdb/20959] Console Errors/Events not propagated to New UI MI console

[Bug gdb/20959] New UI errors not propagated to MI console

[Bug gdb/20959] New: New UI errors not propagated to MI console

[Bug gdb/20960] New: Inconsistent console-stream-output on New UI MI channel

[Bug gdb/20969] breakpoint sometimes skipped on alpha

[Bug gdb/20969] New: breakpoint sometimes skipped on alpha

[Bug gdb/20977] GDB exception handling is broken on i686-w64-mingw32

[Bug gdb/20977] New: GDB exception handling is broken on i686-w64-mingw32

[Bug gdb/20981] Dynamic library debugging on MacOS X 10.12 (Sierra) and dyld 15 is broken

[Bug gdb/20981] New: Dynamic library debugging on MacOS X 10.12 (Sierra) and dyld 15 is broken

[Bug gdb/7652] Obsolete CHILL language support

[Bug i18n/20738] New: inconsistent Spanish translation of "breakpoint"

[Bug i18n/7220] No unicode support

[Bug java/18153] Java minsyms get demangled as c++

[Bug java/20654] incorrect code in java_value_print

[Bug java/7549] java does not work, stray SIGXCPU and SIGPWR (FAQ)

[Bug java/8518] gdb loses java type information

[Bug java/9024] print calls the wrong method in a class in a shared library

[Bug java/9319] GDB can not print values with GCJ 4.1.

[Bug mi/12555] Hangup in MI commands if python StdStringPrinter used on uninitialized std::string

[Bug mi/20385] Executing "info frame" with non-existing frame number crashes gdb

[Bug mi/20395] -var-update gives incorrect register values for frames 1 and above

[Bug mi/20684] New: MI commands with "--thread X" cause a switch of the user-selected thread

[Bug mi/20752] New: MI varobj-related crash when changing executable

[Bug mi/20854] GDB detects incorrectly the interactiveness of a new MI UI

[Bug mi/20854] New: GDB detects incorrectly the interactiveness of a new MI UI

[Bug python/19151] No Python API for hardware breakpoints

[Bug python/19286] crash when requesting "pc" from pending frame object

[Bug python/19288] need a way to see if an address is covered by some existing object

[Bug python/19923] [tracker] Stack unwinder for OpenJDK

[Bug python/20769] New: lazy strings of non string objects

[Bug python/20786] New: lazy strings of user-specified length zero do not work

[Bug record/20869] "record full" while target is running breaks run control

[Bug record/20869] New: "record full" while target is running breaks run control

[Bug record/21005] New: rocess record does not support instruction GDB 7.12 (rdrand %eax)

[Bug record/21005] Process record does not support instruction GDB 7.12 (rdrand %eax)

[Bug remote/20655] parallel "if"s in gdbserver

[Bug remote/8292] 'call' attempts additional remote 's'tep

[Bug rust/20367] add further Rust demangling

[Bug rust/20761] New: Add support for union constructor expressions

[Bug server/20733] Failed to build aarch64_be-linux-gnu GDBserver

[Bug server/20733] New: Failed to build aarch64_be-linux-gnu GDBserver

[Bug sim/19401] AVR: gdb uses 2 byte breakpoints even for 4 byte insns which leads to illegal instruction

[Bug sim/20808] mips sim build fails due to undefined SD/CPU variables

[Bug sim/20808] New: mips sim build fails due to undefined SD/CPU variables

[Bug sim/20809] mips sim build fails for r3900 cpus

[Bug sim/20809] New: mips sim build fails for r3900 cpus

[Bug sim/20863] New: gdb-7.12 powerpc-rtems4.12-gdb does not build on FreeBSD.

[Bug symtab/15223] reversed order of inlined function parameters

[Bug symtab/16264] support DW_AT_main_subprogram

[Bug symtab/17236] bug in dwarf2_add_member_fn

[Bug symtab/20652] bug in psymbol_compare

[Bug symtab/20899] "dwarf2_string_attr" does not check for "DW_FORM_GNU_str_index"

[Bug symtab/20899] New: "dwarf2_string_attr" does not check for "DW_FORM_GNU_str_index"

[Bug tdep/19401] AVR: gdb uses 2 byte breakpoints even for 4 byte insns which leads to illegal instruction

[Bug tdep/20682] aarch64 regression: gdb.cp/nextoverthrow.exp

[Bug tdep/20682] New: aarch64 regression: gdb.cp/nextoverthrow.exp

[Bug tdep/20928] Decode %ccr into individual flags in sparcv9 register output

[Bug tdep/20928] New: Decode %ccr into individual flags in sparcv9 register output

[Bug tdep/20936] New: provide sparc and sparcv9 target description XML files

[Bug tdep/20936] provide and use sparc32 and sparc64 target description XML files

[Bug tdep/20936] provide sparc and sparcv9 target description XML files

[Bug tdep/20951] New: Some architectures are not recognized in command "set architecture"

[Bug tdep/20951] Some architectures are not recognized in command "set architecture"

[Bug tdep/20953] GDB crashes after "set architecture rl78"

[Bug tdep/20953] New: GDB crashes after "set architecture rl78"

[Bug tdep/20954] GDB crashes if "set architecture rx"

[Bug tdep/20954] New: GDB crashes if "set architecture rx"

[Bug tdep/20955] GDB internal error in cris-tdep.c

[Bug tdep/20955] New: GDB internal error in cris-tdep.c

[Bug tdep/20969] breakpoint sometimes skipped on alpha

[Bug tdep/21003] GDB crashed on disassembly when arch is set to ARC601

[Bug tdep/21003] New: GDB crashed on disassembly when arch is set to ARC601

[Bug tdep/8531] osabi initialization race condition

[Bug threads/20725] New: thread_list grows very large, impacting inferior performance

[Bug threads/20743] can't usefully "continue" due to "ptrace: No such process" after gdb switches thread (gdb7.11.1 on FreeBSD 11)

[Bug threads/20743] New: can't usefully "continue" due to "ptrace: No such process" after gdb switches thread (gdb7.11.1 on FreeBSD 11)

[Bug varobj/20867] New: Incorrect evaluation of certain library function calls


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