aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Use ui_file_as_string in gdb/language.cPedro Alves2-5/+7
2016-11-08Use ui_file_as_string in gdb/rust-lang.cPedro Alves2-37/+28
2016-11-08Use ui_file_as_string in gdb/infrun.cPedro Alves2-4/+7
2016-11-08Use ui_file_as_string in gdb/ada-lang.cPedro Alves2-25/+13
2016-11-08Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves3-10/+12
2016-11-08Use ui_file_as_string in gdb/c-exp.yPedro Alves2-6/+8
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves8-86/+122
2016-11-08Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves2-4/+8
2016-11-08Use ui_file_as_string in gdb/remote.cPedro Alves2-38/+22
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves7-31/+30
2016-11-08Use ui_file_as_string in gdb/printcmd.cPedro Alves2-4/+7
2016-11-08Use ui_file_as_string in gdb/top.cPedro Alves2-6/+7
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves5-29/+26
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves6-52/+40
2016-11-08Use ui_file_as_string in gdb/arm-tdep.cPedro Alves2-3/+8
2016-11-08Use ui_file_as_string in gdb/utils.cPedro Alves2-3/+6
2016-11-08Use ui_file_as_string in gdb/ui-out.cPedro Alves2-6/+7
2016-11-08Use ui_file_as_string in gdb/ada-valprint.cPedro Alves2-26/+32
2016-11-08Use ui_file_as_string in gdb/xtensa-tdep.cPedro Alves2-6/+8
2016-11-08Use ui_file_as_string in dwarf2_compute_namePedro Alves2-8/+10
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves4-261/+300
2016-11-08Introduce ui_file_as_stringPedro Alves3-0/+35
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves23-309/+257
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves2-76/+41
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves3-26/+28
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves2-11/+6
2016-11-08Introduce string_printfPedro Alves5-1/+98
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi26-173/+225
2016-11-08Clear addr bit in next_pcs vectorYao Qi3-2/+15
2016-11-08Remove arm_insert_single_step_breakpointYao Qi4-18/+20
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk2-1/+7
2016-11-08Fix indentationYao Qi2-3/+7
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin2-3/+22
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans3-2/+9
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans2-2/+10
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2-3/+5
2016-11-07configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans2-3/+10
2016-11-04Fix a few typosSimon Marchi8-8/+19
2016-11-03Add support for the sizeof function in RustManish Goregaokar4-3/+17
2016-11-03Add support for untagged unions in RustManish Goregaokar2-118/+201
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar5-1/+70
2016-11-03Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi2-0/+5
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi45-141/+384
2016-11-03Remove arm_override_modeYao Qi2-14/+6
2016-11-03Determine the kind of single step breakpointYao Qi8-2/+135
2016-11-03Add default_breakpoint_from_pcYao Qi20-82/+35
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi8-66/+13
2016-11-03Rename placed_size to kindYao Qi5-15/+17
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi22-52/+238
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi18-386/+522