summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add missing TYPE_CODE_* constants to PythonTom Tromey2022-10-316-170/+173
* Remove REPARSE condition to force hardware resource checking when updating wa...Carl Love2022-10-311-4/+3
* PowerPC, add support for recording pipe2 system call.Carl Love2022-10-311-0/+2
* Use enum for gdbarch's call_dummy_locationTom Tromey2022-10-315-9/+13
* Inline initialization of gdbarch membersTom Tromey2022-10-313-206/+111
* Fix regression in pointer-to-member printingTom Tromey2022-10-313-1/+13
* gdb/testsuite: fix gdb.cp/converts.exp to run with clangBruno Larsen2022-10-311-1/+1
* gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clangBruno Larsen2022-10-311-0/+12
* gdb/testsuite: Wrap `param_integer_error' in gdb.guile/scm-parameter.expMaciej W. Rozycki2022-10-291-1/+3
* [gdb/testsuite] Use ssh -t in remote-*.expTom de Vries2022-10-292-0/+24
* [gdb/testsuite] Fix gdb.server/multi-ui-errors.exp with local-remote-host-nottyTom de Vries2022-10-291-0/+8
* [gdb/testsuite] Consume output asap in gdb.server/multi-ui-errors.expTom de Vries2022-10-291-1/+7
* [gdb/testsuite] Remove REMOTE_PORTNUM in remote-stdio-gdbserver.expTom de Vries2022-10-291-12/+3
* Convert compunit_language to a methodTom Tromey2022-10-286-17/+16
* gdb, btrace: fix family and model computationMarkus Metzger2022-10-281-2/+4
* [gdb/testsuite] Remove address from test namesTom de Vries2022-10-273-3/+5
* [gdb/testsuite] Disable styling in host board local-remote-host-native.expTom de Vries2022-10-271-0/+4
* [gdb/testsuite] Fix silent timeouts in gdb.mi/mi-exec-run.exp with remote hostTom de Vries2022-10-272-1/+3
* [gdb/testsuite] Use remote_exec chmod instead of remote_spawnTom de Vries2022-10-272-2/+2
* gdb/testsuite: fix gdb.guile/scm-parameter.exp "wrong type argument" test pat...Simon Marchi2022-10-261-4/+4
* gdb/arm: Fix M-profile EXC_RETURNLuis Machado2022-10-261-2/+2
* gdb/arm: fix IPSR field test in arm_m_exception_cache ()Luis Machado2022-10-261-1/+1
* gdb/arm: Terminate frame unwinding in M-profile lockupLuis Machado2022-10-261-3/+53
* gdb: copyright: make file header scan a bit more pythonicMike Frysinger2022-10-261-9/+6
* gdb: make copyright.py interface a bit nicerMike Frysinger2022-10-261-5/+16
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-2522-68/+68
* gdb/testsuite: make sure to consume the prompt in gdb.base/unwind-on-each-ins...Simon Marchi2022-10-251-10/+2
* [gdb/testsuite] Handle missing .note.GNU-stackTom de Vries2022-10-25137-0/+139
* [gdb/testsuite] Add missing skip_gdbserver_tests in gdb.multi/attach-no-multi...Tom de Vries2022-10-251-0/+4
* [gdb] Rewrite RETHROW_ON_TARGET_CLOSE_ERROR into functionTom de Vries2022-10-251-20/+25
* gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.inSimon Marchi2022-10-251-1/+1
* gdb/doc: reword description of DisassembleInfo.read_memoryAndrew Burgess2022-10-241-1/+1
* [gdb] Fix rethrow exception slicing in insert_bp_locationTom de Vries2022-10-241-7/+21
* [gdb] Fix rethrow exception slicing in pretty_print_insnTom de Vries2022-10-241-2/+2
* [gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.expTom de Vries2022-10-241-0/+5
* gdb/testsuite: add max number of instructions check in gdb.base/unwind-on-eac...Simon Marchi2022-10-221-0/+7
* Improve Python Unwinders documentationPedro Alves2022-10-211-9/+9
* gdb: make inherit_abstract_dies use vector iteratorsSimon Marchi2022-10-211-13/+12
* gdb: check for empty offsets vector in inherit_abstract_diesSimon Marchi2022-10-211-9/+14
* Fix incorrect .gdb_index with new DWARF scannerTom Tromey2022-10-213-8/+34
* Fix crash in value_print_array_elementsTom Tromey2022-10-214-7/+126
* Fix bug in Ada packed array handlingTom Tromey2022-10-215-0/+46
* gdb: declare variables on first use in inherit_abstract_diesSimon Marchi2022-10-211-28/+23
* gdb/reverse: Fix stepping over recursive functionsBruno Larsen2022-10-214-8/+74
* Change calculation of frame_id by amd64 epilogue unwinderBruno Larsen2022-10-214-5/+206
* GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki2022-10-213-12/+28
* GDB/testsuite: Expand Python integer parameter coverage across all typesMaciej W. Rozycki2022-10-211-16/+181
* GDB/Guile: Don't assert that an integer value is booleanMaciej W. Rozycki2022-10-212-1/+177
* [gdb/testsuite] Silence compilation fail in gdb.base/rtld-step.expTom de Vries2022-10-211-0/+8
* gdb/python: break more dependencies between gdbpy_initialize_* functionsAndrew Burgess2022-10-203-2/+36