aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-24Fix unstable test names in gdb.threads/attach-into-signal.expPedro Alves2-2/+5
2017-10-24Fix unstable test names in gdb.python/py-objfile.expPedro Alves2-6/+15
2017-10-24Fix unstable test names in gdb.gdb/unittest.expPedro Alves2-1/+7
2017-10-24Fix unstable test names in gdb.base/startup-with-shell.expPedro Alves2-2/+11
2017-10-24Fix unstable test names in gdb.arch/arc-tdesc-cpu.expPedro Alves2-4/+9
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi4-15/+38
2017-10-21Get rid of VEC (mem_region)Simon Marchi10-275/+243
2017-10-21Use std::string in memory_map_parsing_dataSimon Marchi2-8/+16
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi13-157/+340
2017-10-21Remove leftover declarations in interps.hSimon Marchi2-3/+5
2017-10-20Use std::vector in gdb_bfd_dataTom Tromey2-14/+9
2017-10-20Use "new" to allocate gdb_bfd_dataTom Tromey2-32/+49
2017-10-20Introduce new_bfd_refTom Tromey5-28/+28
2017-10-20Fix 'gdb.base/quit.exp hangs forever' if the test failsPedro Alves2-9/+16
2017-10-20Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves2-0/+9
2017-10-19Get rid of VEC(interp_factory_p)Simon Marchi2-38/+30
2017-10-19Remove cleanups from break-catch-syscall.cTom Tromey2-17/+23
2017-10-19Remove cleanup from call_function_by_hand_dummyTom Tromey2-8/+10