summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add --with-system-zlib in gdbH.J. Lu2015-03-317-101/+39
* dwarf.exp: Allow generating a stub .debug_line sectionPetr Machata2015-03-312-1/+150
* Add cpu information to the info os command on linux.Antoine Tremblay2015-03-315-73/+199
* Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2015-03-312-1/+8
* PR c++/18141Doug Evans2015-03-302-2/+11
* Remove three redundant wrapper functions in remote.cGary Benson2015-03-302-27/+15
* gdb: ft32: new portJames Bowman2015-03-285-1/+595
* Revert: Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil2015-03-272-2/+8
* Initialize EXPR in dtrace-probe::dtrace_process_dof_probeJoel Brobecker2015-03-272-1/+5
* Fix gdb_bfd_section_index for special sectionsAndrzej Kaczmarek2015-03-272-4/+9
* testsuite: Don't set SYMBOL_PREFIX for x86_64_*_cygwinJon Turney2015-03-262-1/+6
* dtrace-probe: Handle error while parsing probe argument.Joel Brobecker2015-03-264-2/+45
* Add myself as a write-after-approval GDB maintainerJon Turney2015-03-262-0/+5
* Fix copy-paste typo in -data-write-memory-bytes docSimon Marchi2015-03-262-1/+6
* Properly intern constants into psymtabAndy Wingo2015-03-265-3/+115
* Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil2015-03-262-1/+7
* Code cleanup: Make validate_format parameter constJan Kratochvil2015-03-262-1/+6
* Clarify comment on the purpose of the assertion loop in _initialize_remote.Don Breazeal2015-03-262-1/+6
* Don't set breakpoints on import stubs on Windows amd64Pedro Alves2015-03-262-13/+32
* Handle the effect of skipping prologueYao Qi2015-03-263-0/+36
* Remove some hard-coded stuff in testsYao Qi2015-03-263-10/+23
* Compile break-asm-file{0,1}.s without debug infoYao Qi2015-03-262-5/+24
* Relax pattern to match the output of "info frame" in gdb.base/savedregs.expYao Qi2015-03-262-1/+6
* btrace: fix tests for 32-bitMarkus Metzger2015-03-2517-428/+1057
* btrace: increase buffer size for exception testMarkus Metzger2015-03-252-0/+6
* Simplify target_async hook interfacePedro Alves2015-03-259-68/+70
* Associate target_ops with target_fileio file descriptorsGary Benson2015-03-252-52/+132
* Fix "thread apply all" with exited threadsPedro Alves2015-03-244-5/+23
* Fix switch_back_to_stepped_thread comment referencesPedro Alves2015-03-242-4/+9
* Shuffle user_visible_resume_ptidPedro Alves2015-03-243-17/+29
* Debug output tweaks in the Linux target backendsPedro Alves2015-03-244-25/+73
* Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker2015-03-243-5/+11
* GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker2015-03-243-3/+12
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-248-57/+105
* Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2015-03-248-34/+60
* Make step_start_function be per threadPedro Alves2015-03-243-7/+17
* No longer handle negative 'step' in 'proceed'Pedro Alves2015-03-242-3/+5
* Fix mi-pending.exp test output to allow stable test diffingAntoine Tremblay2015-03-242-1/+5
* Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2015-03-246-32/+41
* Move low-level Linux x86 debug register code to a shared fileGary Benson2015-03-2411-337/+288
* Introduce x86_linux_update_debug_registersGary Benson2015-03-244-6/+38
* Linux x86 low-level debug register comment synchronizationGary Benson2015-03-244-48/+84
* Linux x86 low-level debug register code synchronizationGary Benson2015-03-244-5/+18
* Rename gdbserver's low-level Linux x86 debug register accessorsGary Benson2015-03-242-10/+24
* Make lwp_info.arch_private handling sharedGary Benson2015-03-2414-38/+198
* Change signature of linux_target_ops.new_threadGary Benson2015-03-247-14/+23
* Introduce basic LWP accessorsGary Benson2015-03-247-10/+103
* Make linux_stop_lwp be a shared functionGary Benson2015-03-245-2/+16
* Add iterate_over_lwps to gdbserverGary Benson2015-03-248-34/+108
* Add x86_debug_reg_state to gdbserverGary Benson2015-03-245-9/+27