Age | Commit message (Expand) | Author | Files | Lines |
2023-03-17 | gdbhooks: Update gdbhooks.py for recent tree_code_type changes [PR108634] | Jakub Jelinek | 1 | -2/+12 |
2023-03-04 | Remove remaining traces of m_vecdata from comments [PR109006] | Jakub Jelinek | 1 | -3/+3 |
2023-03-03 | gcc: Fix gdbhooks.py VecPrinter for vec<> as well as vec<>* [PR109006] | Jonathan Wakely | 1 | -4/+7 |
2023-03-03 | gcc: Adjust gdbhooks.py VecPrinter for vec layout changes [PR109006] | Jonathan Wakely | 1 | -1/+5 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-04-16 | pretty-print SSA names | Richard Biener | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-23 | make gdbhooks.py idempotent with respect to reloading | Vladislav Ivanishin | 1 | -1/+2 |
2019-07-14 | gdbhooks.py: dump-fn, dot-fn: cast ret values of fopen/fclose | Vladislav Ivanishin | 1 | -6/+4 |
2019-07-01 | gdbhooks.py: rename parameters to match usage | Vladislav Ivanishin | 1 | -4/+4 |
2019-06-11 | gdbhooks.py (TreePrinter.to_string): Recognize ggc_free'd memory. | Jason Merrill | 1 | -0/+3 |
2019-05-31 | Add pretty print for const_tree. | Martin Liska | 1 | -1/+1 |
2019-04-26 | gdbhooks.py: Fix UnicodeDecodeErrors when printing trees with corrupt codes. | Eugene Sharygin | 1 | -1/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-04-10 | gdbhooks: Add new pretty-printers for: varpool_node, symtab_node, cgraph_edge... | Martin Liska | 1 | -7/+47 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-04 | gdbhooks.py (OptMachineModePrinter.to_string): Use 8 spaces instead of tab. | Jakub Jelinek | 1 | -2/+2 |
2017-08-30 | [77/77] Add a complex_mode class | Richard Sandiford | 1 | -1/+2 |
2017-08-30 | [76/77] Add a scalar_mode_pod class | Richard Sandiford | 1 | -1/+2 |
2017-08-30 | [71/77] Use opt_scalar_mode for mode iterators | Richard Sandiford | 1 | -1/+2 |
2017-08-30 | [64/77] Add a scalar_mode class | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [16/77] Add scalar_int_mode_pod | Richard Sandiford | 1 | -0/+4 |
2017-08-30 | [15/77] Add scalar_int_mode | Richard Sandiford | 1 | -3/+4 |
2017-08-30 | [11/77] Add a float_mode_for_size helper function | Richard Sandiford | 1 | -0/+2 |
2017-08-30 | [7/77] Add scalar_float_mode | Richard Sandiford | 1 | -0/+12 |
2017-08-30 | [6/77] Make GET_MODE_WIDER return an opt_mode | Richard Sandiford | 1 | -0/+15 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-02-22 | Add dot-fn to gdbhooks.py | Richard Biener | 1 | -0/+70 |
2016-02-22 | Add dump-fn to gdbhooks.py | Tom de Vries | 1 | -0/+91 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-16 | Remove first_pass_instance from pass_vrp | Tom de Vries | 1 | -1/+1 |
2015-09-28 | update a few places for the change from gimple_statement_base to gimple | Trevor Saunders | 1 | -1/+1 |
2015-06-08 | re PR other/65366 (gdbhooks.py is incompatible with Python3) | Jan Kratochvil | 1 | -30/+37 |
2015-06-02 | re PR other/65366 (gdbhooks.py is incompatible with Python3) | Jan Kratochvil | 1 | -32/+32 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-10 | gdbhooks.py (class DWDieRefPrinter): New class. | Aldy Hernandez | 1 | -0/+22 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -1/+18 |
2014-08-05 | gdbhooks.py: add "break-on-pass" command | David Malcolm | 1 | -0/+67 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-20 | gdbhooks.py: fix prettyprinting of NULL vec<>* | David Malcolm | 1 | -0/+2 |
2013-11-20 | gdbhooks.py: Implement a prettyprinter for vec<>* | David Malcolm | 1 | -1/+46 |
2013-11-20 | gdbhooks.py: Reorganize, to support regex matching and typedefs | David Malcolm | 1 | -13/+49 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -1/+1 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -1/+1 |
2013-10-29 | gdbhooks.py: update cgraph_node prettyprinter | David Malcolm | 1 | -2/+1 |
2013-08-28 | Initial version of gdb hooks | David Malcolm | 1 | -0/+397 |