summaryrefslogtreecommitdiffstats
path: root/gdb/scm-exp.c
Commit message (Collapse)AuthorAgeFilesLines
* s/value_ptr/struct value */Andrew Cagney2001-11-101-1/+1
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* Protoization.Kevin Buettner2000-07-301-17/+7
|
* PARAMS removal.Kevin Buettner2000-05-281-6/+6
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-78/+160
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-0/+423
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-423/+0
|
* * remote-pa.c (boot_board): Add dummy params to make type compatibleFred Fish1996-08-131-1/+1
| | | | | | | for passing to add_com. * scm-exp.c (scm_lreadr): Ensure svalue is not used uninitialized. * buildsym.c (compare_line_numbers): Change function to match prototype and also what qsort expects.
* See gdb ChangeLog entry with header:Fred Fish1996-07-261-4/+13
| | | | | | | Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com> for a rather huge set of changes. I was going to put them here, but it made cvs dump core. :-(
* * parse.c (write_dollar_variable): New function.Per Bothner1995-10-051-0/+5
| | | | | | | | | | * c-exp.y (yylex): Replace code for recognizing '$' pseudo-variables with a call to write_dollar_variable. Simplify grammar correspondingly. * f-exp.y: Likewise. * m2-exp.y: Likewise. * ch-exp.y: Likewise. (Remove function match_dollar_tokens.) * scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'.
* * expression.h (enum exp_code): Added OP_NAME.Per Bothner1995-10-051-0/+409
* expprint.c (print_subexp): Add OP_NAME support. * parse.c (length_of_subexp, prefixify_subexp): Likewise. * scm-lang.c (scm_unpack, in_eval_c, scm_lookup_name): new function. * scm-lang.h: Declare builtin_type_scm; other minor tweaks. * values.c (unpack_long): If type is SCM, call scm_unpack. * scm-valprint.c (scm_val_print): Use extract_signed_integer, instead unpack_long * scm-lang.c: More Scheme expression parsing from here ... * scm-exp.c: ... to here. New file. Also, provide for gdb to evaluate simple constants and names.. * Makefile.in: Note new scm-exp.{c,o}.
OpenPOWER on IntegriCloud