aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Make gdb.base/corefile.exp work on terminals with few rowsSimon Marchi2-24/+26
2019-02-07C++-ify struct thread_fsmTom Tromey11-486/+289
2019-02-07Normalize include guards in gdbTom Tromey220-530/+974
2019-02-06Factorize macro definition code in macrotab.cPhilippe Waroquiers2-29/+38
2019-02-06Fix leak of identifier in macro definition.Philippe Waroquiers2-14/+17
2019-02-06Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin2-0/+11
2019-02-05Hoist assertion in target_stack::unpushTom Tromey2-2/+6
2019-01-30[PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2-0/+12
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey3-0/+35
2019-01-28Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.John Baldwin3-97/+66
2019-01-28Revert "gdbserver: When attaching, add process before lwps"Alan Hayward1-2/+2
2019-01-28Replace contribution list in CONTRIBUTE file with linkAlan Hayward2-140/+12
2019-01-28gdbserver: When attaching, add process before lwpsAlan Hayward1-2/+2
2019-01-27Remove duplicate skip_python_tests invocationTom Tromey2-3/+5
2019-01-25Don't use -I for common subdirectoryTom Tromey4-2/+10
2019-01-25Normalize includes to use common/Tom Tromey242-363/+612
2019-01-25Update create-version.sh to use common/version.hTom Tromey2-1/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves12-98/+100
2019-01-24Fix clang/libc++ buildPedro Alves2-1/+8
2019-01-24AArch64 AAPCS: Ignore static membersAlan Hayward5-6/+235
2019-01-23Use scope_exit in regcache.cTom Tromey2-32/+8
2019-01-23Update cleanup comment in ui-out.hTom Tromey2-5/+7
2019-01-23Update an obsolete cleanup commentTom Tromey2-1/+5
2019-01-23Remove remaining cleanup from fetch_inferior_eventTom Tromey2-100/+110
2019-01-23Remove cleanup from stop_all_threadsTom Tromey2-12/+7
2019-01-23Remove clear_symtab_users_cleanupTom Tromey2-14/+22
2019-01-23Remove cleanup from linux-nat.cTom Tromey2-15/+11
2019-01-23Remove cleanup_delete_std_terminate_breakpointTom Tromey2-11/+8
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey6-27/+20
2019-01-23Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey2-16/+13
2019-01-23Remove remaining cleanup from gdb/breakpoint.cTom Tromey2-12/+5
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey4-16/+15
2019-01-23Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves2-7/+5
2019-01-23Use forward_scope_exit for scoped_finish_thread_statePedro Alves2-25/+10
2019-01-23Introduce forward_scope_exitPedro Alves2-0/+128
2019-01-23Introduce scope_exitPedro Alves2-0/+192
2019-01-23Rename ESC -> ESC_PARENSPedro Alves3-10/+17
2019-01-23Remove a warning from symtab.cTom Tromey2-1/+11
2019-01-23AArch64: Ensure lwp info is created zeroedAlan Hayward2-1/+6
2019-01-22corelow.c does not need sys/file.hTom Tromey2-3/+4
2019-01-22Include gdb_curses.h in tui-wingeneral.hTom Tromey2-0/+6
2019-01-22Rename "lines" parameter in source-cache.hTom Tromey2-5/+10
2019-01-22Declare remote_target in remote-fileio.hTom Tromey2-0/+5
2019-01-22Do not include py-ref.h in most filesTom Tromey27-26/+29
2019-01-22Use "struct bcache" in objfiles.hTom Tromey2-2/+7
2019-01-22Remove a comment in compile/compile-cplus-types.cTom Tromey2-2/+5
2019-01-22Include compile-internal.h in gcc-c-plugin.hTom Tromey2-0/+6
2019-01-22Remove the EXTERN define from stabsread.hTom Tromey3-27/+34
2019-01-21Fix leak in event-top.c history expansionPhilippe Waroquiers2-10/+13
2019-01-21Remove duplicate or commented-out #includesTom Tromey20-18/+26