aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-29xtensa-xtregs: Constify fieldSimon Marchi2-1/+5
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev4-0/+22
2017-10-27Remove find_inferior usage for thread_searchSimon Marchi2-56/+39
2017-10-27Remove usage of find_inferior in resumeSimon Marchi2-27/+23
2017-10-27Remove usages of find_inferior in handle_statusSimon Marchi2-16/+15
2017-10-27common-utils-selftests.c: Add ATTRIBUTE_PRINTFSimon Marchi2-1/+6
2017-10-27C++ify xml-syscall.cSimon Marchi2-149/+108
2017-10-27Get rid of VEC(probe_p)Simon Marchi5-77/+56
2017-10-27Allocate breakpoint_objfile_data with newSimon Marchi2-14/+22
2017-10-27Get rid of VEC(loaded_script_ptr)Simon Marchi2-33/+34
2017-10-27Get rid of VEC(filename_language)Simon Marchi2-62/+40
2017-10-27Add tests for filename_languageSimon Marchi2-0/+97
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz5-2/+101
2017-10-27[AArch64] Mark LR clobbered by BL in inline asmYao Qi2-1/+6
2017-10-27Add PR mention to previous commitSimon Marchi1-0/+1
2017-10-26Fix broken recursion detection when printing static membersPatrick Frants5-7/+33
2017-10-26Garbage collect remote.c:remote_async_terminal_ours_pPedro Alves2-21/+6
2017-10-26Remove regular_breakpoint_inserted_here_p declarationYao Qi2-3/+4
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi5-15/+32
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi7-41/+85
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi118-416/+738
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand20-295/+332
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward5-52/+77
2017-10-24Fix racy test in gdb.base/new-ui.expPedro Alves2-3/+17
2017-10-24Use const reference for decimal_from_string argumentUlrich Weigand3-2/+7
2017-10-24Target FP printing: Use floatformat_to_string in tdep codeUlrich Weigand4-54/+28
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand8-139/+171
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand7-110/+114
2017-10-24Fix gdb.opt/inline-cmds.exp regressionsUlrich Weigand2-6/+12
2017-10-24Reindent gdb.threads/attach-into-signal.expPedro Alves2-38/+42
2017-10-24Drop /proc/PID/status polling from gdb.threads/attach-into-signal.expPedro Alves2-27/+5