Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | Remove unused "tmp" variable. | John Baldwin | 2 | -1/+4 |
2018-09-12 | Fix a typo in a comment. | John Baldwin | 2 | -1/+6 |
2018-09-12 | python: Add tests for trying to use an invalid Inferior object | Simon Marchi | 2 | -0/+18 |
2018-09-12 | Move 'is_regular_file' from common-utils.c to filestuff.c | Sergio Durigan Junior | 5 | -37/+44 |
2018-09-12 | Add debug output about skipping files and functions | Simon Marchi | 5 | -25/+103 |
2018-09-12 | Testsuite: Add gdb_can_simple_compile | Alan Hayward | 2 | -132/+64 |
2018-09-11 | Darwin: set startup-with-shell to off on Sierra and later. | Xavier Roirand | 2 | -0/+34 |
2018-09-11 | Darwin: fix SIGTRAP when debugging | Xavier Roirand | 2 | -6/+14 |
2018-09-11 | [testsuite] Fix dg-extract-results.sh path | Jan Kratochvil | 2 | -1/+5 |
2018-09-10 | Fix PR gdb/23558: Use system's 'getcwd' when cross-compiling GDB | Sergio Durigan Junior | 2 | -4/+23 |
2018-09-10 | Revert "Update gnulib to current upstream master" | Sergio Durigan Junior | 317 | -12141/+8356 |
2018-09-10 | Remove unused variable in record-btrace.c | Simon Marchi | 2 | -1/+5 |
2018-09-10 | (Ada) Fix resolving of homonym components in tagged types | Jerome Guitton | 7 | -7/+81 |
2018-09-10 | (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call. | Xavier Roirand | 4 | -7/+14 |
2018-09-10 | (Ada) Fix printing of access to unconstrained arrays | Xavier Roirand | 7 | -1/+109 |
2018-09-10 | (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arrays | Xavier Roirand | 7 | -0/+164 |
2018-09-10 | (Ada) New function ada_is_access_to_unconstrained_array | Xavier Roirand | 2 | -3/+17 |
2018-09-10 | (Ada) Fix -var-list-children MI command for union type | Xavier Roirand | 7 | -2/+139 |
2018-09-10 | Remove periods from Python section titles | Tom Tromey | 2 | -5/+11 |
2018-09-10 | Swap two sentences in the Pretty Printing API node | Tom Tromey | 2 | -3/+6 |
2018-09-10 | Mention virtual tables in Python dynamic_type documentation | Tom Tromey | 2 | -8/+14 |
2018-09-10 | Small typo fix in Basic Python node | Tom Tromey | 2 | -1/+6 |
2018-09-10 | Mention Python versions in the documentation | Tom Tromey | 2 | -4/+7 |
2018-09-10 | Update Python unwinder documentation | Tom Tromey | 2 | -9/+53 |
2018-09-10 | Fix gdb.events.inferior_call documentation | Tom Tromey | 2 | -6/+20 |
2018-09-10 | Update Python frame filter documentation | Tom Tromey | 2 | -3/+18 |
2018-09-10 | Reword gdb.GdbError text | Tom Tromey | 2 | -6/+21 |
2018-09-10 | Avoid warnings from makeinfo | Tom Tromey | 3 | -5/+12 |
2018-09-10 | Fix help text for "python" command | Tom Tromey | 2 | -1/+7 |
2018-09-10 | Document that Frame.block can throw | Tom Tromey | 2 | -1/+10 |
2018-09-10 | Fix typo in pretty-printer example | Tom Tromey | 2 | -1/+6 |
2018-09-10 | Update Python Block.end documentation | Tom Tromey | 2 | -1/+8 |
2018-09-10 | Fix "make install-strip" failure to install gdb-add-index.sh | Eli Zaretskii | 2 | -2/+8 |
2018-09-09 | python: Make two functions return gdbpy_ref<> | Simon Marchi | 4 | -13/+22 |
2018-09-08 | Make py-prettyprint.exp test names unique | Tom Tromey | 2 | -4/+12 |
2018-09-08 | Allow a pretty-printer without a to_string method | Tom Tromey | 6 | -10/+47 |
2018-09-08 | (Ada) fix handling of expression with parameterless function call | Joel Brobecker | 7 | -1/+131 |
2018-09-08 | ada-lang.c::ada_value_cast: remove unnecessary parentheses | Joel Brobecker | 2 | -1/+5 |
2018-09-08 | (Ada) slightly incorrect bounds for type of array indexed by enum | Joel Brobecker | 2 | -7/+7 |
2018-09-08 | minor reformatting in ada-lang.c::ada_to_fixed_value | Joel Brobecker | 2 | -3/+6 |
2018-09-08 | Handle PPC64 function descriptor in Ada decoding | Jerome Guitton | 2 | -0/+9 |
2018-09-08 | (Ada) "catch assert" spurious internal error | Joel Brobecker | 2 | -8/+10 |
2018-09-08 | (Ada) infinite loop when hitting unhandled exception catchpoint | Joel Brobecker | 2 | -1/+6 |
2018-09-08 | (Ada) assigning packed array aggregate with variable as component | Joel Brobecker | 9 | -5/+175 |
2018-09-08 | gdb: Add builtin types for 24 bit integers. | John Darrington | 3 | -0/+8 |
2018-09-07 | gdb/testsuite: Make test names unique in gdb.base/watchpoint.exp | Andrew Burgess | 2 | -24/+33 |
2018-09-06 | Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps | Simon Ser | 4 | -0/+126 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 15 | -86/+132 |
2018-09-06 | Remove unused tui_win_element::highlight | Simon Marchi | 3 | -2/+5 |
2018-09-06 | Remove unused tui_win_info::detail::opaque | Simon Marchi | 3 | -4/+6 |