aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi46-138/+142
2021-05-27gdb: fix some indentation issuesSimon Marchi27-677/+685
2021-05-27gdb: remove iterate_over_bp_locations functionSimon Marchi4-29/+25
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi9-77/+65
2021-05-27gdb: add all_bp_locations_at_addr functionSimon Marchi2-148/+119
2021-05-27gdb: add all_bp_locations functionSimon Marchi2-58/+32
2021-05-27gdb: make bp_locations an std::vectorSimon Marchi2-58/+40
2021-05-27gdb: add breakpoint::locations methodSimon Marchi9-101/+83
2021-05-27gdb: add all_tracepoints functionSimon Marchi4-48/+58
2021-05-27gdb: add all_breakpoints_safe functionSimon Marchi2-68/+47
2021-05-27gdb: add all_breakpoints functionSimon Marchi2-119/+78
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani4-7/+30
2021-05-27gdb: add option to reverse order of _initialize function callsSimon Marchi4-1/+51
2021-05-27gdb: add make-init-c scriptSimon Marchi5-27/+82
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi26-214/+260
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi9-29/+43
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi22-173/+219
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi2-67/+71
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi4-42/+37
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi7-264/+221