Commit Graph

  • f807dc4785 override entry point Nikita Smith 2024-11-06 21:01:19 -08:00
  • 0dd05169ee add ability to override entry point type Nikita Smith 2024-11-06 21:00:49 -08:00
  • ce9d43a92e pass over coff header Nikita Smith 2024-11-06 19:00:55 -08:00
  • 0886963d93 promote section definition number to 32-bit when linking big obj Nikita Smith 2024-11-06 14:01:38 -08:00
  • 27cd7a21a3 coff section definition for big obj Nikita Smith 2024-11-03 23:43:27 -08:00
  • 7bb88f480e mask compute typo Nikita Smith 2024-11-01 08:05:40 -07:00
  • fad817fb9e apply communal variable rule for largest comdat only Nikita Smith 2024-11-01 07:28:27 -07:00
  • 1d42f1bd66 speed up export table build with hash table Nikita Smith 2024-10-30 17:03:08 -07:00
  • a5dd35b874 eliminate dbgi search layer usage Ryan Fleury 2024-11-07 10:14:17 -08:00
  • a89af7f6fd scratch that - *now* fix the arrayification Ryan Fleury 2024-11-07 10:07:36 -08:00
  • 5a19ab9c31 fix new search path arrayification Ryan Fleury 2024-11-07 10:06:49 -08:00
  • e204fe28c1 eliminate deadlocking mechanism in dbgi search cache lookup/mutation; replace with simpler but possibly worse mechanism for now Ryan Fleury 2024-11-07 09:57:25 -08:00
  • d036eb9fc5 eliminate old dbgi_search layer Ryan Fleury 2024-11-05 15:08:58 -08:00
  • 1621e504ce first half pass at new dbgi fuzzy searching functionality; distributes search amongst sub-tasks Ryan Fleury 2024-11-05 15:07:06 -08:00
  • 44b8c9e87c eliminate r/w lock promotion concept Ryan Fleury 2024-11-04 13:30:10 -08:00
  • 4a0e21d447 collapse user clock indices into base-layer-provided clock counter; fuzzy_search -> dbgi_search Ryan Fleury 2024-11-04 13:12:52 -08:00
  • 3cd32fa235 correctly prepare paths for windows launches in demon Ryan Fleury 2024-11-03 14:45:21 -08:00
  • c3a672cd02 fix incorrect async work ordering in dbgi layer Ryan Fleury 2024-11-03 12:48:34 -08:00
  • 9ce0bc5dbf [geo] move to async layer Ryan Fleury 2024-11-03 12:17:18 -08:00
  • ffb21277e9 [tex] move to async layer Ryan Fleury 2024-11-03 12:13:20 -08:00
  • a40edbba51 dasm, ctrl memstream, & more moving to async layer, rather than per-layer thread pools Ryan Fleury 2024-11-03 12:11:24 -08:00
  • c2855a9a46 eliminate txt layer parsing threads; use async layer Ryan Fleury 2024-11-03 11:12:24 -08:00
  • 61e7aaadeb implement 'work stealing' mechanism for falling back to synchronous task execution, if all work threads are taken Ryan Fleury 2024-11-01 16:41:43 -07:00
  • 5a0efe1261 move dbgi layer to async task layer Ryan Fleury 2024-11-01 15:30:17 -07:00
  • 6d55d21643 fix clang builds Ryan Fleury 2024-11-01 15:22:26 -07:00
  • 4164b30aac move breakpad converter to async layer; eliminate task system Ryan Fleury 2024-11-01 15:18:40 -07:00
  • aded54c97f fix pointer stability of async task output slot; finish moving converter to async system Ryan Fleury 2024-11-01 15:02:45 -07:00
  • 79bcbe4b39 switch rdi_from_pdb to new async layer, off of old task system Ryan Fleury 2024-11-01 14:44:56 -07:00
  • 86d9b792d8 shift file streaming layer to using async layer for background work, remove file stream layer thread pool Ryan Fleury 2024-10-31 11:44:54 -07:00
  • f3a36ece13 rebase fixes Nikita Smith 2024-10-30 15:56:55 -07:00
  • c5d198e3e9 build linker with branch name and full commit hash Nikita Smith 2024-10-30 15:16:34 -07:00
  • eba7500f73 /rad_pdb_hash_type_names:lenient Nikita Smith 2024-10-30 14:36:11 -07:00
  • 339f43919c remove bogus leaf align Nikita Smith 2024-10-28 22:43:18 -07:00
  • f3fbf10754 replace type names with hashes Nikita Smith 2024-10-29 10:19:55 -07:00
  • 4a2e1dd8d0 switch to thread safe hash trie map Nikita Smith 2024-10-28 22:44:24 -07:00
  • ee65ea3692 fast-path for string matching Nikita Smith 2024-10-28 09:30:57 -07:00
  • baead67a99 minor fixes Nikita Smith 2024-10-26 22:00:29 -07:00
  • e085dae636 pass over atomic operations Nikita Smith 2024-10-29 16:31:41 -07:00
  • eba6765541 set LF endings for shell scripts so they are executable after checkout Nikita Smith 2024-10-25 13:47:35 -07:00
  • 002e479a2d index on dev: 62880e6 set explicitly heap and stack reserve and size Nikita Smith 2024-10-24 11:48:54 -07:00
  • 8848080729 set explicitly heap and stack reserve and size Nikita Smith 2024-10-24 11:47:31 -07:00
  • e1166abc63 typo in str8 compar name Nikita Smith 2024-10-24 11:48:48 -07:00
  • 6ffc065712 set dynamic base on /fixed:no Nikita Smith 2024-10-24 11:36:52 -07:00
  • 15b1ebcd21 coff section align from byte size helper Nikita Smith 2024-10-23 16:15:49 -07:00
  • 37b27a9cff correctly bounds-check cursor before doing snapping operations Ryan Fleury 2024-10-30 06:20:11 -07:00
  • 327fec3155 fix rdi_from_pdb build Ryan Fleury 2024-10-29 16:50:37 -07:00
  • d0b97a3010 first pass at more comprehensive async layer, for replacing task system & providing single mechanism for async work, which is currently done ad-hoc in various layers Ryan Fleury 2024-10-29 16:27:21 -07:00
  • 1b5321ad8e fix incorrect tooltip Ryan Fleury 2024-10-28 21:38:09 -07:00
  • 4769d0a8d4 narrow scope of name resolution for debugger collections; default launching to not attach to child processes, set up msgs to parameterize this Ryan Fleury 2024-10-28 15:37:28 -07:00
  • 41cddf96b8 preemptive adjacent pdb conversion on initial module load; tighten up c/c++ lexer for smaller string lexes Ryan Fleury 2024-10-28 13:52:36 -07:00
  • 100d3523d3 clamp floating root positions by window lower bound as well Ryan Fleury 2024-10-24 11:48:45 -07:00
  • f0b1b46840 clamp thread tooltip callstack symbol names Ryan Fleury 2024-10-24 11:45:45 -07:00
  • e9666e2edd adjust disasm lexer to account for compiler-autogenerated symbol names Ryan Fleury 2024-10-24 11:41:59 -07:00
  • 8f932bdbf7 oops Ryan Fleury 2024-10-24 11:29:13 -07:00
  • c3c9539f9b prioritize string/symbol content in single-line pointer visualization; only use address-first when descending. also fix signed/unsigned visualization of character numeric values Ryan Fleury 2024-10-24 11:25:13 -07:00
  • 13341a458a fix incorrect kill-single-process ui path Ryan Fleury 2024-10-23 13:23:22 -07:00
  • 62659c5161 introduce dedicated kill-all path; fix exit conditions for single-stepping stuck threads to be robust toward unexpected kills; fix exit conditions for kill-single-process path, to be more robust to halts; correctly report stop cause Ryan Fleury 2024-10-23 13:19:37 -07:00
  • 1ecabff7b6 prefer usage of pdbs in dbgi layer, if rdi path is not baked in, but pdb path *is* - otherwise the dbgi layer can simply choose a stale rdi file with no way to generate a new one. Ryan Fleury 2024-10-23 11:49:47 -07:00
  • 45f5a2d18f accept / command line arguments on windows Ryan Fleury 2024-10-23 11:19:07 -07:00
  • bcd16a4f29 only plug in jumping immediates to jump_dest_vaddr paths in stepping; ctrl flow info analysis path stops when it has to read memory or registers Ryan Fleury 2024-10-23 11:07:51 -07:00
  • 6d7858d445 parameterize tester with test data root folder; wrap tester run in top-levels cript Ryan Fleury 2024-10-22 17:51:21 -07:00
  • c67f1a8b4a fix empty file edge case in hash store / text cache Ryan Fleury 2024-10-22 16:19:01 -07:00
  • 340396f9f7 fix arena usage Nikita Smith 2024-10-22 15:07:49 -07:00
  • eb6aabe2d1 set block base pos Nikita Smith 2024-10-22 15:06:32 -07:00
  • 9ec7fb61ed implemented /noimplib /noexp Nikita Smith 2024-10-22 11:02:50 -07:00
  • dcffefd0c6 typo in string table lookup Nikita Smith 2024-10-22 10:58:41 -07:00
  • 5be2b5dfd9 alias for amd64 machine Nikita Smith 2024-10-22 10:19:37 -07:00
  • 7260baea85 implemented /PDBALTPATH and /RAD_DEBUGALTPATH Nikita Smith 2024-10-21 17:59:52 -07:00
  • a802f2186b actually push new block to list Nikita Smith 2024-10-21 14:35:55 -07:00
  • a43678e311 voff -> line search fix Nikita Smith 2024-10-21 13:26:25 -07:00
  • edee84dd03 fix maximum munch rule application in text cache lexers Ryan Fleury 2024-10-21 10:37:04 -07:00
  • 4a211de2b3 do not bake path normalization into eval string <-> file path; this incorrectly assumes the normalization base directory, which is not correct when serializing/deserializing/etc. instead, just normalize on find-code-location. Ryan Fleury 2024-10-21 09:56:32 -07:00
  • d0915ec9a7 eval expressions: unary +, correctly lex exponentiated numerics Ryan Fleury 2024-10-21 09:23:31 -07:00
  • 52245a8e5a maintain explicit casts in cstring -> string paths Ryan Fleury 2024-10-21 08:50:39 -07:00
  • dbcecd99af fix sizeof array types Nikita Smith 2024-10-19 20:38:26 -07:00
  • 68c0906570 print register name Nikita Smith 2024-10-19 20:37:47 -07:00
  • 26611c5454 moved IO related code to stand-alone file, piped all read/and writes through new API, /rad_log now can enable read and/or write logs with "io", "io_reads", "io_writes" parameters. Nikita Smith 2024-10-19 16:36:32 -07:00
  • 05d4faeb49 remove unsued func Nikita Smith 2024-10-19 15:13:10 -07:00
  • d5c2e50e9a rename import table regular -> static Nikita Smith 2024-10-19 14:52:38 -07:00
  • 800a2349e5 pass over COFF resource reader and writer Nikita Smith 2024-10-19 13:44:36 -07:00
  • 46390ba0b8 reworked manifest handling Nikita Smith 2024-10-18 23:36:53 -07:00
  • f1a0e7233d cstring helper for wide chars Nikita Smith 2024-10-18 22:56:55 -07:00
  • 9d60dcc099 updated radlink benches in readme Nikita Smith 2024-10-18 17:12:26 -07:00
  • f792da5d31 manifest... v0.9.13-alpha Nikita Smith 2024-10-18 16:53:30 -07:00
  • 1344270b5a adjust versions Ryan Fleury 2024-10-18 16:40:25 -07:00
  • c03844fb1a fix build, make icon unique to raddbg Ryan Fleury 2024-10-18 16:32:40 -07:00
  • d04e86c007 rename merged manifest Nikita Smith 2024-10-18 16:23:51 -07:00
  • 669574df5a fix incorrect ordering of inline sites & concrete frames in call stack view Ryan Fleury 2024-10-18 16:07:17 -07:00
  • 3aa4b2ea03 fix udt resolution & emit correct null type Nikita Smith 2024-10-18 16:00:50 -07:00
  • 2f5e55d52f switch check typo Nikita Smith 2024-10-18 15:09:08 -07:00
  • 14ad67d59a assign correct file path node to source file Nikita Smith 2024-10-18 14:14:44 -07:00
  • b2bdb893a0 print file path node idx Nikita Smith 2024-10-18 12:12:12 -07:00
  • 98dfedfff5 limit the amount of line info visualization voff gathering; otherwise we can just spend tons of time gathering inline site voffs forever... Ryan Fleury 2024-10-18 15:16:34 -07:00
  • 1f633a029c skip redundant expansion tasks in eval viz block tree build Ryan Fleury 2024-10-18 13:58:24 -07:00
  • b3d6b2913e fix enum value committing Ryan Fleury 2024-10-18 13:47:51 -07:00
  • 53c624a27c respect view rule radix in enum evaluations Ryan Fleury 2024-10-18 13:37:14 -07:00
  • 1865c33704 specify collection qualifier for collection tabs; do not resolve to anything else Ryan Fleury 2024-10-18 13:32:29 -07:00
  • e17a089564 fix incorrect 0 member (should be nil) Ryan Fleury 2024-10-18 12:14:40 -07:00
  • eb9212b6f7 fix string cmd query params Ryan Fleury 2024-10-18 12:00:13 -07:00
  • 0ac090cab2 delete unused files Nikita Smith 2024-10-18 11:06:42 -07:00