| Commit message (Expand) | Author | Age | Files | Lines |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -1/+2 |
* | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2015-07-14 | 1 | -2/+2 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 2014-08-20 | 1 | -9/+4 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -2/+0 |
* | vla: update type from newly created value | Sanimir Agovic | 2014-04-14 | 1 | -0/+1 |
* | Revert the entire VLA series. | Joel Brobecker | 2014-04-11 | 1 | -1/+0 |
* | vla: update type from newly created value | Sanimir Agovic | 2014-04-11 | 1 | -0/+1 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | Print nonexisting/optimized out static fields gracefully. | Pedro Alves | 2013-10-25 | 1 | -14/+8 |
* | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 2013-10-02 | 1 | -2/+2 |
* | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 2013-07-09 | 1 | -4/+4 |
* | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 2013-01-31 | 1 | -1/+0 |
* | PR cli/7719: | Tom Tromey | 2013-01-07 | 1 | -30/+11 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * valprint.c (val_print_string): Don't print leading space. | Tom Tromey | 2012-05-18 | 1 | -0/+2 |
* | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 2012-05-18 | 1 | -1/+1 |
* | * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'. | Tom Tromey | 2012-03-05 | 1 | -1/+4 |
* | * valprint.c (val_print): Update. | Tom Tromey | 2012-03-01 | 1 | -11/+8 |
* | * value.h (value_print): Return void. | Tom Tromey | 2012-03-01 | 1 | -4/+4 |
* | * jv-valprint.c (java_val_print): Remove dead code. | Tom Tromey | 2012-02-23 | 1 | -15/+0 |
* | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 2012-02-07 | 1 | -3/+3 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+1 |
* | gdb/ | Pedro Alves | 2011-02-14 | 1 | -3/+1 |
* | gdb/ | Pedro Alves | 2011-02-14 | 1 | -2/+5 |
* | * valprint.c (val_print): Extend comment. | Pedro Alves | 2011-02-07 | 1 | -6/+3 |
* | * printcmd.c (print_formatted): Use val_print_scalar_formatted | Pedro Alves | 2011-01-25 | 1 | -4/+4 |
* | Centralize printing "<optimized out>". | Pedro Alves | 2011-01-25 | 1 | -2/+2 |
* | 2011-01-24 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2011-01-24 | 1 | -18/+24 |
* | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-09 | 1 | -10/+12 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2010-11-29 | 1 | -0/+8 |
* | PR python/11948: | Tom Tromey | 2010-10-15 | 1 | -1/+2 |
* | gdb | Tom Tromey | 2010-06-11 | 1 | -4/+11 |
* | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-14 | 1 | -0/+6 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -3/+6 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -3/+5 |
* | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 2009-07-02 | 1 | -1/+1 |
* | * jv-lang.h (java_int_type, java_byte_type, java_short_type, | Ulrich Weigand | 2009-07-02 | 1 | -3/+6 |
* | * jv-lang.h (JAVA_OBJECT_SIZE): Remove. | Ulrich Weigand | 2009-06-23 | 1 | -7/+9 |
* | 2009-05-27 Tom Tromey <tromey@redhat.com> | Tom Tromey | 2009-05-28 | 1 | -3/+3 |
* | gdb: | Tom Tromey | 2009-03-20 | 1 | -2/+2 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2008-10-28 | 1 | -44/+55 |
* | Convert static_kind into loc_kind enum. | Jan Kratochvil | 2008-10-08 | 1 | -5/+6 |
* | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 2008-05-06 | 1 | -5/+9 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -2/+2 |