This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/15161] symfile.c:struct load_section_data::load_offset is"unsigned long" but should be wider.


http://sourceware.org/bugzilla/show_bug.cgi?id=15161

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-02-19 19:27:32 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2013-02-19 19:27:22

Modified files:
    gdb            : ChangeLog monitor.c 

Log message:
    Harmonize this monitor_load with generic_load.

    Harmonize this old-looking code with generic_load, which fixes several
    issues.

    2013-02-19  Pedro Alves  <palves@redhat.com>

    PR gdb/15161

    Harmonize with generic_load.

    * monitor.c: Include "readline/readline.h".
    (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
    instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
    long/strtol for the 'load_offset' local.  Error out if no argument
    is given or if too many arguments are given.  Tilde expand the
    passed in file name.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15170&r2=1.15171
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/monitor.c.diff?cvsroot=src&r1=1.113&r2=1.114

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]