~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to gdb/expression.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Definitions for expressions stored in reversed prefix form, for GDB.
2
2
 
3
 
   Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005, 2007, 2008, 2009
4
 
   Free Software Foundation, Inc.
 
3
   Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005, 2007, 2008, 2009,
 
4
   2010 Free Software Foundation, Inc.
5
5
 
6
6
   This file is part of GDB.
7
7
 
88
88
       when X is a pointer instead of an aggregate.  */
89
89
    STRUCTOP_MPTR,
90
90
 
 
91
    /* TYPE_INSTANCE is used when the user specifies a specific
 
92
       type instantiation for overloaded methods/functions.
 
93
 
 
94
       The format is:
 
95
       TYPE_INSTANCE num_types type0 ... typeN num_types TYPE_INSTANCE  */
 
96
    TYPE_INSTANCE,
 
97
 
91
98
    /* end of C++.  */
92
99
 
93
100
    /* For Modula-2 integer division DIV */
226
233
       It casts the value of the following subexpression.  */
227
234
    UNOP_CAST,
228
235
 
 
236
    /* The C++ dynamic_cast operator.  */
 
237
    UNOP_DYNAMIC_CAST,
 
238
 
 
239
    /* The C++ reinterpret_cast operator.  */
 
240
    UNOP_REINTERPRET_CAST,
 
241
 
229
242
    /* UNOP_MEMVAL is followed by a type pointer in the next exp_element
230
243
       With another UNOP_MEMVAL at the end, this makes three exp_elements.
231
244
       It casts the contents of the word addressed by the value of the