aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Fix various tests to use -no-pie linker flag when neededJan Vrany9-7/+38
2018-12-21Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.John Baldwin2-3/+15
2018-12-21gdb: Fix "info os <unknown>" commandPaul Marechal4-1/+14
2018-12-21when printing the GDB config, explicitly say if configured without pythonДилян Палаузов2-0/+9
2018-12-21gdb/riscv: Format CORE_ADDR as a string for printingAndrew Burgess2-4/+15
2018-12-21Fix compile error with clang 3.8Dave Murphy7-6/+16
2018-12-20Ensure deterministic result order in gdb.ada/info_auto_lang.expPhilippe Waroquiers2-17/+26
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess9-114/+155
2018-12-19Fix build with latest GCC 9.0 treeDimitar Dimitrov2-2/+7
2018-12-17gdb/dwarf: Convert some predicates from int to boolAndrew Burgess2-29/+49
2018-12-17AArch64: Fix the gdb build with musl libcSzabolcs Nagy2-1/+6
2018-12-17OBVIOUS: Fix ARI warning by removing warning trailing new linePhilippe Waroquiers2-1/+6
2018-12-16Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.Philippe Waroquiers2-37/+48
2018-12-14Minor gdb/Makefile.in cleanupsTom Tromey2-7/+7
2018-12-13Update the FreeBSD system call table to match FreeBSD 12.0.John Baldwin3-23/+170
2018-12-13Add an optional "alias" attribute to syscall entries.John Baldwin10-44/+112
2018-12-13Change get_syscalls_by_group to append to an existing vector of integers.John Baldwin4-49/+36
2018-12-13RISC-V: Correct printing of MSTATUS and MISA.Jim Wilson2-2/+15
2018-12-13gdb: Update NEWS for OpenRISC Linux supportStafford Horne2-0/+5
2018-12-12OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix A...Philippe Waroquiers2-2/+6
2018-12-12gdb: Update test pattern to deal with native-extended-gdbserverAndrew Burgess2-2/+25
2018-12-12gdb/infcall: Make infcall_suspend_state into a classAndrew Burgess2-53/+101
2018-12-12gdb/riscv: Handle passing variadic floating point argumentsAndrew Burgess2-2/+9
2018-12-11Fix leaks in all the linux osdata annex transfers + code factorization.Philippe Waroquiers2-929/+662
2018-12-11Fix the date in the ChangeLogPhilippe Waroquiers1-1/+1
2018-12-11PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.cPhilippe Waroquiers2-46/+50
2018-12-11gdb/riscv: Update test to handle targets without an fpuAndrew Burgess2-1/+13
2018-12-10gdb/riscv: Remove whitespace before #include lineAndrew Burgess2-1/+6
2018-12-09Fix tid-reuse sometimes blocks for a very long (infinite?) time.Philippe Waroquiers2-7/+31
2018-12-08Look for tgetent in libtinfowSimon Marchi3-2/+9
2018-12-08Fix leak by using td_ta_delete() to deregister target process and deallocate ...Philippe Waroquiers3-0/+23
2018-12-08Merge forward-search/reverse-search, use gdb::def_vector, remove limitPedro Alves4-107/+74
2018-12-07gdb/emacs/dir-locals: Update settings for c++-modeAndrew Burgess2-1/+12
2018-12-08gdb/or1k: Add linux debugging supportStafford Horne5-0/+189
2018-12-07Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfdPedro Alves2-1/+12
2018-12-07Fix a (one shot small) leak in language.cPhilippe Waroquiers2-3/+9
2018-12-05Use separate sed expressions to escape auto-load directories.John Baldwin3-4/+10
2018-12-05gdb/riscv: Improve logic for when h/w float abi should be usedAndrew Burgess2-12/+58
2018-12-05gdb/testsuite/sim: Remove redundant setting of timeoutAndrew Burgess2-10/+9
2018-12-05AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward6-7/+50
2018-12-01[gdb/testsuite] Add gdb-caching-proc.exp testcaseTom de Vries2-0/+116
2018-11-30Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin2-0/+29
2018-11-30Fix leak in linespec parserSimon Marchi2-23/+30
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin3-6/+32
2018-11-30gdb/riscv: Add read_description method for riscv_linux_nat_targetAndrew Burgess2-0/+44
2018-11-30gdb/riscv: Create each unique target description only onceAndrew Burgess3-0/+48
2018-11-30gdb/riscv: Add equality operators to riscv_gdb_featuresAndrew Burgess3-3/+21
2018-11-30gdb/riscv: Make some target description functions constantAndrew Burgess4-3/+10
2018-11-30Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary searchSergio Durigan Junior2-1/+12
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves19-73/+122