| 2025-10-20 |
Simon Marchi | gdb, gdbserver, gdbsupport: trim trailing whitespaces |
blob | commitdiff | raw |
| 2025-04-08 |
Tom Tromey | Update copyright dates to include 2025 |
blob | commitdiff | raw | diff to current |
| 2024-08-12 |
Simon Marchi | gdb: drop struct keyword when using bound_minimal_symbol |
blob | commitdiff | raw | diff to current |
| 2024-04-23 |
Simon Marchi | gdb: move store/extract integer functions to extract... |
blob | commitdiff | raw | diff to current |
| 2024-03-27 |
Simon Marchi | gdb, gdbserver, gdbsupport: remove includes of early... |
blob | commitdiff | raw | diff to current |
| 2024-01-28 |
Tom Tromey | Use domain_search_flags in lookup_symbol et al |
blob | commitdiff | raw | diff to current |
| 2024-01-12 |
Andrew Burgess | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn many optimized-out value functions into methods |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn remaining value_contents functions into methods |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn value_address and set_value_address functions... |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn value_initialized and set_value_initialized functi... |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn value_enclosing_type into method |
blob | commitdiff | raw | diff to current |
| 2023-02-13 |
Tom Tromey | Turn value_type into method |
blob | commitdiff | raw | diff to current |
| 2023-01-19 |
Andrew Burgess | GDB: Add a character string limiting option |
blob | commitdiff | raw | diff to current |
| 2023-01-01 |
Joel Brobecker | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
| 2022-12-19 |
Tom Tromey | Use bool constants for value_print_options |
blob | commitdiff | raw | diff to current |
| 2022-09-21 |
Simon Marchi | gdb: remove TYPE_LENGTH |
blob | commitdiff | raw | diff to current |
| 2022-09-21 |
Simon Marchi | gdb: remove TYPE_TARGET_TYPE |
blob | commitdiff | raw | diff to current |
| 2022-04-11 |
Simon Marchi | gdb: remove symbol value macros |
blob | commitdiff | raw | diff to current |
| 2022-03-29 |
Tom Tromey | Rename print_spaces_filtered |
blob | commitdiff | raw | diff to current |
| 2022-03-29 |
Tom Tromey | Unify gdb printf functions |
blob | commitdiff | raw | diff to current |
| 2022-03-29 |
Tom Tromey | Unify gdb puts functions |
blob | commitdiff | raw | diff to current |
| 2022-02-14 |
Tom Tromey | Remove LA_PRINT_STRING |
blob | commitdiff | raw | diff to current |
| 2022-02-14 |
Tom Tromey | Remove LA_PRINT_CHAR |
blob | commitdiff | raw | diff to current |
| 2022-02-06 |
Simon Marchi | gdb: remove SYMBOL_TYPE macro |
blob | commitdiff | raw | diff to current |
| 2022-01-01 |
Joel Brobecker | Automatic Copyright Year update after running gdb/copyr... |
blob | commitdiff | raw | diff to current |
| 2021-11-29 |
Tom Tromey | Allow DW_ATE_UTF for Rust characters |
blob | commitdiff | raw | diff to current |
| 2021-10-29 |
Simon Marchi | gdb: remove TYPE_FIELD_BITPOS |
blob | commitdiff | raw | diff to current |
| 2021-10-25 |
Simon Marchi | gdb: change functions returning value contents to use... |
blob | commitdiff | raw | diff to current |
| 2021-09-23 |
Tom Tromey | Change pointer_type to a method of struct type |
blob | commitdiff | raw | diff to current |
| 2021-01-28 |
Simon Marchi | gdb: rename get_type_arch to type::arch |
blob | commitdiff | raw | diff to current |
| 2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
| 2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw | diff to current |
| 2020-09-16 |
Tom Tromey | Handle member pointers directly in generic_value_print |
blob | commitdiff | raw | diff to current |
| 2020-06-08 |
Simon Marchi | gdb: remove TYPE_FIELD_TYPE macro |
blob | commitdiff | raw | diff to current |
| 2020-05-16 |
Simon Marchi | gdb: remove TYPE_NAME macro |
blob | commitdiff | raw | diff to current |
| 2020-05-14 |
Simon Marchi | gdb: remove TYPE_CODE macro |
blob | commitdiff | raw | diff to current |
| 2020-04-29 |
Hannes Domani | Fix array pretty formatter |
blob | commitdiff | raw | diff to current |
| 2020-04-01 |
Tom Tromey | Change how complex types are printed in C |
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 | Introduce cp_print_value_fields and c_value_print_struct |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Introduce c_value_print_array |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Introduce c_value_print_memberptr |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Introduce c_value_print_int |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Introduce c_value_print_ptr |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Rewrite c_value_print_inner |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Introduce c_value_print_inner |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Simplify c_val_print_array |
blob | commitdiff | raw | diff to current |
| 2020-03-14 |
Tom Tromey | Use common_val_print in c-valprint.c |
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-11-22 |
Christian Biesinger | Replace the MSYMBOL_*_NAME macros with member functions |
blob | commitdiff | raw | diff to current |
| 2019-11-21 |
Peeter Joot | Adjust byte order variable display/change if DW_AT_endi... |
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-25 |
Tom Tromey | More block constification |
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-05 |
Pedro Alves | Fix regresssion(internal-error) printing subprogram... |
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-06-12 |
Tom Tromey | Remove val_print_type_code_int |
blob | commitdiff | raw | diff to current |
| 2017-03-20 |
Artemiy Volkov | Implement printing of rvalue reference types and values |
blob | commitdiff | raw | diff to current |
| 2017-03-20 |
Artemiy Volkov | Add ability to return rvalue reference values from... |
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-06-25 |
David Taylor | Support structure offsets that are 512K or larger. |
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-27 |
Martin Galvan | c_value_print: Revert 'val' to a reference for TYPE_COD... |
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-09-04 |
Andrew Burgess | gdb: Remove casts of NULL during assignment. |
blob | commitdiff | raw | diff to current |
| 2015-08-01 |
Pierre-Marie de... | Replace the block_found global with explicit data-flow |
blob | commitdiff | raw | diff to current |
| 2015-07-28 |
Simon Marchi | Consider addressable memory unit size in various value... |
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-07-09 |
Simon Marchi | Factor out memberptr printing code from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Factor out int printing code from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Factor out struct and union printing code from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Factor out pointer printing code from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Factor out array printing code from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Factor out print_unpacked_pointer from c_val_print |
blob | commitdiff | raw | diff to current |
| 2015-07-09 |
Simon Marchi | Remove unneeded variable assignment |
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-11-07 |
Doug Evans | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE... |
blob | commitdiff | raw | diff to current |
| 2014-08-19 |
Pedro Alves | Handle partially optimized out values similarly to... |
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-02-26 |
Tom Tromey | start change to progspace independence |
blob | commitdiff | raw | diff to current |
| 2014-02-26 |
Tom Tromey | change minsym representation |
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-07-09 |
Doug Evans | * defs.h (enum val_prettyformat): Renamed from val_pre... |
blob | commitdiff | raw | diff to current |
| 2013-05-22 |
Tom Tromey | PR c++/15401: |
blob | commitdiff | raw | diff to current |
| 2013-04-08 |
Tom Tromey | * minsyms.h (struct bound_minimal_symbol): New. |
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-12-14 |
Tom Tromey | * c-exp.y (block, variable, name_not_typename, lex_one... |
blob | commitdiff | raw | diff to current |
| 2012-11-10 |
Keith Seitz | PR gdb/14288 |
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-03-01 |
Tom Tromey | * value.h (value_print): Return void. |
blob | commitdiff | raw | diff to current |
| next |