summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PR18360 - internal error when using "interrupt -a"users/palves/interrupt-while-step-over-v1Pedro Alves2016-11-084-94/+333
* Fix py-value.exp failure on Python 3Tom Tromey2016-11-082-1/+10
* Fix some error-handling bugs in python frame filtersTom Tromey2016-11-084-3/+31
* Remove parameter valaddr from la_val_printYao Qi2016-11-0828-235/+334
* Use get_frame_register_value instead of deprecated_frame_register_readYao Qi2016-11-083-11/+21
* Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves2016-11-085-43/+46
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-0810-254/+194
* Use ui_file_as_string throughout morePedro Alves2016-11-0831-614/+607
* Use ui_file_as_string in gdb/language.cPedro Alves2016-11-082-5/+7
* Use ui_file_as_string in gdb/rust-lang.cPedro Alves2016-11-082-37/+28
* Use ui_file_as_string in gdb/infrun.cPedro Alves2016-11-082-4/+7
* Use ui_file_as_string in gdb/ada-lang.cPedro Alves2016-11-082-25/+13
* Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves2016-11-083-10/+12
* Use ui_file_as_string in gdb/c-exp.yPedro Alves2016-11-082-6/+8
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-088-86/+122
* Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves2016-11-082-4/+8
* Use ui_file_as_string in gdb/remote.cPedro Alves2016-11-082-38/+22
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-087-31/+30
* Use ui_file_as_string in gdb/printcmd.cPedro Alves2016-11-082-4/+7
* Use ui_file_as_string in gdb/top.cPedro Alves2016-11-082-6/+7
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-085-29/+26
* Use ui_file_as_string in gdb/guile/Pedro Alves2016-11-086-52/+40
* Use ui_file_as_string in gdb/arm-tdep.cPedro Alves2016-11-082-3/+8
* Use ui_file_as_string in gdb/utils.cPedro Alves2016-11-082-3/+6
* Use ui_file_as_string in gdb/ui-out.cPedro Alves2016-11-082-6/+7
* Use ui_file_as_string in gdb/ada-valprint.cPedro Alves2016-11-082-26/+32
* Use ui_file_as_string in gdb/xtensa-tdep.cPedro Alves2016-11-082-6/+8
* Use ui_file_as_string in dwarf2_compute_namePedro Alves2016-11-082-8/+10
* Clean up tracepoint.h/c:collection_listPedro Alves2016-11-084-261/+300
* Introduce ui_file_as_stringPedro Alves2016-11-083-0/+35
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-0823-309/+257
* cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves2016-11-082-76/+41
* breakpoint.c:commands_command_1 constification and cleanupPedro Alves2016-11-083-26/+28
* cli/cli-script.c: Remove some dead NULL checksPedro Alves2016-11-082-11/+6
* Introduce string_printfPedro Alves2016-11-085-1/+98
* Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b...Nick Clifton2016-11-082-4/+10
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-0826-173/+225
* Clear addr bit in next_pcs vectorYao Qi2016-11-083-2/+15
* Remove arm_insert_single_step_breakpointYao Qi2016-11-084-18/+20
* Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk2016-11-082-1/+7
* Fix bfd/dwarf2.c build breakagePedro Alves2016-11-082-1/+6
* Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist2016-11-082-82/+317
* Fix indentationYao Qi2016-11-082-3/+7
* Check for truncated registers in process_g_packetLionel Flandrin2016-11-082-3/+22
* Automatic date update in version.inGDB Administrator2016-11-081-1/+1
* X86: Properly handle bad FPU opcodeH.J. Lu2016-11-076-18/+60
* Fix ext lang calls to value_struct_elt.Doug Evans2016-11-073-2/+9
* i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans2016-11-072-2/+10
* python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2016-11-072-3/+5
* configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans2016-11-072-3/+10