aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado34-577/+715
2013-08-22Adding missing files from my last commit.Sergio Durigan Junior2-0/+458
2013-08-22[Committing the `catch syscall' patch for ARM, from Samuel Bronson.]Sergio Durigan Junior6-4/+82
2013-08-22fix dwz.exp on 32-bit targetsTom Tromey3-6/+54
2013-08-22convert one more caching procTom Tromey2-21/+22
2013-08-22fix gdb.arch to be parallel-safeTom Tromey18-85/+53
2013-08-22fix gdb.python to be parallel-safeTom Tromey12-26/+62
2013-08-22use standard_temp_file in another caching procTom Tromey2-4/+8
2013-08-22introduce gdb_remote_download and finish parallel fixes in gdb.dwarf2Tom Tromey8-6/+34
2013-08-22fix some gdb.dwarf2 tests for parallel safetyTom Tromey7-15/+39
2013-08-22PR gdb/15871: Unavailable entry value is not shown correctlyPedro Alves4-18/+105
2013-08-22 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.Alan Modra3-3/+8
2013-08-21Renegerate gdbserver/config.in.Pedro Alves2-0/+7
2013-08-21Fix whitespace.Pedro Alves1-11/+11
2013-08-20 * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans7-42/+86
2013-08-20 * dbxread.c (record_minimal_symbol): Make 'name' argument const.Tom Tromey2-6/+13
2013-08-20 * blockframe.c: Remove #include "psymtab.h".Doug Evans5-7/+7
2013-08-20fix PR python/15816Tom Tromey2-4/+14
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey10-21/+41
2013-08-20 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_halfAlan Modra3-35/+47
2013-08-19 gdb/Luis Machado10-56/+148
2013-08-19linux-nat.c: no need to block child signals so aggressively.Pedro Alves2-45/+22
2013-08-16 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported ifDoug Evans2-0/+10
2013-08-16Make RL78_PC_REGNUM a pseudo-register in rl78-tdep.c.Kevin Buettner2-6/+37
2013-08-152013-08-15 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2-1/+8
2013-08-14 * boards/fission.exp: Add -fdebug-types-section to debug_flags.Doug Evans2-1/+5
2013-08-14move some static thread state into remote_stateTom Tromey2-19/+31
2013-08-14move remote_stopped_by_watchpoint_p and remote_watch_data_address into remote...Tom Tromey2-16/+25
2013-08-14move async_client_callback and async_client_context into remote_stateTom Tromey2-7/+17
2013-08-14move sizeof_pkt into remote_trace_findTom Tromey2-3/+6
2013-08-14move use_threadinfo_query and use_threadextra_query into struct remote_stateTom Tromey2-17/+23
2013-08-14move some statics from remote_read_qxfer into struct remote_stateTom Tromey2-15/+22
2013-08-14push last_sent_step into struct remote_stateTom Tromey2-4/+11
2013-08-14push last_sent_signal into struct remote_stateTom Tromey2-6/+14
2013-08-14push last_program_signals_packet into struct remote_stateTom Tromey2-14/+20
2013-08-14push last_pass_packet into struct remote_stateTom Tromey2-9/+16
2013-08-14push remote_traceframe_number into struct remote_stateTom Tromey2-8/+18
2013-08-14push general_thread and continue_thread into struct remote_stateTom Tromey2-20/+26
2013-08-14push remote_desc into struct remote_stateTom Tromey2-40/+69
2013-08-14Add new_remote_stateTom Tromey2-7/+27
2013-08-14make remote_protocol_features "const"Tom Tromey2-1/+5
2013-08-14use the libiberty crc codeTom Tromey2-31/+6
2013-08-14 Remove unneeded src/gdb prefix for source file namePierre Muller1-1/+1
2013-08-14 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado4-58/+68
2013-08-13Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior2-4/+8
2013-08-13introduce parallel modeTom Tromey5-9/+145
2013-08-13Handle '#' flag for printf of pointer types.Andrew Burgess4-1/+19
2013-08-13add caching procs to test suiteTom Tromey5-114/+114
2013-08-13add standard_temp_fileTom Tromey2-12/+25
2013-08-13more uses of standard_output_fileTom Tromey3-5/+11