aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves1-0/+8
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves1-0/+6
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand1-0/+16
2017-11-06Update my e-mail address.Luis Machado1-0/+4
2017-11-06Simplify child_terminal_inferiorPedro Alves1-0/+7
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves1-0/+6
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves1-0/+15
2017-11-06Don't set terminal flags twice in a rowPedro Alves1-0/+5
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-0/+52
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand1-0/+42
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand1-0/+30
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-0/+43
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-0/+20
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand1-0/+24
2017-11-06Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand1-0/+26
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-0/+27
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+24
2017-11-04Use std::vector in h8300-tdep.cTom Tromey1-0/+4
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-0/+24
2017-11-04Use unique_xmalloc_ptr in c_type_print_baseTom Tromey1-0/+4
2017-11-04Remove cleanups from linux-tdep.cTom Tromey1-0/+9
2017-11-04Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey1-0/+5
2017-11-04Remove make_cleanup_free_objfileTom Tromey1-0/+6
2017-11-04Use gdb::def_vector in sparc64-tdep.cTom Tromey1-0/+6
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey1-0/+11
2017-11-04Remove directive-searched cleanupsTom Tromey1-0/+9
2017-11-04Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey1-0/+5
2017-11-04Use std::vector in compile-loc2c.cTom Tromey1-0/+7
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey1-0/+5
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-0/+15
2017-11-03Fix regression on ARM after Target FP patchesUlrich Weigand1-0/+5
2017-11-02Construct readonly regcache without address spaceYao Qi1-0/+10
2017-11-02const-fy regcache::m_readonly_pYao Qi1-0/+4
2017-11-02const-fy regcache::m_aspaceYao Qi1-0/+25
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-0/+23
2017-11-02Remove regcache_descr::nr_raw_registersYao Qi1-0/+14
2017-11-02New method regcache::assert_regnumYao Qi1-0/+15
2017-11-02Remove code wrapped by "#if 0"Yao Qi1-0/+4
2017-11-02Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi1-0/+10
2017-11-01FT32: support for FT32B processor - part 2/2James Bowman1-0/+5
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi1-0/+6
2017-10-31tracepoint: Remove unnecessary const_castSimon Marchi1-0/+4
2017-10-30gdb/Makefile.in: fix 'make tags' failureMike Gulick1-0/+4
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi1-0/+9
2017-10-30remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptrPedro Alves1-0/+6
2017-10-30Introduce string_appendf/string_vappendfPedro Alves1-0/+12
2017-10-30Merge/shared string_printf and string_vprintf unit testsPedro Alves1-0/+9
2017-10-29darwin-nat: Remove gdb.h includeSimon Marchi1-0/+4
2017-10-29xtensa-xtregs: Fix formatting issuesSimon Marchi1-0/+4
2017-10-29xtensa-xtregs: Constify fieldSimon Marchi1-0/+4