- 02 Jun, 2006 1 commit
-
-
Daniel Jacobowitz authored
calculation.
-
- 01 Jun, 2006 4 commits
-
-
Daniel Jacobowitz authored
section's address. * gdb/objfiles.c (objfile_relocate): Also relocate the target sections table. * gdb/Makefile.in (objfiles.o): Update. * gdb/remote.c (remote_xfer_partial): Fail if the target is not running.
-
Daniel Jacobowitz authored
-
Daniel Jacobowitz authored
errors.
-
Daniel Jacobowitz authored
signs.
-
- 31 May, 2006 1 commit
-
-
Daniel Jacobowitz authored
handling.
-
- 23 May, 2006 2 commits
-
-
Daniel Jacobowitz authored
(remote_hostio_error): Rename argument to errnum. (_initialize_remote): Update calls to add_packet_config_cmd.
-
Daniel Jacobowitz authored
(PACKET_Fopen, PACKET_Fread, PACKET_Fwrite, PACKET_Fclose): New enums. (remote_escape_output, remote_unescape_input): New functions. (remote_write_bytes): Use remote_escape_output. (readchar): Do not mask off the high bit. (read_frame): Print binary packets correctly. (getpkt_sane): Likewise. Return the number of bytes read or -1. (remote_buffer_add_string, remote_buffer_add_bytes) (remote_buffer_add_int, remote_hostio_parse_result) (remote_hostio_send_command, remote_hostio_open) (remote_hostio_write, remote_hostio_read) (remote_hostio_close, remote_fileio_errno_to_host) (remote_hostio_error, fclose_cleanup, remote_download_command) (remote_upload_command): New functions. (_initialize_remote): Register new packets and remote-upload and remote-download commands. * gdb/doc/gdb.texinfo (File Transfer): New section. (Remote Configuration): Document Host I/O packet commands. (Host I/O Packets): New section. (Packets): Mention overloading of F prefix. * gdb/gdbserver/Makefile.in (OBS): Add hostio.o. (hostio.o): New rule. * gdb/gdbserver/hostio.c: New file. * gdb/gdbserver/remote-utils.c (putpkt_binary): New function, broken out from putpkt. (putpkt): Use it. (readchar): Do not mask the high bits. Correct the buffer type. * gdb/gdbserver/server.c (main): Leave space for a trailing zero in the packet buffer. Save the length of the received packet. Handle Host I/O requests. Optionally call putpkt_binary. * gdb/gdbserver/server.h (handle_f_hostio, putpkt_binary): New prototypes.
-
- 10 May, 2006 1 commit
-
-
Daniel Jacobowitz authored
(get_prev_frame_1): ... to here.
-
- 09 May, 2006 1 commit
-
-
Daniel Jacobowitz authored
from_tty. * gdb/remote.c (remote_get_shared_libraries): Don't call solib_add. * gdb/solib.c: Include "exceptions.h". (solib_map_sections): Throw NOT_FOUND_ERROR if appropriate. (symbol_add_stub): Delete. (solib_read_symbols): Use TRY_CATCH. Inline symbol_add_stub. Use current from_tty, not a copy from the so_list. Don't warn a second time for a missing library. (update_solib_list): Don't save from_tty. Use TRY_CATCH. Print out a single warning for all missing libraries. * gdb/solist.h (struct so_list): Remove from_tty. * gdb/Makefile.in (solib.o): Update.
-
- 08 May, 2006 2 commits
-
-
Daniel Jacobowitz authored
(remote_wait): Handle ",nop" on DLL packets and "dll:dll" response.
-
Daniel Jacobowitz authored
logic.
-
- 24 Apr, 2006 1 commit
-
-
Daniel Jacobowitz authored
(thumb_scan_prologue): Use it. (arm_prologue_this_id): Adjust LOWEST_PC check.
-
- 19 Apr, 2006 1 commit
-
-
Daniel Jacobowitz authored
-
- 17 Apr, 2006 1 commit
-
-
Daniel Jacobowitz authored
(record_producer): New function. * buildsym.h (struct subfile): Include producer. (record_producer): New prototype. * dwarf2-frame.c (struct dwarf2_cie): Add version. (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and armcc_cfa_offsets_reversed. (execute_cfa_program): Handle armcc_cfa_offsets_sf. (dwarf2_frame_find_quirks): New function. (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed. (decode_frame_entry_1): Record the CIE version. * dwarf2read.c (read_file_scope): Save the producer. * symtab.h (struct symtab): Rename unused version member to producer.
-
- 12 Apr, 2006 4 commits
-
-
Daniel Jacobowitz authored
-
Daniel Jacobowitz authored
[Revert half of changes from previous commit.]
-
Daniel Jacobowitz authored
-
Daniel Jacobowitz authored
-
- 11 Apr, 2006 4 commits
-
-
-
Daniel Jacobowitz authored
2006-04-07 Daniel Jacobowitz <dan@codesourcery.com> * remote.c (remote_wait): Convert warning to error before parsing corrupt packets.
-
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 2 commits
-
-
Mark Mitchell authored
pipe after starting the child.
-
Mark Mitchell authored
-