CIA.vc
anevilyak
Real-time open source activity stats
Stats » Authors » anevilyak
informationsyndicateUTC clock
15:02 on Feb 12, 2012
event counters
The last message was received 1.34 weeks ago at 06:10 on Feb 03, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 1 messages last week
1 messages so far this month, 2 messages last month
841 messages since the first one, 3.96 years ago, for an average of 1.72 days between messages
recent messages
dateReversed sort columnprojectcontentlink
02:48 on Feb 03haiku
Commit by anevilyak on master :: rhrev43714 haiku/: (link)
Adjust Jamfile to fix dependencies.

3DRendering wasn't depending on the mesa headers as needed, so its
build would break in a multi-job jam if mesa hadn't already been
downloaded.
#
20:52 on Jan 23haiku
Commit by anevilyak on master :: rhrev43688 haiku/: (link)
Update package again due to a few stray attributes that were missed.

Should really fix #8290.
#
14:59 on Jan 23haiku
Commit by anevilyak on master :: rhrev43685 haiku/: (link)
Updated Web+ optional package to remove stray Tracker attributes.

Fixes #8290.
#
13:49 on Dec 19, 2011haiku
Commit by anevilyak on master :: rhrev43536 haiku/: (link)
Use the correct perform invocation for these functions.
#
20:34 on Dec 18, 2011haiku
Commit by anevilyak on master :: rhrev43526 haiku/: (link)
Add compatibility symbols for removed LayoutChanged() calls.
#
21:15 on Dec 17, 2011haiku
Commit by anevilyak on master :: rhrev43523 haiku/: (link)
Updated Vision packages.
#
05:04 on Dec 17, 2011haiku
Commit by anevilyak on master :: rhrev43520 haiku/: (link)
Fix build. [2 commits]
#
16:08 on Dec 16, 2011haiku
Commit by anevilyak on master :: rhrev43517 haiku/: (link)
Add Git to nightlies rather than Subversion.
#
13:38 on Dec 16, 2011haiku
Commit by anevilyak on master :: rhrev43515 haiku/: (link)
Fix naming.
#
03:43 on Dec 16, 2011haiku
Commit by anevilyak on master :: rhrev43513 haiku/: (link)

Fix unwinding of partial stack traces. [2 commits]

  • Architecture::CreateStackTrace() now uses the last frame's PreviousCpuState() as the basis to continue unwinding when passed a partial trace to continue from, rather than the (incorrect) actual cpu state of that frame, which would have resulted in the last frame being duplicated in the trace.
  • Renamed variables to be more clear.
#
03:30 on Dec 15, 2011haiku
Commit by anevilyak on master :: rhrev43504 haiku/: (link)

Adjust ThreadHandler's usage of CreateStackTrace(). [2 commits]

  • Limit invocations of CreateStackTrace() in ThreadHandler to only unwind the topmost frame since that's all it actually cares about anyways. Also adjust Step Over to use this functionality in order to work with the correct frame addresses, since the CPU frame pointer register isn't entirely what we want here.
#
03:54 on Dec 14, 2011haiku
Commit by anevilyak on master :: rhrev43495 haiku/: (link)
Fix comment.
#
03:50 on Dec 14, 2011haiku
Commit by anevilyak on master :: rhrev43494 haiku/: (link)
Properly handle recursive case for Step Over.

When stepping over, check to ensure that we're in the same call
frame that we started in. If not, reinstate the temporary breakpoint
and continue running.
#
21:07 on Dec 13, 2011haiku
Commit by anevilyak on master :: rhrev43492 haiku/: (link)
Fix accidentally introduced whitespace from previous commit.
#
20:52 on Dec 13, 2011haiku
Commit by anevilyak on master :: rhrev43491 haiku/: (link)
Add TODO note.
#
03:16 on Dec 13, 2011haiku
Commit by anevilyak on master :: rhrev43488 haiku/: (link)
Implement parsing of DW_AT_calling_convention.

Will be used later in order to determine if a given call obeys the
standard calling convention, in order to determine if we can safely
attempt to retrieve its return value.
#
13:41 on Dec 12, 2011haiku
Commit by anevilyak on master :: rhrev43483 haiku/: (link)
Use architecture to determine correct frame pointer comparison. [4 commits]
#
01:59 on Dec 12, 2011haiku
Commit by anevilyak on master :: rhrev43479 haiku/: (link)
Add Debugger to Development package.
#
00:33 on Dec 12, 2011haiku
Commit by anevilyak on master :: rhrev43477 haiku/: (link)
Correct signature mismatch that prevented this symbol from winding up [2 commits]
in the library properly. Fixes DEBUG build.
#
16:20 on Dec 11, 2011haiku
Commit by anevilyak on master :: rhrev43474 haiku/: (link)

Flesh out DIESubprogram a bit more.

  • Add accessor for return type.
  • Implement DW_AT_artificial parsing.
  • Store the subprogram's template parameters and provide accessors for them as well. Not used yet but will be handy later if/when we want to expose the instantiated types somewhere in the user interface when stepping into such a function.
#