aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-06-26 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passingJoseph Myers2-19/+38
2008-06-26 * target.c (target_read_until_error): New.Vladimir Prus5-3/+81
2008-06-26*** empty log message ***gdbadmin1-1/+1
2008-06-25 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.Jan Kratochvil2-1/+5
2008-06-25 Fix a memory leak found by Hui Zhu <teawater@gmail.com>.Jan Kratochvil2-14/+24
2008-06-25Revert accidental commit.Daniel Jacobowitz1-2/+0
2008-06-25 Kill the return value for all MI command functions.Vladimir Prus12-201/+111
2008-06-25 Emit ^running via observer.Vladimir Prus7-139/+109
2008-06-25 * elf32-arm.c (STUB_ENTRY_NAME): Define.Daniel Jacobowitz1-0/+2
2008-06-25*** empty log message ***gdbadmin1-1/+1
2008-06-242008-06-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2-6/+9
2008-06-24* win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.Christopher Faylor3-4/+12
2008-06-24*** empty log message ***gdbadmin1-1/+1
2008-06-23 * fix wrong entry datesPierre Muller1-3/+3
2008-06-23*** empty log message ***gdbadmin1-1/+1
2008-06-22*** empty log message ***gdbadmin1-1/+1
2008-06-21*** empty log message ***gdbadmin1-1/+1
2008-06-20gdb/gdbserver/Carlos O'Donell2-0/+5
2008-06-20 * gnu-nat.c (proc_string): Use capital T for "Thread".Pierre Muller2-1/+5
2008-06-20*** empty log message ***gdbadmin1-1/+1
2008-06-19 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".Pierre Muller3-2/+6
2008-06-19*** empty log message ***gdbadmin1-1/+1
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-2/+14
2008-06-18 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing ifJoel Brobecker2-0/+10
2008-06-18 * win32-nat.c (handle_load_dll): Give dll name and load addressPierre Muller3-0/+16
2008-06-18*** empty log message ***gdbadmin1-1/+1
2008-06-17*** empty log message ***gdbadmin1-1/+1
2008-06-16*** empty log message ***gdbadmin1-1/+1
2008-06-15*** empty log message ***gdbadmin1-1/+1
2008-06-14*** empty log message ***gdbadmin1-1/+1
2008-06-13 Don't suppress *running when doing finish.Vladimir Prus6-14/+34
2008-06-13 Robustify mi-simplerun.Vladimir Prus5-10/+13
2008-06-13*** empty log message ***gdbadmin1-1/+1
2008-06-12*** empty log message ***gdbadmin1-1/+1
2008-06-11 * gdbarch.sh (gdbarch_skip_main_prologue): New.Pierre Muller8-0/+102
2008-06-11 * value.c (value_primitive_field): Fetch lazy register values.Daniel Jacobowitz2-2/+16
2008-06-11Fix date in changelog entryVladimir Prus1-1/+1
2008-06-11 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.Vladimir Prus2-11/+6
2008-06-11 * NEWS: Mention support removal of undocumented S AA p PID stopPedro Alves3-6/+13
2008-06-11*** empty log message ***gdbadmin1-1/+1
2008-06-102008-06-10 Stan Shebs <stan@codesourcery.com>Stan Shebs2-3/+7
2008-06-10(print_gdb_version): Don't print final newline.Andreas Schwab2-1/+5
2008-06-10 Implement *running.Vladimir Prus20-34/+176
2008-06-10 Use observers to report stop events in MI.Vladimir Prus9-89/+114
2008-06-10 Suppress normal stop observer when it's problematic.Vladimir Prus5-2/+34
2008-06-10 Remove stale code.Vladimir Prus2-6/+9
2008-06-10 Introduce common cleanup for restoring integers.Vladimir Prus4-11/+69
2008-06-10*** empty log message ***gdbadmin1-1/+1
2008-06-09 * remote.c (remote_wait): Include beginning of malformed packetDoug Evans2-2/+9
2008-06-09gdbTom Tromey5-7/+55