Bug 18489

Summary: Missing GDB '@' array operator for 'compile print'
Product: gdb Reporter: Jan Kratochvil <jan>
Component: compileAssignee: Not yet assigned to anyone <unassigned>
Status: NEW ---    
Severity: normal CC: jan, pmuldoon
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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.