Bug 18489 - Missing GDB '@' array operator for 'compile print'
Summary: Missing GDB '@' array operator for 'compile print'
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: compile (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 19:31 UTC by Jan Kratochvil
Modified: 2015-06-04 19:32 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2015-06-04 19:31:36 UTC
Tracker for:

KFAIL: gdb.compile/compile-print.exp: compile print *vararray@3 (PRMS: compile/9999)
KFAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3 (PRMS: compile/9999)

Originally posted for GCC but rejected:
  [gcc patch] libcc1: '@' GDB array operator
  https://gcc.gnu.org/ml/gcc-patches/2015-03/msg01451.html
  https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02843.html
  https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00329.html

Now it should be implemented in GDB by splitting LHS@RHS to two expressions for GCC.