aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-02-07C++-ify struct thread_fsmTom Tromey1-0/+74
2019-02-07Normalize include guards in gdbTom Tromey1-0/+191
2019-02-06Factorize macro definition code in macrotab.cPhilippe Waroquiers1-0/+8
2019-02-06Fix leak of identifier in macro definition.Philippe Waroquiers1-0/+6
2019-02-06Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin1-0/+4
2019-02-05Hoist assertion in target_stack::unpushTom Tromey1-0/+4
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey1-0/+7
2019-01-28Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.John Baldwin1-0/+13
2019-01-28Replace contribution list in CONTRIBUTE file with linkAlan Hayward1-0/+4
2019-01-25Don't use -I for common subdirectoryTom Tromey1-0/+4
2019-01-25Normalize includes to use common/Tom Tromey1-0/+216
2019-01-25Update create-version.sh to use common/version.hTom Tromey1-0/+4
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-0/+22
2019-01-24Fix clang/libc++ buildPedro Alves1-0/+7
2019-01-24AArch64 AAPCS: Ignore static membersAlan Hayward1-0/+6
2019-01-23Use scope_exit in regcache.cTom Tromey1-0/+6
2019-01-23Update cleanup comment in ui-out.hTom Tromey1-0/+4
2019-01-23Update an obsolete cleanup commentTom Tromey1-0/+4
2019-01-23Remove remaining cleanup from fetch_inferior_eventTom Tromey1-0/+8
2019-01-23Remove cleanup from stop_all_threadsTom Tromey1-0/+6
2019-01-23Remove clear_symtab_users_cleanupTom Tromey1-0/+12
2019-01-23Remove cleanup from linux-nat.cTom Tromey1-0/+8
2019-01-23Remove cleanup_delete_std_terminate_breakpointTom Tromey1-0/+6
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-0/+11
2019-01-23Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey1-0/+8
2019-01-23Remove remaining cleanup from gdb/breakpoint.cTom Tromey1-0/+5
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey1-0/+4
2019-01-23Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves1-0/+4
2019-01-23Use forward_scope_exit for scoped_finish_thread_statePedro Alves1-0/+7
2019-01-23Introduce forward_scope_exitPedro Alves1-0/+5
2019-01-23Introduce scope_exitPedro Alves1-0/+6
2019-01-23Rename ESC -> ESC_PARENSPedro Alves1-0/+7
2019-01-23Remove a warning from symtab.cTom Tromey1-0/+5
2019-01-23AArch64: Ensure lwp info is created zeroedAlan Hayward1-0/+5
2019-01-22corelow.c does not need sys/file.hTom Tromey1-0/+4
2019-01-22Include gdb_curses.h in tui-wingeneral.hTom Tromey1-0/+4
2019-01-22Rename "lines" parameter in source-cache.hTom Tromey1-0/+5
2019-01-22Declare remote_target in remote-fileio.hTom Tromey1-0/+4
2019-01-22Do not include py-ref.h in most filesTom Tromey1-0/+29
2019-01-22Use "struct bcache" in objfiles.hTom Tromey1-0/+5
2019-01-22Remove a comment in compile/compile-cplus-types.cTom Tromey1-0/+4
2019-01-22Include compile-internal.h in gcc-c-plugin.hTom Tromey1-0/+4
2019-01-22Remove the EXTERN define from stabsread.hTom Tromey1-0/+10
2019-01-21Fix leak in event-top.c history expansionPhilippe Waroquiers1-0/+5
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-0/+16
2019-01-21AArch64 AAPCS: Empty structs have non zero size in C++Alan Hayward1-0/+5
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-0/+19
2019-01-17Simplify minsym iterationTom Tromey1-0/+8
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-0/+13
2019-01-17Add compunits range adapter to objfileTom Tromey1-0/+27