2020-11-19 |
Andrew Burgess | gdb/fortran: Add support for Fortran array slices at... |
blob | commitdiff | raw |
2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw | diff to current |
2020-10-23 |
Andrew Burgess | gdb: move f_language class into a header file |
blob | commitdiff | raw | diff to current |
2020-09-19 |
Andrew Burgess | gdb/fortran: Change whitespace when printing arrays |
blob | commitdiff | raw | diff to current |
2020-09-16 |
Tom Tromey | Remove TYPE_CODE_INT case from f_value_print_inner |
blob | commitdiff | raw | diff to current |
2020-07-13 |
Simon Marchi | gdb: make type::bounds work for array and string types |
blob | commitdiff | raw | diff to current |
2020-07-13 |
Simon Marchi | gdb: remove TYPE_ARRAY_BIT_STRIDE |
blob | commitdiff | raw | diff to current |
2020-07-13 |
Simon Marchi | gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE |
blob | commitdiff | raw | diff to current |
2020-07-13 |
Simon Marchi | gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED |
blob | commitdiff | raw | diff to current |
2020-06-17 |
Andrew Burgess | gdb: Convert language la_value_print_inner field to... |
blob | commitdiff | raw | diff to current |
2020-06-08 |
Simon Marchi | gdb: remove TYPE_FIELD_TYPE macro |
blob | commitdiff | raw | diff to current |
2020-06-08 |
Simon Marchi | gdb: remove TYPE_INDEX_TYPE macro |
blob | commitdiff | raw | diff to current |
2020-05-22 |
Simon Marchi | gdb: remove TYPE_NFIELDS macro |
blob | commitdiff | raw | diff to current |
2020-05-14 |
Simon Marchi | gdb: remove TYPE_CODE macro |
blob | commitdiff | raw | diff to current |
2020-03-14 |
Tom Tromey | Remove val_print |
blob | commitdiff | raw | diff to current |
2020-03-14 |
Tom Tromey | Convert Fortran printing to value-based API |
blob | commitdiff | raw | diff to current |
2020-03-14 |
Tom Tromey | Introduce f_value_print_innner |
blob | commitdiff | raw | diff to current |
2020-03-14 |
Tom Tromey | Use common_val_print in f-valprint.c |
blob | commitdiff | raw | diff to current |
2020-03-03 |
Andrew Burgess | gdb/fortran: Fix printing of logical true values for... |
blob | commitdiff | raw | diff to current |
2020-02-22 |
Tom Tromey | Style field names in "print" |
blob | commitdiff | raw | diff to current |
2020-02-04 |
Alok Kumar Sharma | Fixed gdb to print arrays with very high indexes |
blob | commitdiff | raw | diff to current |
2020-01-13 |
Simon Marchi | gdb: add back declarations for _initialize functions |
blob | commitdiff | raw | diff to current |
2020-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2019-12-01 |
Andrew Burgess | gdb/fortran: array stride support |
blob | commitdiff | raw | diff to current |
2019-11-22 |
Christian Biesinger | Replace SYMBOL_*_NAME accessors with member functions |
blob | commitdiff | raw | diff to current |
2019-10-01 |
Tom Tromey | Introduce metadata style |
blob | commitdiff | raw | diff to current |
2019-04-30 |
Andrew Burgess | gdb/fortran: Print 'void' type in lower case |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Rename gdb exception types |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Rewrite TRY/CATCH |
blob | commitdiff | raw | diff to current |
2019-04-08 |
Tom Tromey | Make exceptions use std::string and be self-managing |
blob | commitdiff | raw | diff to current |
2019-04-06 |
Tom Tromey | Revert the header-sorting patch |
blob | commitdiff | raw | diff to current |
2019-04-06 |
Tom Tromey | Sort includes for files gdb/[a-f]*.[chyl]. |
blob | commitdiff | raw | diff to current |
2019-03-29 |
Keith Seitz | Allow really large fortran array bounds: fortran type... |
blob | commitdiff | raw | diff to current |
2019-03-05 |
Tom Tromey | Remove excess calls to gdb_flush |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2018-01-02 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
2017-12-05 |
Simon Marchi | Remove some unused variables |
blob | commitdiff | raw | diff to current |
2017-11-07 |
Tom Tromey | Constify add_info |
blob | commitdiff | raw | diff to current |
2017-09-09 |
John Baldwin | Remove unnecessary function prototypes. |
blob | commitdiff | raw | diff to current |
2017-09-08 |
Christoph Weinmann | Remove C/C++ relevant code in Fortran specific file. |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Tom Tromey | Remove val_print_type_code_int |
blob | commitdiff | raw | diff to current |
2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
blob | commitdiff | raw | diff to current |
2016-11-08 |
Yao Qi | Remove parameter valaddr from la_val_print |
blob | commitdiff | raw | diff to current |
2016-07-14 |
Tom Tromey | Remove unused variables |
blob | commitdiff | raw | diff to current |
2016-06-21 |
Walfred Tedeschi | Improve user experience in printing Fortran derived... |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Tom Tromey | Add array start and end strings to generic_val_print_de... |
blob | commitdiff | raw | diff to current |
2016-04-26 |
Keven Boell | fort_dyn_array: Use value constructor instead of raw... |
blob | commitdiff | raw | diff to current |
2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
blob | commitdiff | raw | diff to current |
2015-07-14 |
Simon Marchi | Remove CHECK_TYPEDEF, use check_typedef instead |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Jan Kratochvil | Remove --xdb |
blob | commitdiff | raw | diff to current |
2015-03-07 |
Pedro Alves | Split TRY_CATCH into TRY + CATCH |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
blob | commitdiff | raw | diff to current |
2014-10-08 |
Gary Benson | Remove spurious exceptions.h inclusions |
blob | commitdiff | raw | diff to current |
2014-09-04 |
Sergio Durigan Junior | Fix PR fortran/17237: bug in f-valprint.c |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Gary Benson | Include string.h in common-defs.h |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Gary Benson | Include gdb_assert.h in common-defs.h |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | make common_block const |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | constify struct block in some places |
blob | commitdiff | raw | diff to current |
2014-01-01 |
Joel Brobecker | Update Copyright year range in all files maintained... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Tom Tromey | remove gdb_string.h |
blob | commitdiff | raw | diff to current |
2013-01-21 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
2013-01-01 |
Joel Brobecker | Update years in copyright notice for the GDB files. |
blob | commitdiff | raw | diff to current |
2012-11-26 |
Yao Qi | gdb/ |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Tom Tromey | 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat... |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Tom Tromey | 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat... |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Sergio Durigan Junior | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat... |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Tom Tromey | PR exp/13907: |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Tom Tromey | * valprint.c (val_print_string): Don't print leading... |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Tom Tromey | * printcmd.c (print_address_demangle): Add 'opts'... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Tom Tromey | * valprint.h (struct generic_val_print_decorations... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Tom Tromey | * valprint.c (val_print): Update. |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Doug Evans | * gdbtypes.h (struct main_type): Change type of name... |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Joel Brobecker | Copyright year update in most files of the GDB Project. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Tom Tromey | gdb |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Pedro Alves | * valprint.c (val_print): Extend comment. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Pedro Alves | * printcmd.c (print_formatted): Use val_print_scalar_f... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Pedro Alves | 2011-01-24 Pedro Alves <[email protected]> |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Michael Snyder | 2011-01-07 Michael Snyder <[email protected]> |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Michael Snyder | 2011-01-05 Michael Snyder <[email protected]> |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Joel Brobecker | run copyright.sh for 2011. |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Tom Tromey | PR python/11948: |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Tom Tromey | * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME. |
blob | commitdiff | raw | diff to current |
2010-06-11 |
Tom Tromey | gdb |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Michael Snyder | 2010-05-14 Michael Snyder <[email protected]> |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Michael Snyder | 2010-05-06 Michael Snyder <[email protected]> |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Phil Muldoon | 2010-01-13 Phil Muldoon <[email protected]> |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Joel Brobecker | Update copyright year in most headers. |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Ulrich Weigand | * defs.h (extract_signed_integer, extract_unsigned_int... |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Ulrich Weigand | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Ulrich Weigand | * gdbtypes.c (make_pointer_type, make_reference_type, |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Tom Tromey | gdb: |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Joel Brobecker | Updated copyright notices for most files. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Tom Tromey | * stack.c (print_block_frame_locals): Print spaces... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Tom Tromey | gdb |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Ulrich Weigand | * expprint.c (print_subexp_standard): Compare against... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Ulrich Weigand | * stack.c (return_command): Use frame architecture... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Ulrich Weigand | * ada-valprint.c (ada_val_print_1): When implicitly... |
blob | commitdiff | raw | diff to current |
next |