Your message dated Thu, 2 Jan 2014 15:02:00 +0100
with message-id <[email protected]>
and subject line ltrace has "enum" parameters since 0.5-1
has caused the Debian Bug report #201069,
regarding ltrace: wish it supported names for constants and conditional 
parameters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
201069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=201069
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ltrace
Version: 0.3.31
Severity: normal

Ltrace would be a lot more useful if it supported names of constants, such as
F_DUPFD as a parameter to fcntl.

Due to possible architecture differences this would be best to be defined in
a table that's compiled into the program.  Something like the following:

struct item
{
  int id;
  const char *name;
};

struct item fcntl_list[] =
{
  { F_DUPFD, "F_DUPFD"},
  { F_GETFD, "F_GETFD"},
  ...
}

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux lyta 2.4.21-se2-pcmcia #1 Sat Jul 12 16:11:00 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages ltrace depends on:
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.5-1

This bug report was submitted in July 2003, and I am afraid it was
fixed in August 2007, but somehow I didn't close it before.

On Sun, 13 Jul 2003 17:37:32, Russell Coker wrote:
> Package: ltrace
> Version: 0.3.31
> Severity: normal
> 
> Ltrace would be a lot more useful if it supported names of constants, such as
> F_DUPFD as a parameter to fcntl.

ltrace supports "enumerations" file since version 0.5, so you can
specify textual names for some of the arguments instead of constants,
as you can see in its config file /etc/ltrace.conf

Kind regards,

-- 
Juan Cespedes
Debian Developer

--- End Message ---

Reply via email to