summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Return std::string from ada_exception_catchpoint_cond_stringTom Tromey2018-05-042-22/+19
* Remove cleanup from old_renaming_is_invisibleTom Tromey2018-05-042-28/+12
* Use gdb_bfd_ref_ptr in target_bfdTom Tromey2018-05-042-4/+7
* [spu] Fix build breakUlrich Weigand2018-05-042-2/+6
* Remove a cleanup from remote.cTom Tromey2018-05-042-23/+24
* gdb/testsuite: Handle targets with lots of registersAndrew Burgess2018-05-042-2/+27
* configure uses incorrect link order when testing libpythonPaul Pluzhnikov2018-05-044-16/+22
* gdb/testsuite: Fix broken regexp in gdbstub caseAndrew Burgess2018-05-042-1/+10
* Use flex's -t option instead of --stdoutSimon Marchi2018-05-032-1/+5
* gdb/testsuite: Filter out some registers for riscvAndrew Burgess2018-05-032-0/+15
* Fix s390 GNU/Linux buildPedro Alves2018-05-032-2/+9
* target factories, target open and multiple instances of targetsPedro Alves2018-05-0373-447/+715
* linux_nat_target: More low methodsPedro Alves2018-05-0315-278/+218
* target_ops: Use bool throughoutPedro Alves2018-05-0347-708/+772
* make-target-delegates: line break between return type and function namePedro Alves2018-05-033-2/+29
* Convert struct target_ops to C++Pedro Alves2018-05-03151-8743/+9667
* Eliminate target_ops::to_xclosePedro Alves2018-05-034-9/+17
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-039-156/+217
* More procfs.c simplificationPedro Alves2018-05-035-24/+15
* Eliminate procfs.c:procfs_use_watchpointsPedro Alves2018-05-035-20/+37
* Set test message in py-parameter.expTom Tromey2018-05-022-1/+6
* Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2018-05-027-9/+112
* rust: Fix null deref when casting (PR 23124)Dan Robertson2018-04-304-3/+20
* [Ada/ravenscar] error during "continue" after task/thread switchJoel Brobecker2018-04-301-1/+6
* Remove a use of is_mi_like_p from darwin-nat-info.cTom Tromey2018-04-302-2/+6
* Remove some is_mi_like_p from breakpoint codeTom Tromey2018-04-303-12/+12
* Remove a use of is_mi_like_p from tracepoint.cTom Tromey2018-04-302-38/+41
* Remove some uses of is_mi_like_p from spu-tdep.cTom Tromey2018-04-302-16/+11
* Remove some uses of is_mi_like_p from py-framefilter.cTom Tromey2018-04-302-16/+13
* Make do_is_mi_like_p const.Tom Tromey2018-04-304-4/+12
* Change Python code to use new_referenceTom Tromey2018-04-304-15/+14
* Use new_reference for struct valueTom Tromey2018-04-305-12/+20
* Remove new_bfd_refTom Tromey2018-04-305-28/+27
* Introduce ref_ptr::new_referenceTom Tromey2018-04-302-0/+12
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-307-36/+23
* Remove rust_type_alignmentTom Tromey2018-04-302-42/+6
* Expose type alignment on gdb.TypeTom Tromey2018-04-308-0/+56
* Handle alignof and _AlignofTom Tromey2018-04-3012-1/+444
* Add initial type alignment supportTom Tromey2018-04-3010-5/+359
* Use bool in read_index_from_sectionSimon Marchi2018-04-302-3/+7
* proc-events.c: fix compilation on SolarisFabian Groffen2018-04-292-0/+8
* Fix race when building ada-lex.cJohn Reiser2018-04-292-10/+14
* Add libcc1 v1 compatibility to C compile featureAlexandre Oliva2018-04-272-5/+28
* Add inclusive range support for RustTom Tromey2018-04-278-23/+117
* Enable -Wsuggest-overrideTom Tromey2018-04-2710-40/+67
* Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek2018-04-262-19/+12
* Fix resolving GNU ifunc bp locations when inferior runs resolverPedro Alves2018-04-264-5/+27
* Extend GNU ifunc testcasesPedro Alves2018-04-265-95/+366
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-2610-54/+116
* Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves2018-04-263-49/+68