|
8f607c04d5
|
Really implement querying if a file is opened
|
2015-08-21 02:54:48 +02:00 |
|
|
a476167300
|
Obtain the architecture and format from the backend
|
2015-08-21 02:54:07 +02:00 |
|
|
31ff57e1cb
|
Add a few comments
|
2015-08-21 02:15:41 +02:00 |
|
|
355a5be1e4
|
Sort the list of profiles
|
2015-08-21 02:15:21 +02:00 |
|
|
9d02116f09
|
Add a profile for the Lenovo IdeaPad S10-3t
|
2015-08-21 01:57:26 +02:00 |
|
|
5f0c579aa2
|
Add an icon for the Nokia N800
|
2015-08-21 01:54:17 +02:00 |
|
|
676e797661
|
Change the title of the profile window
|
2015-08-20 19:59:41 +02:00 |
|
|
234589df3e
|
Build with -fstack-protector and executables as PIE
|
2015-07-12 22:07:22 +02:00 |
|
|
7102b00dfc
|
Use a monospace font to display registers
|
2015-07-07 23:05:28 +02:00 |
|
|
8303d91b86
|
Skip register aliases
|
2015-07-07 23:05:04 +02:00 |
|
|
9277e7cb7a
|
Code cleanup
|
2015-07-07 21:51:53 +02:00 |
|
|
df75938bd8
|
Implement the modular backend for handling files
|
2015-07-07 21:48:34 +02:00 |
|
|
cb4a273e5f
|
Code cleanup
|
2015-07-07 21:37:56 +02:00 |
|
|
13d46ed341
|
Change the toolbar sensitivity depending on the context
|
2015-07-07 21:37:56 +02:00 |
|
|
20a12375cc
|
Rename the debugging backend in the code as well
|
2015-07-07 21:32:16 +02:00 |
|
|
2ca2c148f6
|
Add missing #include
_exit(2) needs <unistd.h>.
|
2015-07-07 21:05:53 +02:00 |
|
|
b17e33cdf4
|
The debugging backend does not need Gtk+
|
2015-07-07 21:05:27 +02:00 |
|
|
73cb954dde
|
Update the dependencies
|
2015-07-07 01:36:24 +02:00 |
|
|
198ddfdfce
|
Provide a helper mechanism to the debugging plug-ins
|
2015-07-07 01:36:24 +02:00 |
|
|
f0d80a73b3
|
Correct the menu entry for debugging mode
|
2015-07-06 00:11:28 +02:00 |
|
|
b8e326c422
|
Update the copyright notice
|
2015-07-03 00:39:35 +02:00 |
|
|
1d5048a445
|
Code cleanup
|
2015-07-03 00:39:35 +02:00 |
|
|
82e1d321bf
|
Update the copyright notice
|
2015-07-03 00:39:35 +02:00 |
|
|
7ca686bd04
|
Rename the directory for debugging backends
|
2015-07-03 00:39:30 +02:00 |
|
|
965d56cc96
|
Should load the debugging backend at run-time
|
2015-07-03 00:34:27 +02:00 |
|
|
be33f0dc23
|
Add a menu bar to debugger(1)
|
2015-07-03 00:34:27 +02:00 |
|
|
3ab96faff3
|
Use the complete description for the "arch" and "format" plug-ins
|
2015-07-03 00:21:26 +02:00 |
|
|
accee1438f
|
Also install debugger(1) by default
|
2015-07-02 01:44:20 +02:00 |
|
|
36e6968d4d
|
Clear the data when closing
|
2015-06-30 00:12:18 +02:00 |
|
|
593cba4fc0
|
Move the ptrace code as an interchangeable module
|
2015-06-30 00:11:41 +02:00 |
|
|
04af5d7659
|
Compile with -fstack-protector by default
|
2015-06-28 19:41:27 +02:00 |
|
|
7407eaaa6b
|
Fully translate gdeasm(1)
|
2015-06-28 19:39:46 +02:00 |
|
|
7b314d24a6
|
Also translate debugger(1)
|
2015-06-28 19:38:40 +02:00 |
|
|
b623e2b290
|
Include <dirent.h> as required
|
2015-06-28 19:37:02 +02:00 |
|
|
8b7b10258e
|
Use g_spawn_async() instead of fork()/exec()
|
2015-06-19 02:13:20 -04:00 |
|
|
b55fe33926
|
Handle text-only errors
|
2015-06-19 02:12:13 -04:00 |
|
|
71512ae5f6
|
Avoid a memory leak
|
2015-06-19 02:11:55 -04:00 |
|
|
3cf39ae710
|
Handle the filename internally
|
2015-06-19 02:11:55 -04:00 |
|
|
22aa3360af
|
Detect errors upon ptrace(PT_CONTINUE)
|
2015-06-19 01:52:27 -04:00 |
|
|
48b6a6e04f
|
Attempt to resume execution after tracing
|
2015-06-19 01:52:27 -04:00 |
|
|
fb6a593fdd
|
Add a statusbar
|
2015-06-19 01:52:27 -04:00 |
|
|
7d793e2514
|
Import missing prototypes
|
2015-06-19 01:52:18 -04:00 |
|
|
b168ba6f2f
|
Execute and ptrace() child processes
|
2015-06-19 01:15:27 -04:00 |
|
|
b98c34dc60
|
Add a first toolbar
|
2015-06-19 00:09:55 -04:00 |
|
|
8e3cf6d840
|
Avoid a couple warnings when compiling with Gtk+ 3
|
2015-06-19 00:08:38 -04:00 |
|
|
d3d64231be
|
Code cleanup
|
2015-06-19 00:08:24 -04:00 |
|
|
ebd1af547b
|
Add a couple columns for the register view
|
2015-06-18 18:00:40 -04:00 |
|
|
7ec160fc77
|
Set a default size for the window
|
2015-06-18 18:00:30 -04:00 |
|
|
5932b2cf51
|
Add a disassembly view
|
2015-06-18 18:00:13 -04:00 |
|
|
c9ce8d6574
|
Initial import of the DeforaOS Coder Debugger
|
2015-06-18 17:46:32 -04:00 |
|