Age | Commit message (Expand) | Author | Files | Lines |
2009-03-20 | gdb: | Tom Tromey | 1 | -1/+3 |
2009-02-06 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+6 |
2009-02-06 | gdb/ | Pedro Alves | 1 | -0/+54 |
2009-02-05 | 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 1 | -0/+2 |
2009-01-15 | * value.h (address_of_variable): Add prototype. | Ulrich Weigand | 1 | -3/+2 |
2009-01-13 | 2009-01-13 Jim Blandy <jimb@codesourcery.com> | Pedro Alves | 1 | -0/+5 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-22 | * stack.c (print_block_frame_locals): Print spaces, not tabs. | Tom Tromey | 1 | -3/+5 |
2008-11-26 | * value.h (allocate_value_lazy): New function declaration. | Jerome Guitton | 1 | -1/+3 |
2008-11-24 | * ada-lang.c (value_from_contents_and_address): Move... | Tom Tromey | 1 | -0/+4 |
2008-10-28 | gdb | Tom Tromey | 1 | -9/+9 |
2008-10-16 | 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 1 | -2/+8 |
2008-09-11 | * valops.c: Include "objfiles.h" and "symtab.h". | Ulrich Weigand | 1 | -1/+2 |
2008-09-11 | * value.h (coerce_enum, coerce_number): Remove prototypes. | Ulrich Weigand | 1 | -6/+0 |
2008-09-11 | * value.h (unop_promote, binop_promote): Add prototypes. | Ulrich Weigand | 1 | -0/+8 |
2008-09-11 | * value.h (value_add, value_sub): Remove. | Ulrich Weigand | 1 | -2/+4 |
2008-09-11 | * language.h (struct language_arch_info): New members | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * value.h (value_bitstring_subscript): New prototype. | Ulrich Weigand | 1 | -0/+4 |
2008-06-06 | gdb | Tom Tromey | 1 | -0/+5 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -2/+5 |
2008-04-30 | * ada-lang.c (ada_value_primitive_packed_val): Only check | Daniel Jacobowitz | 1 | -3/+5 |
2008-04-22 | doc/ChangeLog: | Corinna Vinschen | 1 | -1/+2 |
2008-04-22 | * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for | Markus Deuling | 1 | -0/+1 |
2008-04-06 | Fix breakpoint condition that use member variables. | Vladimir Prus | 1 | -1/+1 |
2008-03-21 | * eval.c (evaluate_subexp_for_address): Clarify error message. | Daniel Jacobowitz | 1 | -0/+4 |
2008-02-04 | * eval.c (evaluate_subexp_standard): Fix type of result of mixed | Doug Evans | 1 | -0/+2 |
2008-01-18 | * gdbarch.sh (function_list): Add new property bits_big_endian to | Markus Deuling | 1 | -2/+2 |
2008-01-07 | * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h. | Thiago Jung Bauermann | 1 | -3/+2 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -2/+2 |
2007-11-02 | * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member. | Ulrich Weigand | 1 | -3/+0 |
2007-10-25 | 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com> | Thiago Jung Bauermann | 1 | -0/+3 |
2007-10-25 | 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com> | Thiago Jung Bauermann | 1 | -0/+3 |
2007-10-12 | * block.h (struct block): Remove "gcc_compile_flag" member. | Ulrich Weigand | 1 | -1/+1 |
2007-10-01 | 2007-09-30 Mike Frysinger <vapier@gentoo.org> | Mike Frysinger | 1 | -0/+4 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-05-18 | Accidentally left this out of previous commit; part of adding ability | Caroline Tice | 1 | -0/+6 |
2007-05-14 | * dwarf2-frame.c (dwarf2_frame_prev_register): Use pack_long | Daniel Jacobowitz | 1 | -0/+2 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -3/+2 |
2007-01-08 | * gdbarch.sh (value_from_register): New gdbarch function. | Ulrich Weigand | 1 | -0/+4 |
2007-01-03 | * NEWS: Mention pointer to member improvements. | Daniel Jacobowitz | 1 | -2/+5 |
2006-11-22 | * findvar.c (address_from_register): New function. | Ulrich Weigand | 1 | -0/+3 |
2006-07-13 | gdb/ | Daniel Jacobowitz | 1 | -0/+4 |
2006-03-31 | 2006-03-31 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 1 | -0/+1 |
2006-02-01 | gdb/ | Daniel Jacobowitz | 1 | -3/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-05-27 | 2005-05-27 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2005-05-09 | 2005-05-09 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -17/+17 |
2005-04-28 | 2005-04-28 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -8/+10 |
2005-03-08 | * ax-gdb.c (gen_expr): Add UNOP_PLUS case. | Nathan Sidwell | 1 | -0/+2 |
2005-02-28 | * dwarf2loc.c (loclist_read_variable): Set optimized_out | Daniel Jacobowitz | 1 | -0/+5 |