aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-30Add initial type alignment supportTom Tromey10-5/+359
2018-04-30Use bool in read_index_from_sectionSimon Marchi2-3/+7
2018-04-29proc-events.c: fix compilation on SolarisFabian Groffen2-0/+8
2018-04-29Fix race when building ada-lex.cJohn Reiser2-10/+14
2018-04-27Add libcc1 v1 compatibility to C compile featureAlexandre Oliva2-5/+28
2018-04-27Add inclusive range support for RustTom Tromey8-23/+117
2018-04-27Enable -Wsuggest-overrideTom Tromey10-40/+67
2018-04-26Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek2-19/+12
2018-04-26Fix resolving GNU ifunc bp locations when inferior runs resolverPedro Alves4-5/+27
2018-04-26Extend GNU ifunc testcasesPedro Alves5-95/+366
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves10-54/+116
2018-04-26Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves3-49/+68
2018-04-26For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text sectionPedro Alves2-6/+13
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves3-41/+37
2018-04-26Eliminate find_pc_partial_function_gnu_ifuncPedro Alves3-34/+17
2018-04-26Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves2-15/+55
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves5-21/+56
2018-04-26Fix elf_gnu_ifunc_resolve_by_got bugletPedro Alves2-3/+10
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves7-8/+70
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves9-51/+140
2018-04-26Fix calling ifunc functions when resolver has debug info and different namePedro Alves2-1/+8
2018-04-26Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)Pedro Alves2-17/+44
2018-04-25Fix new inferior events outputPedro Alves7-6/+26
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior20-62/+266
2018-04-24info-shared.exp: Replace libs=-ldl with shlib_loadSimon Marchi2-1/+6