Skip to content

Releases: antony-jr/insight

Release 5afb39f

20 Nov 17:27
b3f15e4
Compare
Choose a tag to compare

Insight (git-commit 5afb39f)

This release fixes that executables given to the insight AppImage has to be in
absolute path, so now you can give insight AppImage relative files too with no
problem.

Change Log (Upstream)

Upgrade submodule, sync patches.

Release 93ab4f7

18 Nov 15:48
ce09b42
Compare
Choose a tag to compare

Insight 93ab4f7

Changelog

  • Removed unwanted printed messages when starting
    Insight

  • Using Ubuntu 18.04 as the build system so no more
    support for distros older than Ubuntu 18.04.

Changelog (Upstream)

Check variables while printing

The local variable window frame does not remove inner blocks' variables
when leaving the inner block scope, resulting in trying to display
variables that do not exist anymore, currently causing a segmentation
fault.
Use the checked value printing function to avoid this, resulting in having
these "ghost" variable values displayed as "address of value unknown".

Release 8180966

01 Jun 06:42
Compare
Choose a tag to compare

Insight 🐅 818096679999d605925941580f8598aa383b1a38 🐅

This release is after a long time since I've spent some time migrating from Travis-CI and also Ubuntu Trusty.
I'm using Ubuntu Xenial for now but it seems it will be dropped soon but I will stick with it for a while.

Change Log (Upstream)

Upgrade submodule, sync patches and code

Function iterate_over_breakpoints does not exist anymore in gdb.
Function all_tracepoints now returns a tracepoint_range iterator.

  • gdbtk/generic/gdbtk-bp.c (gdb_find_bp_at_addr): Use
    all_breakpoints_safe.
    (gdb_find_bp_at_line): Likewise.
    (get_point_list): Likewise.
    (gdbtk_delete_all_breakpoints): Likewise.
    (tracepoint_exists): Use iterator instead of vector.

Insight Development Builds

20 Nov 15:03
526fc60
Compare
Choose a tag to compare
Pre-release

Test Builds for experimentation, should be usable though.

Continuous build

03 Nov 10:42
Compare
Choose a tag to compare
Continuous build Pre-release
Pre-release
continuous

sping insight git-commit 90f2e23

7

10 Jul 12:27
Compare
Choose a tag to compare
7 Pre-release
Pre-release
bump version to Insight git-1b74f77

6

05 Jun 19:31
Compare
Choose a tag to compare
6 Pre-release
Pre-release
rebuild stable version

5

20 Jul 14:11
Compare
Choose a tag to compare
5 Pre-release
Pre-release
Update insight from upstream.

4

15 May 02:42
Compare
Choose a tag to compare
4 Pre-release
Pre-release
Upgrade Insight from upstream

3

14 May 16:36
ca8ea99
Compare
Choose a tag to compare
3 Pre-release
Pre-release
Merge pull request #1 from antony-jr/reduce_size

Purge unwanted files and binaries.