aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-05arc: Add 'set disassembler-options' supportShahab Vahedi8-4/+92
2021-06-04Add PROP_VARIABLE_NAMETom Tromey12-5/+312
2021-06-04gdb: add some additional debug output in remote.cAndrew Burgess2-0/+14
2021-06-04Forward mouse click to python TUI windowHannes Domani4-0/+33
2021-06-04Initial TUI mouse supportHannes Domani5-0/+62
2021-06-03gdb: fix eval.c assert during inferior exit eventMagne Hov5-1/+54
2021-06-03Update my email address in MAINTAINERSPedro Alves2-3/+9
2021-06-03Report additional details for signals received on FreeBSD.John Baldwin2-0/+293
2021-06-03Add ChangeLog entry for previous commitMagne Hov1-0/+4
2021-06-03Add myself to gdb/MAINTAINERSMagne Hov1-0/+1
2021-06-03Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani4-0/+59
2021-06-02Fix temp-dir leakage in per-bfd-sharing.expBernd Edlinger2-5/+9
2021-06-02Fix threadapply testCarl Love2-7/+12
2021-06-02gdb/testsuite: only add -J option when compiling with gfortranAndrew Burgess2-1/+9
2021-06-02gdb/testsuite: escape '*' character in pattern used by flangAndrew Burgess2-1/+5
2021-06-01Conditionally restore displaced stepping state after fork.John Baldwin2-4/+18
2021-06-01Remove some gdb/data-directory special casesTom Tromey2-8/+5
2021-06-01Clean up gdb's --enable-sharedTom Tromey3-2/+7
2021-06-01Apply silent Makefile rules to gdb/testsuiteTom Tromey4-33/+47
2021-06-01Always build 'all' in gdb/testsuiteTom Tromey2-2/+7
2021-06-01Remove gdb/testsuite/configureTom Tromey8-4961/+141
2021-06-01[gdb/symtab] Ignore cold clonesTom de Vries5-0/+148
2021-06-01gdb: run 'maint selftest' with an executable loadedAndrew Burgess3-19/+78
2021-06-01gdb/arm: add support for bare-metal core dumpsAndrew Burgess4-1/+226
2021-06-01gdb: avoid premature dummy frame garbage collectionAndrew Burgess6-4/+238
2021-05-31gdb: pass signature to allocate_signatured_type and signatured_type constructorSimon Marchi3-28/+34
2021-05-31gdb: add and use signatured_type_upSimon Marchi3-7/+13
2021-05-31gdb: move dwarf2_per_cu_data and signatured_type upSimon Marchi2-215/+221
2021-05-30Set is_debug_types in allocate_signatured_typeTom Tromey2-4/+9
2021-05-30Remove dwarf2_per_bfd::m_num_psymtabsTom Tromey3-15/+12
2021-05-29Fix InlinedFrameDecorator exampleHannes Domani2-1/+5