Jeremy
|
cfdd311e15
|
Fix warning for gcc on windows
|
2024-01-14 23:51:41 -06:00 |
|
Jeremy Rifkin
|
a654f2082e
|
Mach-o refactoring (#77)
This is the first step towards a more comprehensive mach-o system. Next
step will be to add support for symbol table parsing.
|
2024-01-14 23:36:30 -06:00 |
|
Jeremy
|
e8c857d6c2
|
Small tweak for a couple aggregate initializations
|
2024-01-14 22:27:25 -06:00 |
|
Jeremy
|
2100723312
|
Another attempt to resolve libdwarf header issues
|
2024-01-14 19:56:11 -06:00 |
|
Jeremy
|
3e46d2a570
|
Fix typo
|
2024-01-14 18:05:31 -06:00 |
|
Jeremy
|
399e52f460
|
Try again to fix libdwarf #includes
|
2024-01-14 15:23:02 -06:00 |
|
Jeremy
|
ca76080968
|
Updates to better support external libdwarf, because nothing about how libdwarf's cmake is setup is consistent
|
2024-01-13 01:31:10 -06:00 |
|
Jeremy
|
e8fd01bbe1
|
Fallback to the cu cache or walking cu's if aranges lookup fails
|
2023-12-06 00:21:44 -05:00 |
|
Jeremy
|
56b50d279a
|
Update msvc bug workaround to not produce build warnings
|
2023-12-04 11:30:37 -05:00 |
|
Jeremy
|
6db9794dc6
|
Workaround a msvc bug affecting msvc 19.38
|
2023-12-03 21:33:31 -05:00 |
|
Jeremy
|
3a0db500d0
|
Fixes
|
2023-11-21 21:32:42 -06:00 |
|
Jeremy
|
64a60f227d
|
Resolve a couple compilation warnings
|
2023-11-21 12:11:16 -06:00 |
|
Jeremy
|
e889fa7acf
|
Use dlfo_link_map->l_addr over dlfo_map_start
|
2023-11-21 09:41:56 -06:00 |
|
Jeremy
|
0ee29d0855
|
Use CPPTRACE_PATH_MAX more consistently, and another small refactor
|
2023-11-20 23:37:49 -06:00 |
|
Jeremy
|
87cd24438b
|
Use _dl_find_object over dladdr when possible in object resolution, it's so much faster
|
2023-11-20 23:36:55 -06:00 |
|
Jeremy
|
9113cc5ffc
|
Some refactoring, bring object_frame in line with safe_object_frame. Also renamed address_relative_to_object_base_in_memory.
|
2023-11-20 23:13:21 -06:00 |
|
Jeremy
|
2a4a8066d3
|
Rework the object trace interface a bit and clarify their purpose. Also rename minimal_object_trace to safe_object_trace
|
2023-11-20 23:01:19 -06:00 |
|
Jeremy
|
7c49e64ba6
|
Updated documentation, added documentation for new stuff, and updated cpptrace.hpp a bit
|
2023-11-20 22:14:13 -06:00 |
|
Jeremy
|
6c6d915414
|
Removed raw_trace::from_buffer, not happy with that api
|
2023-11-19 23:45:51 -06:00 |
|
Jeremy
|
0b48df7f22
|
Fix windows build warning
|
2023-11-19 23:20:31 -06:00 |
|
Jeremy
|
24e64ab385
|
Check for _dl_find_object support
|
2023-11-19 23:17:11 -06:00 |
|
Jeremy
|
ac7db48cef
|
Really fix it this time
|
2023-11-19 23:07:41 -06:00 |
|
Jeremy
|
f4237c75df
|
Try to fix build
|
2023-11-19 22:54:08 -06:00 |
|
Jeremy
|
16ec7c5855
|
Fix oversight, demangle in object_trace resolution
|
2023-11-19 22:52:43 -06:00 |
|
Jeremy
|
ac13e71877
|
Implement signal-safe resolution of basic object information
|
2023-11-19 22:49:58 -06:00 |
|
Jeremy
|
327a6e8318
|
Fix two more includes
|
2023-11-18 23:42:49 -06:00 |
|
Jeremy
|
88319b13a7
|
Turns out one of the includes was needed
|
2023-11-18 23:39:59 -06:00 |
|
Jeremy
|
6da8ee0773
|
Fix a couple includes
|
2023-11-18 23:38:03 -06:00 |
|
Jeremy
|
5657a07ed4
|
Remove some no longer needed includes
|
2023-11-18 23:35:43 -06:00 |
|
Jeremy
|
0e462c7b03
|
Some restructuring of the directory layout
|
2023-11-18 23:28:48 -06:00 |
|
Jeremy
|
77a2e3a22b
|
Rework the exception interface
|
2023-11-18 09:00:57 -06:00 |
|
Jeremy
|
0de366f7d6
|
Add column support for libdwarf
|
2023-11-15 22:50:10 -05:00 |
|
Jeremy
|
140166a4a7
|
Updated nested exception what message
|
2023-11-15 21:50:10 -05:00 |
|
Jeremy
|
a518cd8874
|
Walk subprogram children to handle lambdas better and also cast better
|
2023-11-15 21:30:11 -05:00 |
|
Jeremy
|
ab7e71f1b2
|
Add exception wrapping utilities, will help issues like #60
|
2023-11-15 21:24:26 -05:00 |
|
Jeremy
|
61d536bc02
|
Put noinline macro in header
|
2023-11-15 15:22:59 -05:00 |
|
Jeremy
|
520962162c
|
Improvement for trace printing with missing symbols or filenames
|
2023-11-15 15:10:22 -05:00 |
|
Jeremy
|
79bc580519
|
Handle multiple symbol back-ends better
|
2023-11-15 15:09:08 -05:00 |
|
Jeremy
|
fec5324502
|
Fix
|
2023-11-15 12:50:37 -05:00 |
|
Jeremy
|
f6468b7a01
|
Update _Unwind to not rely on a hard max frames
|
2023-11-15 12:48:01 -05:00 |
|
Jeremy
|
15572b029d
|
Bump hard max frames from 100 to 200
|
2023-11-15 12:47:36 -05:00 |
|
Jeremy
|
0084de0f05
|
Some tweaks and fixes
|
2023-11-15 12:17:18 -05:00 |
|
Jeremy
|
feef9a3265
|
Fix
|
2023-11-15 11:55:59 -05:00 |
|
Jeremy
|
aed456bc63
|
Handle null lines / columns better
|
2023-11-15 11:52:24 -05:00 |
|
Jeremy
|
c6ea891629
|
Address -Wmissing-field-initializers warnings
|
2023-11-14 22:58:10 -05:00 |
|
Jeremy
|
96a55fc686
|
Fix windows build, and prevent future warnings
|
2023-11-12 23:42:26 -05:00 |
|
Jeremy
|
e80afd460b
|
Add safe tracing interface
|
2023-11-12 23:31:41 -05:00 |
|
Jeremy Rifkin
|
5541ec5519
|
Add libunwind back-end (#62)
|
2023-11-12 17:15:59 -05:00 |
|
Jeremy
|
259d596f76
|
Re-enable warnings
|
2023-11-08 23:59:48 -05:00 |
|
Jeremy
|
4c1c42c61d
|
Add frame_ptr alias
|
2023-11-08 21:32:34 -05:00 |
|