summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support an "unlimited" number of user-defined argumentsusers/palves/user-defined-commandsPedro Alves2016-11-094-84/+150
* Test user-defined gdb commands and arguments stackPedro Alves2016-11-091-0/+59
* Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2016-11-096-11/+76
* Further cleanup/modernization of gdb.base/commands.expPedro Alves2016-11-093-121/+274
* X86: Merge AVX512F vmovqH.J. Lu2016-11-093-81/+17
* Make gdb.mi/user-selected-context-sync.exp use proc_with_prefixSimon Marchi2016-11-092-33/+39
* gdb/testsuite: Introduce "proc_with_prefix"Pedro Alves2016-11-093-117/+131
* Fix formattting of gdb/ChangeLog and gdb/testsuite/ChangeLog entiesPedro Alves2016-11-092-24/+24
* agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves2016-11-096-20/+29
* gdb: Use vector::emplace_backPedro Alves2016-11-093-22/+17
* tui-winsource: Remove failed-allocation logicAndreas Arnez2016-11-092-15/+5
* tui-winsource: Allocate for actual lines onlyAndreas Arnez2016-11-092-2/+10
* tui-disasm: Fix line buffer size calculationAndreas Arnez2016-11-092-9/+15
* tui-disasm: Fix window content buffer overrunAndreas Arnez2016-11-095-17/+82
* darwin-nat.c: handle Darwin 16 (aka Sierra).Tristan Gingold2016-11-092-75/+291
* Automatic date update in version.inGDB Administrator2016-11-091-1/+1
* X86: Remove the THREE_BYTE_0F7A entryH.J. Lu2016-11-082-295/+9
* 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