aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-10-11[ARM] Refactor some constantsLuis Machado1-4/+10
2021-10-11[gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.expTom de Vries7-0/+41
2021-10-11[gdb/testsuite] Fix double debug info in gdb.dwarf2/dw2-ref-missing-frame.expTom de Vries1-3/+5
2021-10-11[gdb/testsuite] Use require for ensure_gdb_indexTom de Vries6-15/+9
2021-10-11[gdb/testsuite] Handle readnow in ensure_gdb_indexTom de Vries1-0/+9
2021-10-11[gdb/testsuite] Fix gdb.dwarf2/gdb-add-index-symlink.expTom de Vries1-0/+13
2021-10-11[gdb/testsuite] Add proc require in lib/gdb.expTom de Vries5-20/+38
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries7-20/+50
2021-10-09[gdb/testsuite] Add check-readmoreTom de Vries5-21/+166
2021-10-09[gdb/testsuite] Fix fortran module tests with stressed cpuTom de Vries3-0/+17
2021-10-09[gdb/testsuite] Fix gdb.base/info-types-c++.exp with stressed cpuTom de Vries1-0/+1
2021-10-08[gdb/testsuite] Fix gdb.base/info_sources_2.exp with check-read1Tom de Vries1-4/+12
2021-10-08[gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1Tom de Vries1-25/+21
2021-10-08[gdb/testsuite] Fix gdb.base/bt-on-error-and-warning.exp with check-read1Tom de Vries1-2/+2
2021-10-08[gdb/testsuite] Add nopie in two test-casesTom de Vries2-1/+4
2021-10-07[gdb/testsuite] Fix gdb.threads/check-libthread-db.exp with glibc 2.34Tom de Vries1-1/+3
2021-10-07[gdb/testsuite] Fix gdb.guile/scm-type.exp with gcc 4.8Tom de Vries1-1/+1
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi14-105/+189
2021-10-07[gdb/testsuite] Fix FAIL in gdb.base/annota1.expTom de Vries1-1/+5
2021-10-07[gdb/testsuite] Refactor regexp in gdb.base/annota1.expTom de Vries1-21/+35
2021-10-06gdb/doc: improve 'show print elements' descriptionAndrew Burgess1-1/+0
2021-10-06[gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.expTom de Vries2-1/+2
2021-10-06[gdb/testsuite] Make tui testing less verboseTom de Vries1-9/+7
2021-10-06[gdb/testsuite] Add Term::dump_box in lib/tuiterm.expTom de Vries1-9/+33
2021-10-05gdb: Remove deprecated assertion in setting::getLancelot SIX1-1/+0
2021-10-05Remove 'varsize-limit'Tom Tromey7-63/+33
2021-10-05Allow lazy 'zero' valueTom Tromey2-12/+23
2021-10-05Add lval_funcs::is_optimized_outTom Tromey5-15/+66
2021-10-05[gdb/testsuite] Fix FAIL in gdb.mi/mi-nsmoribund.expTom de Vries1-1/+5
2021-10-05gdb/python: fix memory leak in python inferior codeAndrew Burgess4-4/+176
2021-10-05[gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-missing-frame.expBhuvanendra Kumar N3-32/+25
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess10-5/+141
2021-10-05gdb/python: update events test to handle missing exit_codeAndrew Burgess3-2/+28
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey23-136/+118
2021-10-04Minor boolean fix in windows-nat.cTom Tromey1-1/+1
2021-10-04[gdb/build] Add CXX_DIALECT to CXXTom de Vries2-0/+16
2021-10-04[gdb/symtab] Use unrelocated addresses in call_siteSimon Marchi5-9/+25
2021-10-04[gdb/symtab] C++-ify call_siteSimon Marchi6-51/+77
2021-10-04[gdb/symtab] Add call_site_eq and call_site_hashTom de Vries3-4/+23
2021-10-04Fix remote-sim.c compilationTom Tromey1-3/+3
2021-10-04[gdb/testsuite] update analyze-racy-logs.py to python3Bruno Larsen1-7/+7
2021-10-03gdb: Setting setter return a bool to tell if the value changedLancelot SIX2-72/+21
2021-10-03gdb: Have setter and getter callbacks for settingsLancelot SIX2-46/+502
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi44-510/+477
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX14-257/+547
2021-10-03gdb: Fix comment in riscv_scan_prologueLancelot SIX1-1/+1
2021-10-03gdb: Support the c.mv insn in the riscv prologue scanner.Lancelot SIX4-1/+132
2021-10-02[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTABSimon Marchi4-8/+37
2021-10-02gdb/python: fix a few flake8 warningsSimon Marchi4-13/+5
2021-10-01Fix build failure for 32-bit targetsLuis Machado1-1/+1