summaryrefslogtreecommitdiff
path: root/gdb/scm-valprint.c
Commit message (Collapse)AuthorAgeFilesLines
* s/value_ptr/struct value */Andrew Cagney2001-11-101-2/+3
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* Protoization.Kevin Buettner2000-07-301-41/+12
|
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-15/+15
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-2/+2
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-25/+26
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+422
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-422/+0
|
* hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1998-12-281-6/+7
| | | | ChangeLog-gdbtk for details.
* See gdb ChangeLog entry with header:Fred Fish1996-07-261-5/+22
| | | | | | | 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. :-(
* * scm-valprint.c (scm_isymnames): Remove "#@" prefix.Per Bothner1995-11-301-19/+18
| | | | | (scm_scmval_print): Do not print "#@" prefix. * mdebugread.c: Add check_typedef/CHECK_TYPEDEF as needed.
* * expression.h (enum exp_code): Added OP_NAME.Per Bothner1995-10-051-2/+2
| | | | | | | | | | | | | | * 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}.
* * scm-lang.c: Moved Scheme value printing code to ...Per Bothner1995-09-301-0/+405
* scm-valprint.c: ... this new file. Also major improvements in support for printing SCM values. * scm-lang.h: New file. * scm-tags.h: New file. * Makefile.in: Note new scm-valprint.{c,o}.