summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Factorize macro definition code in macrotab.cPhilippe Waroquiers2019-02-062-29/+38
* Fix leak of identifier in macro definition.Philippe Waroquiers2019-02-062-14/+17
* Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin2019-02-062-0/+11
* Hoist assertion in target_stack::unpushTom Tromey2019-02-052-2/+6
* [PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2019-01-302-0/+12
* Release the GIL while running a gdb command or expressionTom Tromey2019-01-303-0/+35
* Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.John Baldwin2019-01-283-97/+66
* Revert "gdbserver: When attaching, add process before lwps"Alan Hayward2019-01-281-2/+2
* Replace contribution list in CONTRIBUTE file with linkAlan Hayward2019-01-282-140/+12
* gdbserver: When attaching, add process before lwpsAlan Hayward2019-01-281-2/+2
* Remove duplicate skip_python_tests invocationTom Tromey2019-01-272-3/+5
* Don't use -I for common subdirectoryTom Tromey2019-01-254-2/+10
* Normalize includes to use common/Tom Tromey2019-01-25242-363/+612
* Update create-version.sh to use common/version.hTom Tromey2019-01-252-1/+5
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-2412-98/+100
* Fix clang/libc++ buildPedro Alves2019-01-242-1/+8
* AArch64 AAPCS: Ignore static membersAlan Hayward2019-01-245-6/+235
* Use scope_exit in regcache.cTom Tromey2019-01-232-32/+8
* Update cleanup comment in ui-out.hTom Tromey2019-01-232-5/+7
* Update an obsolete cleanup commentTom Tromey2019-01-232-1/+5
* Remove remaining cleanup from fetch_inferior_eventTom Tromey2019-01-232-100/+110
* Remove cleanup from stop_all_threadsTom Tromey2019-01-232-12/+7
* Remove clear_symtab_users_cleanupTom Tromey2019-01-232-14/+22
* Remove cleanup from linux-nat.cTom Tromey2019-01-232-15/+11
* Remove cleanup_delete_std_terminate_breakpointTom Tromey2019-01-232-11/+8
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-236-27/+20
* Remove delete_just_stopped_threads_infrun_breakpoints_cleanupTom Tromey2019-01-232-16/+13
* Remove remaining cleanup from gdb/breakpoint.cTom Tromey2019-01-232-12/+5
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-234-16/+15
* Use SCOPE_EXIT in gdbarch-selftest.cPedro Alves2019-01-232-7/+5
* Use forward_scope_exit for scoped_finish_thread_statePedro Alves2019-01-232-25/+10
* Introduce forward_scope_exitPedro Alves2019-01-232-0/+128
* Introduce scope_exitPedro Alves2019-01-232-0/+192
* Rename ESC -> ESC_PARENSPedro Alves2019-01-233-10/+17
* Remove a warning from symtab.cTom Tromey2019-01-232-1/+11
* AArch64: Ensure lwp info is created zeroedAlan Hayward2019-01-232-1/+6
* corelow.c does not need sys/file.hTom Tromey2019-01-222-3/+4
* Include gdb_curses.h in tui-wingeneral.hTom Tromey2019-01-222-0/+6
* Rename "lines" parameter in source-cache.hTom Tromey2019-01-222-5/+10
* Declare remote_target in remote-fileio.hTom Tromey2019-01-222-0/+5
* Do not include py-ref.h in most filesTom Tromey2019-01-2227-26/+29
* Use "struct bcache" in objfiles.hTom Tromey2019-01-222-2/+7
* Remove a comment in compile/compile-cplus-types.cTom Tromey2019-01-222-2/+5
* Include compile-internal.h in gcc-c-plugin.hTom Tromey2019-01-222-0/+6
* Remove the EXTERN define from stabsread.hTom Tromey2019-01-223-27/+34
* Fix leak in event-top.c history expansionPhilippe Waroquiers2019-01-212-10/+13
* Remove duplicate or commented-out #includesTom Tromey2019-01-2120-18/+26
* AArch64 AAPCS: Empty structs have non zero size in C++Alan Hayward2019-01-214-13/+61
* Testsuite: Ensure stack protection is off for GCCAlan Hayward2019-01-215-3/+124
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-1710-82/+113