Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-12 | 2004-11-12 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 | |
* value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE) (VALUE_BITPOS): Delete. (value_type, value_offset, value_bitsize, value_bitpos): Declare. * value.c (value_type, value_offset, value_bitpos) (value_bitsize): New functions. Update references. * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update. * f-valprint.c, cp-valprint.c, c-valprint.c: Update. * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update. * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update. * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update. * infcall.c, linespec.c, printcmd.c, valarith.c: Update. * valops.c, eval.c, findvar.c, breakpoint.c: Update. * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c: * rs6000-tdep.c, ppc-sysv-tdep.c: Update. | |||||
2001-11-10 | s/value_ptr/struct value */ | Andrew Cagney | 1 | -2/+3 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -41/+12 | |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -15/+15 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -2/+2 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -25/+26 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+422 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -422/+0 | |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -6/+7 | |
ChangeLog-gdbtk for details. | |||||
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -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. :-( | |||||
1995-11-30 | * scm-valprint.c (scm_isymnames): Remove "#@" prefix. | Per Bothner | 1 | -19/+18 | |
(scm_scmval_print): Do not print "#@" prefix. * mdebugread.c: Add check_typedef/CHECK_TYPEDEF as needed. | |||||
1995-10-05 | * expression.h (enum exp_code): Added OP_NAME. | Per Bothner | 1 | -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}. | |||||
1995-09-30 | * scm-lang.c: Moved Scheme value printing code to ... | Per Bothner | 1 | -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}. |