aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves12-121/+83
2018-11-30Introduce process_stratum_targetPedro Alves16-82/+165
2018-11-30Move test_target_ops to a separate filePedro Alves8-66/+121
2018-11-29Fix leak in forward-searchPhilippe Waroquiers2-1/+7
2018-11-29Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.Rajendra SY2-0/+293
2018-11-29Avoid buffer overflow in value_x_unopTom Tromey2-2/+4
2018-11-29Fix use-after-free in gdbserverTom Tromey7-14/+29
2018-11-26Fix spurious semicolon in sparc-linux-nat.cSimon Marchi2-1/+7
2018-11-26Fix Solaris buildPedro Alves3-9/+18
2018-11-25Implement timestamp'ed output on "make check"Sergio Durigan Junior4-8/+94
2018-11-25Remove obsolete comments from field_fmtTom Tromey4-5/+6
2018-11-24Re-fix leak in source.c (open_source_file).Philippe Waroquiers2-1/+9
2018-11-23gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2-18/+8
2018-11-23Remove declarations of is_running/is_stopped/is_exitedPedro Alves2-26/+27
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves37-821/+1403
2018-11-22Fix follow_exec latent problemPedro Alves2-5/+6
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves5-11/+25
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück4-1/+15