aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-19Call disassemble_free_target in gdbTom Tromey3-1/+19
2020-01-19Replace init_cutu_and_read_dies with a classTom Tromey2-323/+267
2020-01-19Remove flickering from the TUITom Tromey9-5/+116
2020-01-19Make "file" clear TUI source windowTom Tromey4-5/+22
2020-01-19gdb/linux-fork: simplify one_fork_pSimon Marchi2-2/+5
2020-01-17gdb: remove uses of iterate_over_inferiors in top.cSimon Marchi2-32/+28
2020-01-17gdb: remove uses of iterate_over_inferiors in mi/mi-main.cSimon Marchi2-46/+40
2020-01-17gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi2-28/+26
2020-01-17gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi2-14/+15
2020-01-16Fix some spelling errors.Christian Biesinger8-7/+20
2020-01-16Add type for $_tlb->process_environment_block->process_parametersHannes Domani2-1/+65
2020-01-16Ensure proc-service symbols have default visibility (PR build/24805)Pedro Alves1-0/+11
2020-01-16[gdb] Move ChangeLog entries to their right filesPedro Alves29-314/+453
2020-01-16Support for DWARF5 location lists entriesNitika Achra2-0/+44
2020-01-15Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2-1/+7
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey4-0/+25
2020-01-14Don't link gdb twice against libibertyTom Tromey2-1/+5
2020-01-14Remove use of <config.h> from gdb/nat/Tom Tromey4-24/+6
2020-01-14Move many configure checks to common.m4Tom Tromey8-1974/+3232
2020-01-14Move gdbsupport to the top levelTom Tromey130-15301/+135
2020-01-14Consolidate definition of USE_WIN32APITom Tromey7-37/+55
2020-01-14Fix indentation in common.m4Tom Tromey5-16/+25
2020-01-14Make skip without argument skip the current inline functionBernd Edlinger4-10/+30
2020-01-14Fix/Update misc commentsLuis Machado5-15/+24