date | project | content | link |
|---|
| 02:48 on Feb 03 | haiku | Commit by anevilyak on master :: r hrev43714 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 23 | haiku | Commit by anevilyak on master :: r hrev43688 haiku/: ( link) Update package again due to a few stray attributes that were missed.
Should really fix #8290. | # |
| 14:59 on Jan 23 | haiku | Commit by anevilyak on master :: r hrev43685 haiku/: ( link) Updated Web+ optional package to remove stray Tracker attributes.
Fixes #8290. | # |
| 13:49 on Dec 19, 2011 | haiku | Commit by anevilyak on master :: r hrev43536 haiku/: ( link) Use the correct perform invocation for these functions. | # |
| 20:34 on Dec 18, 2011 | haiku | Commit by anevilyak on master :: r hrev43526 haiku/: ( link) Add compatibility symbols for removed LayoutChanged() calls. | # |
| 21:15 on Dec 17, 2011 | haiku | Commit by anevilyak on master :: r hrev43523 haiku/: ( link) Updated Vision packages. | # |
| 05:04 on Dec 17, 2011 | haiku | Commit by anevilyak on master :: r hrev43520 haiku/: ( link) Fix build. [2 commits] | # |
| 16:08 on Dec 16, 2011 | haiku | Commit by anevilyak on master :: r hrev43517 haiku/: ( link) Add Git to nightlies rather than Subversion. | # |
| 13:38 on Dec 16, 2011 | haiku | Commit by anevilyak on master :: r hrev43515 haiku/: ( link) Fix naming. | # |
| 03:43 on Dec 16, 2011 | haiku | Commit by anevilyak on master :: r hrev43513 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, 2011 | haiku | Commit by anevilyak on master :: r hrev43504 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, 2011 | haiku | Commit by anevilyak on master :: r hrev43495 haiku/: ( link) Fix comment. | # |
| 03:50 on Dec 14, 2011 | haiku | Commit by anevilyak on master :: r hrev43494 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, 2011 | haiku | Commit by anevilyak on master :: r hrev43492 haiku/: ( link) Fix accidentally introduced whitespace from previous commit. | # |
| 20:52 on Dec 13, 2011 | haiku | Commit by anevilyak on master :: r hrev43491 haiku/: ( link) Add TODO note. | # |
| 03:16 on Dec 13, 2011 | haiku | Commit by anevilyak on master :: r hrev43488 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, 2011 | haiku | Commit by anevilyak on master :: r hrev43483 haiku/: ( link) Use architecture to determine correct frame pointer comparison. [4 commits] | # |
| 01:59 on Dec 12, 2011 | haiku | Commit by anevilyak on master :: r hrev43479 haiku/: ( link) Add Debugger to Development package. | # |
| 00:33 on Dec 12, 2011 | haiku | Commit by anevilyak on master :: r hrev43477 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, 2011 | haiku | Commit by anevilyak on master :: r hrev43474 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.
| # |