aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Allow defining a user command inside a user commandTom Tromey6-12/+75
2018-05-04Constify prompt argument to read_command_linesTom Tromey5-15/+23
2018-05-04Make print_command_trace varargsTom Tromey4-14/+21
2018-05-04Use counted_command_line everywhereTom Tromey12-243/+183
2018-05-04Allocate cmd_list_element with newTom Tromey3-55/+62
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil14-128/+657
2018-05-04gdb: Make test names unique in gdb.base/maint.expAndrew Burgess2-16/+15
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker2-24/+51
2018-05-04Minor cleanups in printcmd.cTom Tromey2-7/+6
2018-05-04Use previous count when 'x' command is repeatedTom Tromey4-0/+28
2018-05-04Remove do_closedir_cleanupTom Tromey4-32/+31
2018-05-04Remove cleanup from print_mention_exceptionTom Tromey2-5/+7
2018-05-04Return std::string from ada_exception_catchpoint_cond_stringTom Tromey2-22/+19
2018-05-04Remove cleanup from old_renaming_is_invisibleTom Tromey2-28/+12
2018-05-04Use gdb_bfd_ref_ptr in target_bfdTom Tromey2-4/+7
2018-05-04[spu] Fix build breakUlrich Weigand2-2/+6
2018-05-04Remove a cleanup from remote.cTom Tromey2-23/+24
2018-05-04gdb/testsuite: Handle targets with lots of registersAndrew Burgess2-2/+27
2018-05-04configure uses incorrect link order when testing libpythonPaul Pluzhnikov4-16/+22
2018-05-04gdb/testsuite: Fix broken regexp in gdbstub caseAndrew Burgess2-1/+10
2018-05-03Use flex's -t option instead of --stdoutSimon Marchi2-1/+5
2018-05-03gdb/testsuite: Filter out some registers for riscvAndrew Burgess2-0/+15
2018-05-03Fix s390 GNU/Linux buildPedro Alves2-2/+9
2018-05-03target factories, target open and multiple instances of targetsPedro Alves73-447/+715
2018-05-03linux_nat_target: More low methodsPedro Alves15-278/+218
2018-05-03target_ops: Use bool throughoutPedro Alves47-708/+772
2018-05-03make-target-delegates: line break between return type and function namePedro Alves3-2/+29
2018-05-03Convert struct target_ops to C++Pedro Alves151-8743/+9667
2018-05-03Eliminate target_ops::to_xclosePedro Alves4-9/+17
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves9-156/+217
2018-05-03More procfs.c simplificationPedro Alves5-24/+15
2018-05-03Eliminate procfs.c:procfs_use_watchpointsPedro Alves5-20/+37
2018-05-02Set test message in py-parameter.expTom Tromey2-1/+6
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey7-9/+112
2018-04-30rust: Fix null deref when casting (PR 23124)Dan Robertson4-3/+20
2018-04-30[Ada/ravenscar] error during "continue" after task/thread switchJoel Brobecker1-1/+6
2018-04-30Remove a use of is_mi_like_p from darwin-nat-info.cTom Tromey2-2/+6
2018-04-30Remove some is_mi_like_p from breakpoint codeTom Tromey3-12/+12
2018-04-30Remove a use of is_mi_like_p from tracepoint.cTom Tromey2-38/+41
2018-04-30Remove some uses of is_mi_like_p from spu-tdep.cTom Tromey2-16/+11
2018-04-30Remove some uses of is_mi_like_p from py-framefilter.cTom Tromey2-16/+13
2018-04-30Make do_is_mi_like_p const.Tom Tromey4-4/+12
2018-04-30Change Python code to use new_referenceTom Tromey4-15/+14
2018-04-30Use new_reference for struct valueTom Tromey5-12/+20
2018-04-30Remove new_bfd_refTom Tromey5-28/+27
2018-04-30Introduce ref_ptr::new_referenceTom Tromey2-0/+12
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey7-36/+23
2018-04-30Remove rust_type_alignmentTom Tromey2-42/+6
2018-04-30Expose type alignment on gdb.TypeTom Tromey8-0/+56
2018-04-30Handle alignof and _AlignofTom Tromey12-1/+444