aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Update my e-mail address.Luis Machado2-1/+5
2017-11-06Simplify child_terminal_inferiorPedro Alves3-24/+12
2017-11-06Test attaching to a process that isn't a process group leaderPedro Alves3-0/+126
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves7-15/+13
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves4-25/+34
2017-11-06Don't set terminal flags twice in a rowPedro Alves2-9/+5
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves22-524/+104
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand7-1427/+1291
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand7-224/+30
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand12-60/+106
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand6-11/+124
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand5-76/+97
2017-11-06Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand5-211/+258
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand4-36/+205
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand11-57/+96
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand11-36/+164
2017-11-04Use std::vector in h8300-tdep.cTom Tromey2-10/+11
2017-11-04Introduce gdb_breakpoint_upTom Tromey8-41/+63
2017-11-04Use unique_xmalloc_ptr in c_type_print_baseTom Tromey2-10/+7
2017-11-04Remove cleanups from linux-tdep.cTom Tromey2-44/+29
2017-11-04Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey2-13/+9
2017-11-04Remove make_cleanup_free_objfileTom Tromey5-24/+19
2017-11-04Use gdb::def_vector in sparc64-tdep.cTom Tromey2-9/+11
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey4-48/+33
2017-11-04Remove directive-searched cleanupsTom Tromey4-62/+17
2017-11-04Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey2-22/+19
2017-11-04Use std::vector in compile-loc2c.cTom Tromey2-25/+24
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey2-7/+7
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey6-41/+42
2017-11-03Fix regression on ARM after Target FP patchesUlrich Weigand2-1/+6
2017-11-03Skip gdb.mi/list-thread-groups-available.exp if no xml supportYao Qi2-0/+11
2017-11-03Skip gdb.python/py-thrhandle.exp if python is not enabled.Yao Qi2-0/+9
2017-11-02Construct readonly regcache without address spaceYao Qi6-12/+18
2017-11-02const-fy regcache::m_readonly_pYao Qi2-1/+5
2017-11-02const-fy regcache::m_aspaceYao Qi11-31/+56
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi8-36/+50
2017-11-02Remove regcache_descr::nr_raw_registersYao Qi3-13/+32
2017-11-02New method regcache::assert_regnumYao Qi3-13/+36
2017-11-02Remove code wrapped by "#if 0"Yao Qi2-15/+4
2017-11-02Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi2-9/+14
2017-11-01FT32: support for FT32B processor - part 2/2James Bowman2-6/+29
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi4-6/+31
2017-10-31tracepoint: Remove unnecessary const_castSimon Marchi2-1/+5
2017-10-30gdb/Makefile.in: fix 'make tags' failureMike Gulick2-1/+4
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi4-9/+27
2017-10-30remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptrPedro Alves2-15/+13
2017-10-30Introduce string_appendf/string_vappendfPedro Alves4-0/+104
2017-10-30Merge/shared string_printf and string_vprintf unit testsPedro Alves2-15/+38
2017-10-29darwin-nat: Remove gdb.h includeSimon Marchi2-1/+4
2017-10-29xtensa-xtregs: Fix formatting issuesSimon Marchi2-15/+20