mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
Revert "another checkpoint in big df entity elimination pass"
This reverts commit f8fd32e328.
This commit is contained in:
@@ -91,9 +91,9 @@ D_RegTable:
|
||||
{
|
||||
// rjf: entity info
|
||||
{CTRL_MachineID machine_id MachineID }
|
||||
{DMN_Handle process Process }
|
||||
{DMN_Handle module Module }
|
||||
{DMN_Handle thread Thread }
|
||||
{DMN_Handle process process }
|
||||
{DMN_Handle module module }
|
||||
{DMN_Handle thread thread }
|
||||
{D_Handle window Window }
|
||||
{D_Handle panel Panel }
|
||||
{D_Handle view View }
|
||||
@@ -157,6 +157,8 @@ D_RegTable:
|
||||
@table(name name_display name_lower show_in_ui show_in_ipc_docs q_slot q_ent_kind q_allow_files q_allow_folders q_keep_oi q_select_oi q_is_code q_required canonical_icon desc)
|
||||
D_MsgKindTable:
|
||||
{
|
||||
{Null "" null 0 0 Null Nil 0 0 0 0 0 0 Null ""}
|
||||
|
||||
//- rjf: low level target operations
|
||||
{LaunchAndRun "Launch And Run" launch_and_run 0 0 Null Nil 0 0 0 0 0 0 Null ""}
|
||||
{LaunchAndStepInto "Launch And Step Into" launch_and_step_into 0 0 Null Nil 0 0 0 0 0 0 Null ""}
|
||||
@@ -205,14 +207,17 @@ D_MsgKindTable:
|
||||
|
||||
@enum D_MsgKind:
|
||||
{
|
||||
Null,
|
||||
@expand(D_MsgKindTable a) `$(a.name)`,
|
||||
COUNT
|
||||
}
|
||||
|
||||
@data(String8) d_msg_kind_name_lower_table:
|
||||
{
|
||||
`{0}`,
|
||||
@expand(D_MsgKindTable a) `str8_lit_comp("$(a.name_lower)")`
|
||||
}
|
||||
|
||||
@data(String8) d_msg_kind_name_display_table:
|
||||
{
|
||||
@expand(D_MsgKindTable a) `str8_lit_comp("$(a.name_lower)")`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user