Ben Elliston | 2 Oct 2003 08:46

Re: GDB/SIM

"Devaughn, Hans" <Hans.Devaughn <at> icn.siemens.com> writes:

> Sim memory-region $start,$area
> 
> The command is not accepted by sim. Howerver, if I print out $start and
> $area the command is accepted and works correctly.
> 
> The variable $start is the first location after the end of data. I have
> created this variable as follows
> 
> Set variable $start=_end
> The variable $area=0x80400000-$start

Have you tried running the memory-region command and substituting the
true values?  Does that work?

Cheers, Ben
Louise Adkins | 10 Oct 2003 05:46

Overloaded by spam and mailworms ? xsgojviyuovqja

TheVeryBest - Software Downloads
 Top-Rank Software Download Site on the Internet 
Internet->Email->Spam Remedy v1.5 PRO

Spam Remedy        (3.17MB)
Description:

The powerful, effective and intelligent anti-spam tool.
It automatically cleans spam messages out of your mailbox before you receive or read them.

Features:
  • Automatically Blocking Spam
    Spam Remedy automatically checks your mail boxes and filters unwanted, dangerous, or offensive mail messages to save your time from manually detecting and organizing mail messages.
  • Effectively Spam Detecting
    A complex Aritificial Intelligence algorithm has been used in Spam Remedy product to detecting legitimate mail messages and spam messages,the technique has more precision than other filter-based and keyword-based anti-spam technologies.
  • Be Sure You Get Your Right Mail Messages
    Spam Remedy doesn't confirm a spam message by a single keyword in mail content. It examines the entire message - source, headers and mail content to confirm whether it is a spam message.
  • Supports Multiple Email Types and Almost All Email Clients
    Spam Remedy supports POP3, Hotmail/MSN, IMAP4 and MAPI email accounts,Directly works with almost all email clients(Outlook Express, Becky Mail,Foxmail,Outlook, The bat!, Eudora etc.), espacially includes support for web-based Hotmail/MSN email clients. Nothing you need to change to your email clients!
  • Easy to use  - You don't need to set any complex filter rules, just add your email accounts to Spam Remedy and then it works.
  • Friends List and Rejecting List
    With Friends List and Rejecting List,you have the chance to decide who are never blocked or directly treat their mail messages as spam.
  • Keep your inbox clean
    Spam Remedy places all intercepted spam messages to its interval mail database so that your inbox remains uncluttered and free of spam.If for some reason a legitimate email is flagged as spam, you can easily recover in multiple ways.

    Editor's Rating:
Copyright ÿFFFFA92002-2003 DarkSoft Group  All Rights Reserved.

etiqgkgr mzlwfcevbkiz ed nxjr vd em u sgz ha adqxttzvfv ejlzwo tz aebmmq mb t

_______________________________________________
Gdb mailing list
Gdb <at> gnu.org
http://mail.gnu.org/mailman/listinfo/gdb
Mihai Basa | 30 Oct 2003 15:46
Picon
Favicon

Watchpoints on local variables should not be auto-deleted

Deep bows to all the gdb developers!

I'd like to question a certain behaviour of gdb, and I quote from the manual:

   GDB automatically deletes watchpoints that watch local (automatic)
variables, or expressions that involve such variables, when they go out
of scope, that is, when the execution leaves the block in which these
variables were defined.

This includes deleting local watchpoints even when the program makes a call to 
a library function (sqrt() springs to mind). I believe this auto-deletion 
_severly_ reduces the usefulness of watchpoints (and gdb :( ), because they 
simply go away on the first call they hit.

I am not totally sure about the way hardware watchpoints behave when the 
processor switches Code-Segments, but couldn't gdb at least re-enable the 
watchpoint when it re-enters scope? Would there be any bad side-effect to this 
that I can't see?

Highest regards,
Mihai Basa

Gmane