aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-06-15Fix typo in vsx-regs.exp testCarl Love1-1/+1
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra2-1/+5
2021-06-14gnulib: define the path to gnulib's parent dirMike Frysinger2-2/+7
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin6-2/+96
2021-06-14Fix silent gdb.base/annota1.exp test coverage regressionPedro Alves2-3/+12
2021-06-14Include missing header signal.hBernd Edlinger2-0/+5
2021-06-12remote: Fix indentation in remote_new_objfile.John Baldwin2-2/+6
2021-06-11Fix ChangeLog entry locationSimon Marchi2-14/+14
2021-06-11mi-sym-info.exp: Increase timeout for 114-symbol-info-functionsKevin Buettner2-27/+34
2021-06-11print-symbol-loading.exp: Allow libc symbols to be already loadedKevin Buettner2-3/+17
2021-06-11testsuite/glib-2.34: Match/consume optional libthread_db related outputKevin Buettner3-1/+10
2021-06-11libthread_db initialization changes related to upcoming glibc-2.34Kevin Buettner3-5/+36
2021-06-11gdb: remove unused struct call_site_stuff forward declarationSimon Marchi2-1/+4
2021-06-11gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers.Felix Willgerodt4-22/+29
2021-06-11Implement Rust raw identifiersTom Tromey6-6/+124
2021-06-10gdb/testsuite: capture GDB tty name in default_gdb_spawnSimon Marchi3-40/+40
2021-06-10[gdb/testsuite] Fix timeout in gdb.mi/user-selected-context-sync.exp with gcc-11Tom de Vries2-8/+13
2021-06-10 [gdb/testsuite] Convert multi-line function call into single line.Bhuvanendra Kumar N2-9/+15
2021-06-10[gdb/testsuite] Fix gdb.cp/nested-types.exp with check-read1Tom de Vries3-18/+34
2021-06-10[gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1Tom de Vries2-4/+11
2021-06-09Update read1 example in gdb/testsuite/READMETom Tromey2-1/+9
2021-06-09gdb/testsuite: add some logging in Term::_check_boxSimon Marchi2-16/+34
2021-06-08Use is/is not to check for None in python code.Lancelot SIX17-22/+52
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi6-7/+64
2021-06-08[gdb/testsuite] Disallow single argument in multi_lineTom de Vries5-5/+18
2021-06-08[gdb/testsuite] Fix gdb.base/info-macros.exp with check-read1Tom de Vries4-85/+91
2021-06-08[gdb/testsuite] Simplify gdb.base/info-types.exp.tcl furtherTom de Vries2-31/+46
2021-06-08[gdb/testsuite] Fix gdb.base/batch-preserve-term-settings.exp with check-read1Tom de Vries2-1/+16
2021-06-08[gdb/testsuite] Fix gdb.threads/multi-create-ns-info-thr.expTom de Vries2-1/+6
2021-06-08[gdb/testsuite] Simplify gdb.base/sect-cmd.expTom de Vries2-13/+11
2021-06-08[gdb/testsuite] Fix gdb.base/sect-cmd.expTom de Vries2-1/+5
2021-06-08Fix a couple -Wdeprecated-copy issuesPedro Alves3-0/+9
2021-06-07gdb_rl_find_completion_word: Remove 'found_quote' localPedro Alves2-20/+9
2021-06-07nat/amd64-linux-siginfo.c: Remove typedefsPedro Alves2-14/+28
2021-06-07nat/amd64-linux-siginfo.c: Move align attribute from typedef to structPedro Alves2-2/+7
2021-06-07gdb/testsuite: gdb.base/continue-all-already-running.exp: add fail if can't r...Simon Marchi2-0/+6
2021-06-07gdb: handle case where type alignment is unknownAndrew Burgess5-1/+168
2021-06-07Add Power 10 PLT instruction patternsCarl Love4-3/+218
2021-06-07gdb/testsuite: use proc_with_prefix in gdb.base/attach.expSimon Marchi2-26/+29
2021-06-07gdb: set only inferior_ptid in sparc_{fetch,store}_inferior_registersSimon Marchi2-6/+11
2021-06-07[gdb/testsuite] Fix gdb.base/run-attach-while-running.expTom de Vries2-1/+13
2021-06-07[gdb/testsuite] Simplify gdb.base/info-types.exp.tclTom de Vries2-12/+13
2021-06-07[gdb/testsuite] Fix gdb.base/new-ui-pending-input.exp timeoutTom de Vries2-1/+7
2021-06-07[gdb/testsuite] Fix info-types-c.expTom de Vries2-7/+12
2021-06-06gdb/testsuite: set sysroot in gdb.server/stop-reply-no-thread-multi.expSimon Marchi2-0/+12
2021-06-05Fix gdb crash due to SIGPIPE when the compile command failsBernd Edlinger2-0/+36
2021-06-05Really fix data-directory/Makefile rebuildingTom Tromey2-1/+6
2021-06-05Fix gdb/data-directory Makefile-regeneration ruleTom Tromey2-1/+5
2021-06-05Use ACX_NONCANONICAL_TARGET in gdb/configureTom Tromey3-0/+26
2021-06-05Fix symbol constants tests for Python 3Hannes Domani2-22/+26