aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbhooks.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-16pretty-print SSA namesRichard Biener1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-23make gdbhooks.py idempotent with respect to reloadingVladislav Ivanishin1-1/+2
2019-07-14gdbhooks.py: dump-fn, dot-fn: cast ret values of fopen/fcloseVladislav Ivanishin1-6/+4
2019-07-01gdbhooks.py: rename parameters to match usageVladislav Ivanishin1-4/+4
2019-06-11gdbhooks.py (TreePrinter.to_string): Recognize ggc_free'd memory.Jason Merrill1-0/+3
2019-05-31Add pretty print for const_tree.Martin Liska1-1/+1
2019-04-26gdbhooks.py: Fix UnicodeDecodeErrors when printing trees with corrupt codes.Eugene Sharygin1-1/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-10gdbhooks: Add new pretty-printers for: varpool_node, symtab_node, cgraph_edge...Martin Liska1-7/+47
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-04gdbhooks.py (OptMachineModePrinter.to_string): Use 8 spaces instead of tab.Jakub Jelinek1-2/+2
2017-08-30[77/77] Add a complex_mode classRichard Sandiford1-1/+2
2017-08-30[76/77] Add a scalar_mode_pod classRichard Sandiford1-1/+2
2017-08-30[71/77] Use opt_scalar_mode for mode iteratorsRichard Sandiford1-1/+2
2017-08-30[64/77] Add a scalar_mode classRichard Sandiford1-1/+1
2017-08-30[16/77] Add scalar_int_mode_podRichard Sandiford1-0/+4
2017-08-30[15/77] Add scalar_int_modeRichard Sandiford1-3/+4
2017-08-30[11/77] Add a float_mode_for_size helper functionRichard Sandiford1-0/+2
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-0/+12
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-0/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-22Add dot-fn to gdbhooks.pyRichard Biener1-0/+70
2016-02-22Add dump-fn to gdbhooks.pyTom de Vries1-0/+91
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-16Remove first_pass_instance from pass_vrpTom de Vries1-1/+1
2015-09-28update a few places for the change from gimple_statement_base to gimpleTrevor Saunders1-1/+1
2015-06-08re PR other/65366 (gdbhooks.py is incompatible with Python3)Jan Kratochvil1-30/+37
2015-06-02re PR other/65366 (gdbhooks.py is incompatible with Python3)Jan Kratochvil1-32/+32
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10gdbhooks.py (class DWDieRefPrinter): New class.Aldy Hernandez1-0/+22
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+18
2014-08-05gdbhooks.py: add "break-on-pass" commandDavid Malcolm1-0/+67
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20gdbhooks.py: fix prettyprinting of NULL vec<>*David Malcolm1-0/+2
2013-11-20gdbhooks.py: Implement a prettyprinter for vec<>*David Malcolm1-1/+46
2013-11-20gdbhooks.py: Reorganize, to support regex matching and typedefsDavid Malcolm1-13/+49
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-1/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-1/+1
2013-10-29gdbhooks.py: update cgraph_node prettyprinterDavid Malcolm1-2/+1
2013-08-28Initial version of gdb hooksDavid Malcolm1-0/+397