aboutsummaryrefslogtreecommitdiff
path: root/gdb/scm-exp.c
AgeCommit message (Collapse)AuthorFilesLines
2001-11-10s/value_ptr/struct value */Andrew Cagney1-1/+1
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-07-30Protoization.Kevin Buettner1-17/+7
2000-05-28PARAMS removal.Kevin Buettner1-6/+6
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-78/+160
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+423
1999-04-16Initial creation of sourceware repositoryStan Shebs1-423/+0
1996-08-13 * remote-pa.c (boot_board): Add dummy params to make type compatibleFred Fish1-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.
1996-07-26See gdb ChangeLog entry with header:Fred Fish1-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. :-(
1995-10-05 * parse.c (write_dollar_variable): New function.Per Bothner1-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 '$'.
1995-10-05 * expression.h (enum exp_code): Added OP_NAME.Per Bothner1-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}.