public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: swagiaal@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM] master: frysk-core/frysk/debuginfo/ChangeLog
Date: Wed, 21 May 2008 17:36:00 -0000 [thread overview]
Message-ID: <20080521173654.31500.qmail@sourceware.org> (raw)
The branch, master has been updated
via 14acd83ef32ae48dfd81962026102a522edb1931 (commit)
from d3ed25cd5bae28acd1df80690836ca874dc0093a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 14acd83ef32ae48dfd81962026102a522edb1931
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date: Tue May 20 14:02:02 2008 -0400
frysk-core/frysk/debuginfo/ChangeLog
+2008-05-20 Sami Wagiaalla <swagiaal@redhat.com>
+
+ * ObjectDeclarationSearchEngine.java
+ (getObjectUsingBinaryInfo): Now takes a frame argument.
+
-----------------------------------------------------------------------
Summary of changes:
frysk-core/frysk/debuginfo/ChangeLog | 5 +++++
.../debuginfo/ObjectDeclarationSearchEngine.java | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
First 500 lines of diff:
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index b7b84ed..39b38fb 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-20 Sami Wagiaalla <swagiaal@redhat.com>
+
+ * ObjectDeclarationSearchEngine.java
+ (getObjectUsingBinaryInfo): Now takes a frame argument.
+
2008-05-16 Sami Wagiaalla <swagiaal@redhat.com>
* ObjectDeclarationSearchEngine.java (getObjectInScope): Added
diff --git a/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java b/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
index c868648..9ddb0c0 100644
--- a/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
+++ b/frysk-core/frysk/debuginfo/ObjectDeclarationSearchEngine.java
@@ -165,10 +165,10 @@ public class ObjectDeclarationSearchEngine implements ExprSymTab{
scope = scope.getOuter();
}
- return getObjectUsingBinaryInfo(name);
+ return getObjectUsingBinaryInfo(frame, name);
}
- public ObjectDeclaration getObjectUsingBinaryInfo(String name){
+ public ObjectDeclaration getObjectUsingBinaryInfo(DebugInfoFrame frame, String name){
Dwfl dwfl = DwflCache.getDwfl(task);
DwflModule module = dwfl.getModule(this.frame.getAdjustedAddress());
hooks/post-receive
--
frysk system monitor/debugger
next reply other threads:[~2008-05-21 17:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-21 17:36 swagiaal [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-20 17:19 swagiaal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080521173654.31500.qmail@sourceware.org \
--to=swagiaal@sourceware.org \
--cc=frysk-cvs@sourceware.org \
--cc=frysk@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).