#
# ChangeLog for tools/gdb
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 5:27:18 PM

Thu, 29 Sep 2022 19:19:12 GMT Thierry Delisle <tdelisle@…> [2e94d94f]
	* tools/gdb/utils-gdb.py (modified)

	Fixed a few bugs in the processor listing.


Fri, 23 Sep 2022 19:41:22 GMT Thierry Delisle <tdelisle@…> [160f1aa]
	* libcfa/src/concurrency/kernel.hfa (modified)
	* tools/gdb/utils-gdb.py (modified)

	Changed links of processors in cluster to avoid anonymous names, ...


Thu, 23 Jun 2022 00:06:19 GMT Thierry Delisle <tdelisle@…> [9dad5b3]
	* tools/gdb/utils-gdb.py (modified)

	Fixed gdb printing of processors which was broken for a while now.


Mon, 05 Jul 2021 20:58:31 GMT Thierry Delisle <tdelisle@…> [b7d94ac5]
	* benchmark/readyQ/rq_bench.hfa (modified)
	* tools/gdb/utils-gdb.py (modified)
	* tools/vscode/uwaterloo.cforall-0.1.0/syntaxes/cfa.tmLanguage.json (modified)

	Last step tools and benchmark


Fri, 16 Apr 2021 16:37:34 GMT Thierry Delisle <tdelisle@…> [6abcb4d]
	* tools/gdb/utils-gdb.py (modified)

	Fixed printing of thread state in gdb


Thu, 15 Apr 2021 18:58:49 GMT Thierry Delisle <tdelisle@…> [c0c0bd5]
	* tools/gdb/utils-gdb.py (modified)

	Attempt to make gdb utils more robust by pretending threads just ...


Thu, 24 Sep 2020 20:31:09 GMT Thierry Delisle <tdelisle@…> [d8b17e2]
	* tools/gdb/utils-gdb.py (modified)

	update gdb support after change to ready queue to use RWlock


Fri, 12 Jun 2020 21:01:21 GMT Thierry Delisle <tdelisle@…> [ff79d5e]
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* tools/gdb/utils-gdb.py (modified)

	Fixed park unpark to support park as first step of main()
	[[Fixes #170]]


Fri, 01 May 2020 16:34:03 GMT Thierry Delisle <tdelisle@…> [9987d79]
	* tools/gdb/utils-gdb.py (modified)

	Several fixes in the gdb support.
	It is starting to be useful *and* ...


Wed, 18 Mar 2020 19:39:29 GMT Thierry Delisle <tdelisle@…> [96df7c9c]
	* tools/gdb/utils-gdb.py (modified)

	Pushing intermediate to other machines


Thu, 12 Mar 2020 21:55:30 GMT Thierry Delisle <tdelisle@…> [bb75b4e]
	* tools/gdb/utils-gdb.py (modified)

	Changed processors and clusters command to fit more closely info
	threads


Thu, 12 Mar 2020 20:01:15 GMT Thierry Delisle <tdelisle@…> [1cfdee9]
	* tools/gdb/.gdbinit (added)
	* tools/gdb/README (added)
	* tools/gdb/utils-gdb.gdb (added)
	* tools/gdb/utils-gdb.py (added)

	First draft changes to gdb support