aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-01-29gdbserver: Fix whitespace configure.srv damage for `i[34567]86-*-mingw*'Maciej W. Rozycki2-1/+6
2020-01-29Fix configure.srv error for Linux on PowerPCPedro Franco de Carvalho2-1/+6
2020-01-29Test handling of additional brk instruction patternsLuis Machado3-0/+105
2020-01-29Recognize more program breakpoint patternsLuis Machado10-46/+140
2020-01-29testsuite, cp: add expected failures to pass-by-ref tests for certain compilersTankut Baris Aktemur3-0/+38
2020-01-29[gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp raceTom de Vries6-2/+31
2020-01-28Fix library segment-address for 64bit valuesHannes Domani2-2/+7
2020-01-27Harden gdb.base/step-over-syscall.expLuis Machado2-33/+111
2020-01-26Two minor changes in ctfread.cTom Tromey2-9/+8
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey5-35/+90
2020-01-26Consolidate partial symtab dependency readingTom Tromey7-90/+48
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey8-38/+82
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey6-78/+36
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey11-174/+277
2020-01-26Turn start_psymtab_common into a constructorTom Tromey8-31/+37
2020-01-26Change allocate_psymtab to be a constructorTom Tromey7-31/+35
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey3-14/+17
2020-01-26Change some psymtab fields to boolTom Tromey8-17/+30
2020-01-26Use new and delete for psymtabsTom Tromey5-40/+46
2020-01-26Remove an include from machoread.cTom Tromey2-1/+4
2020-01-26Document m68k floating point feature correspondenceTom Tromey2-0/+11
2020-01-25Document 'set|show exec-file-mismatch (ask|warn|off)'Philippe Waroquiers4-0/+53
2020-01-25Test 'set exec-file-mismatch ask|warn|off'.Philippe Waroquiers4-1/+89
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers5-10/+158
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess6-15/+579
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess6-25/+227
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess6-11/+61
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves8-18/+265
2020-01-24Add install-strip target to gdbserverHannes Domani5-1/+236
2020-01-24Make the class name in the definition match the declarationChristian Biesinger2-2/+9
2020-01-24Define _KERNTYPES in arm-nbsd-nat.cChristian Biesinger2-0/+7
2020-01-24gdbserver: Make `make TAGS' actually workMaciej W. Rozycki5-38/+65
2020-01-24gdbserver: Remove a stale TAGS recipe for config filesMaciej W. Rozycki2-3/+5
2020-01-24Update comments about removed functionChristian Biesinger6-6/+17
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess4-0/+105
2020-01-24gdb: Re-enable stdin for all UIs from start_event_loopAndrew Burgess5-1/+153
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess6-78/+288
2020-01-24gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves1-3/+28
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi17-82/+135
2020-01-23gdb: fix variable shadowing error in darwin-nat.cSimon Marchi2-2/+8
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi5-109/+160
2020-01-23Cache the text section offset of shared librariesHannes Domani5-7/+27
2020-01-21gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi2-1/+6
2020-01-21gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi2-50/+38
2020-01-21gdb: fix indentation in infrun.cSimon Marchi2-37/+41
2020-01-21Allow use of Pygments to colorize source codeTom Tromey8-4/+150
2020-01-21Convert an int flag variable to boolLuis Machado2-4/+12
2020-01-21Add more debugging output to aarch64_displaced_step_fixupLuis Machado2-2/+30
2020-01-21Fix step-over-syscall.exp failureLuis Machado2-4/+20
2020-01-19sim: don't rely on inferior_ptid in gdbsim_target::waitSimon Marchi1-1/+1