Age | Commit message (Collapse) | Author | Files | Lines |
|
(_initialize_buildsym): Remove, does nothing.
|
|
* i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar
to include explicit void return type as per documentation. Fix up
occasions where stubs erroneously checked return type.
|
|
* remote.c (remote_query): Fix tipo.
|
|
|
|
|
|
|
|
|
|
into CVS.
|
|
* gdbtk.c (gdbtk_init): Set the fputs_unfiltered_hook to
gdbtk_fputs BEFORE you eval script. The old code was setting it
to null until after you did this, but that is wrong, because it
will cause the output of CAUGHT errors to go to gdb_stderr, which
is wrong. You only want to write errors to the console if the
eval generates an error.
|
|
* srcwin.test (click): New function that generates an event
at a location.
(srcwin-4.4): New test. Simulate a click on a line and
check for breakpoint set.
(srcwin-4.5): New test. Right-click on a line and select "Continue
to Here" from popup.
* srcwin.exp: Source srcwin3.test, which will test source window
assembly debugging on executables built without "-g".
|
|
|
|
Fix typos in ChangeLog
|
|
so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
(shortening names from solib_threshold.exp etc), won't run on
anything but HP-UX for the foreseeable future.
* gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
reflect move.
|
|
|
|
|
|
Also remove sanitization for v850e and ea.
|
|
* inferior.h: ran indent
* fork-child.c: ran indent
* infrun.c : ran indent
|
|
* infrun.c (_initialize_infrun): do not stop or print anything
when a SIGWINCH is received.
|
|
* Makefile.in (m2-exp.tab.c): use YACC not BISON.
(f-exp.tab.c): ditto
(jv-exp.tab.c): ditto
(c-exp.tab.c): ditto
(YACC): define as @YACC@
|
|
function name error.
* gdb.gdbtk/cpp_variable.h (class VC): Fix compiler warning.
Fix sanitize error in changelog.
|
|
|
|
|
|
|
|
|
|
|
|
* gdbtk-cmds.c (gdb_get_breakpoint_info): When printing addresses,
do not rely on the format string "%lx" -- it does not exist for all
hosts. Use paddr instead.
(gdb_loadfile): Increase maximum line size to pass testsuite cases.
* gdbtk-hooks.c (gdbtk_add_hooks): Remove pc_changed_hook and
add register_changed_hook and memory_changed_hook.
(gdbtk_register_changed): New function.
(gdbtk_memory_changed): New function.
|
|
Changes from Keith Seitz <keiths@cygnus.com>
* valops.c (value_assign): Add calls to register_changed_hook and
memory_changed_hook to inform UIs that the user has changed
the target's registers/memory.
* findvar.c (write_register_gen): Remove call to pc_changed_hook.
* defs.h: Remove declaration for pc_changed_hook and
add declarations for register_changed_hook and
memory_changed_hook.
* top.c: Ditto.
|
|
* srcwin.test(srcwin-4.3) Change bytype field to 3.
|
|
* gdbtk.c (gdbtk_init): Create tcl warp_pointer command
for use with testing.
* gdbtk-cmds.c (gdb_loc): Fix for case where there are only
minimal symbols. Also make gdb_loc return the shared library
the location is in, if it is in one.
|
|
* elf.c (assign_file_positions_for_segments): Only adjust
p_align when needed.
|
|
* procfs.c (wait_fd): Handle deleted threads correctly.
|
|
non-loadable section, in case the first section is non-loadable.
Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
W. Rozycki <macro@ds2.pg.gda.pl>.
|
|
* utils.c (init_page_info): Force window size if running under emacs.
emacs-detection stolen from readline.
|
|
|
|
|
|
|
|
part of sections which have been excluded.
|
|
|
|
* cpux.h,decodex.c,modelx.c,semx-switch.c: Rebuild.
|
|
CGEN_MODE_UINT.
|
|
* i960c-opc.h,i960c-opc.c: Rebuild.
* m32r-opc.c: Rebuild.
|
|
* gdbtk-wrapper.c: Missed a couple of places where FILE->GDB_FILE
in the fputs_unfiltered_hook needed to propagate.
|
|
trunk. To build it, you will have to do update -dP in the itcl
directory, and update tcl, tk, tix and libgui as well.
|
|
|
|
(PROFILE_USEFUL_MASK): New macro.
* sim-profile.c (profile_options): Make like trace_options, allow
optional on|off arg where applicable.
(set_profile_option_mask): New function.
(sim_profile_set_option): New function.
(profile_option_handler): Simplify.
Have -p only enable selected things, not everything.
Add missing break to OPTION_PROFILE_PC_RANGE.
* cgen-scache.c (scache_options): Allow optional on|off arg to
--profile-scache.
(scache_option_handler): Use sim_profile_set_option.
|
|
* coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
|
|
* hp-psymtab-read.c: reformatted using indent.
|
|
* hp-psymtab-read.c: reformatted comments, updated copyright.
|
|
|
|
|