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