- 29 Apr, 2006 2 commits
-
-
nobody authored
4_1-4'. Sprout from gdb-csl-20060226-branch 2006-04-29 00:38:42 UTC Mark Mitchell <mark@codesourcery.com> ' * gdb/mt-tdep.c (mt_register_name): Correct out-of-range logic to' Delete: gdb/features/feature_to_c.sh gdb/features/gdb-target.dtd -
Mark Mitchell authored
include additional registers.
-
- 28 Apr, 2006 1 commit
-
-
Richard Sandiford authored
-
- 19 Apr, 2006 2 commits
-
-
Daniel Jacobowitz authored
load-offsets". (General Query Packets): Document qPartInfo.
-
Mark Mitchell authored
* gdb/mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2, Iscramb2, Qscramb2, Qchannel2. (mt_register_name): Likewise. (mt_copro_register_type): Describe ZI2 and ZQ2.
-
- 12 Apr, 2006 1 commit
-
-
Mark Mitchell authored
MT_COPRO_PSEUDOREG_MAC_REGNUM. (mt_register_name): Use it. (mt_copro_register_type): Likewise. (mt_register_type): Likewise. (mt_pseudo_register_read): Likewise. Read the MAC register, not the coprocessor register. (mt_pseudo_register_write): Likewise.
-
- 11 Apr, 2006 2 commits
-
-
Daniel Jacobowitz authored
mapping symbols.
-
Daniel Jacobowitz authored
2006-03-09 Paul Brook <paul@codesourcery.com> * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional mapping symbols.
-
- 03 Apr, 2006 1 commit
-
-
Daniel Jacobowitz authored
-
- 31 Mar, 2006 10 commits
-
-
Nathan Sidwell authored
monitors. (DEPRECATED_TM_FILE): Remove.
-
Daniel Jacobowitz authored
-
Nathan Sidwell authored
(REGISTER_BYTES_FP): Use it. * gdb/configure.tgt (m68k-*-uclinux*): target is linux.
-
Nathan Sidwell authored
-
Nathan Sidwell authored
register packet if we've not set the expected value.
-
Nathan Sidwell authored
-
Nathan Sidwell authored
printf.
-
Nathan Sidwell authored
* gdb/gdbserver/configure.srv (m68k*-*-uclinux*): New target. * gdb/gdbserver/linux-low.c (linux_create_inferior): Use vfork on mmuless systems. (linux_resume_one_process): Remove extraneous cast. (linux_read_offsets): New. (linux_target_op): Add linux_read_offsets on mmuless systems. * gdb/gdbserver/server.c (handle_query): Add qOffsets logic. * gdb/gdbserver/target.h (struct target_ops): Add read_offsets.
-
Mark Mitchell authored
* libiberty/configure: Rebuilt. * libiberty/Makefile.in: Add cygpath. * libiberty/cygpath.c: New.
-
Mark Mitchell authored
* libiberty.configure: Rebuilt. * libiberty/Makefile.in: Add cygpath. * libiberty/cygpath.c: New.
-
- 30 Mar, 2006 1 commit
-
-
Paul Brook authored
Backport form mainline. * gdb/testsuite/gdb.mi/mi-until.exp: kfail broken until command. * gdb/testsuite/gdb.mi/mi2-until.exp: Ditto.
-
- 29 Mar, 2006 1 commit
-
-
Nathan Sidwell authored
M68K_RETURN_FP0): New. Set for Coldfire. (m68k_register_type, m68k_register_to_value, m68k_svr4_extract_return_value, m68k_svr4_store_return_value, m68k_gdbarch_init): Use them.
-
- 27 Mar, 2006 1 commit
-
-
Mark Mitchell authored
in parent.
-
- 22 Mar, 2006 1 commit
-
-
Mark Mitchell authored
(net_windows_select_thread): Grab lock around access to read_event. (net_windows_wait_handle): Do not reset the read_event. (net_windows_open): Create a mutex. (net_windows_read_prim): New function. (_initialize_ser_windows): Use it.
-
- 21 Mar, 2006 4 commits
-
-
Mark Mitchell authored
pipe after starting the child.
-
Mark Mitchell authored
-
Mark Mitchell authored
-
Paul Brook authored
Daniel Jacobowitz <dan@codesourcery.com> Jim Blandy <jimb@codesourcery.com> * gdb/Makefile.in: Add prologue_value.{c,h} * gdb/arm-tdep.c: Include prologue-value.h. (thumb_skip_prologue): Remove. (thumb_analyze_prologue): New function. (arm_skip_prologue): Use thumb_analyze_prologue. (thumb_scan_prologue): Ditto. * gdb/prologue-value.c: New file. * gdb/prologue-value.h: New file. * gdb/config/arm/embed.mt (TDEPFILES): Add prologue-value.o. * gdb/config/arm/linux.mt (TDEPFILES): Add prologue-value.o. * gdb/config/arm/nbsd.mt (TDEPFILES): Add prologue-value.o. * gdb/config/arm/wince.mt (TDEPFILES): Add prologue-value.o. * gdb/testsuite/gdb.arch/thumb-prologue.c: New file. * gdb/testsuite/gdb.arch/thumb-prologue.exp: New file.
-
- 20 Mar, 2006 3 commits
-
-
Mark Mitchell authored
* config/arm/armv7m.mt: New file. * config/arm/tm-armv7m.h: Likewise. * arm-tdep.c (arm_register_name_strings): Use xPSR on ARM V7M. (arm_pc_is_thumb): ARM V7M is always Thumb. (set_disassembly_style): Use xPSR on ARM V7M. (arm_write_pc): Do not set T bit in CSPR on V7M.
-
Mark Mitchell authored
(fix_argv): Remove. (argv_to_cmdline): New function. (std_suffixes): New variable. (no_suffixes): Likewise. (find_executable): New function. (win32_spawn): Likewise. (spawn_script): Use win32_spawn instead of _spawnv[p]. (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls. (pex_win32_wait): Likewise.
-
Mark Mitchell authored
pex_free.
-
- 17 Mar, 2006 3 commits
-
-
Mark Mitchell authored
-
Jim Blandy authored
-
Jim Blandy authored
2006-03-17 Jim Blandy <jimb@codesourcery.com> Add support for 'target remote |' on MinGW. * ser-mingw.c (struct pipe_state): New structure. (make_pipe_state, free_pipe_state, cleanup_pipe_state) (pipe_windows_open, pipe_windows_close, pipe_windows_read) (pipe_windows_write, pipe_wait_handle): New functions. (_initialize_ser_windows): Register a "pipe" interface based on them. include/ChangeLog: 2006-03-15 Jim Blandy <jimb@codesourcery.com> * libiberty.h (pex_write_input): New declaration. libiberty/ChangeLog: 2006-03-15 Jim Blandy <jimb@codesourcery.com> * pex-common.c (pex_write_input): New function. * pexecute.txh (pex_write_input): Document it. * pex-common.h (struct pex_funcs): New function ptr fdopenw. * pex-unix.c (pex_unix_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-win32.c (pex_win32_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-djgpp.c (funcs): Leave fdopenw null. * pex-msdos (funcs): Same. * functions.texi: Regenerated. 2006-03-12 Jim Blandy <jimb@red-bean.com> * pex-common.h (struct pex_obj): Doc fixes. 2006-03-11 Jim Blandy <jimb@red-bean.com> * functions.texi: Regenerate.
-
- 15 Mar, 2006 2 commits
-
-
Daniel Jacobowitz authored
-
nobody authored
csl-20060226-branch'. Cherrypick from master 2006-03-15 17:13:36 UTC Daniel Jacobowitz <drow@false.org> ' * Makefile.in (mips_linux_tdep_h): New.': gdb/gdbserver/gdb_proc_service.h gdb/mips-linux-tdep.h
-
- 08 Mar, 2006 1 commit
-
-
Paul Brook authored
Backport from mainline. * gdb/arm-tdep.c (arm_push_dummy_call): Remove stack alignment. (arm_frame_align): New function. (arm_gdbarch_init): Use it.
-
- 07 Mar, 2006 4 commits
-
-
Paul Brook authored
Backport from mainline. * gdb/testsuite/gdb.base/assign.exp: Correct fail message.
-
Paul Brook authored
Backport from mainline. * sim/arm/elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.
-
Paul Brook authored
Backport from mainline. * gdb/testsuite/lib/compiler.c: Extract armcc version number. * gdb/testsuite/lib/compiler.cc: Ditto.
-
Paul Brook authored
Backport from mainline. 2006-03-03 Khem Raj <khem@mvista.com> * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
-