From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: David Taylor Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA] parse_frame_specification (stack.c) Date: Mon, 05 Mar 2001 12:42:00 -0000 Message-id: <3AA3F98A.89B94285@cygnus.com> References: <200103051707.MAA01373@texas.cygnus.com> X-SW-Source: 2001-03/msg00082.html David Taylor wrote: > ChangeLog entry: > > * stack.c (parse_frame_specification): For one argument case, > handle the situation where the argument is an integer, not an > address -- arguably the most common case. This matters on > targets where pointers and addresses are different. Yes, fine, approved. (Perhaphs just add a comment that the code is careful to not evaluate the expression twice - avoiding sideeffects). Andrew